/* Base Styles */

* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #444; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #444; color: #fff; text-shadow: none; }
::selection { background: #444; color: #fff; text-shadow: none; }

a { color: #0032a0; }
a:hover { color: #444; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid {  }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }




/* Forms */
fieldset {
	float: left;
	width: 100%;
	margin: 10px 0;
}
legend {
	margin: 0 0 5px 0;
	font-weight: bold;
}

label {
	display: block;
	margin: 0;
	font-size: .9em;
	font-weight: bold;
	text-shadow: 0 1px 0 #fff;
		-moz-text-shadow: 0 1px 0 #fff;
		-webkit-text-shadow: 0 1px 0 #fff;
		-o-text-shadow: 0 1px 0 #fff;
		-ms-text-shadow: 0 1px 0 #fff;
}
label span {
	color: #8cc63f;
}
label i {
	margin-left: 5px;
	font-size: .9em;
	font-weight: normal;
}
label.normal {
  display: inline;
  text-shadow: none;
		-moz-text-shadow: none;
		-webkit-text-shadow: none;
		-o-text-shadow: none;
		-ms-text-shadow: none;
}

input, select, textarea {
	width: 250px;
	padding: 7px 5px 5px 7px;
	margin: 0 0 10px 0;
	border: 2px solid #ddd;
}
input.checkbox,
input.radio {
  width: auto;
  padding: 0;
  border: none;
}

textarea {
	height: 100px;
}
textarea.wysiwyg {
	width: 500px;
	height: 300px;
}
.mceEditor {
	display: block;
	margin-bottom: 15px;
}

button {
	display: block;
	padding: 10px 13px 8px 13px;
	border: 1px solid #ddd;
	border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-o-border-radius: 5px;
		-ms-border-radius: 5px;
	background: #f1f0f0;
	background: -moz-linear-gradient(top,  #f1f0f0 0%, #ffffff 50%, #f1f0f0 51%, #d6d6d6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f0f0), color-stop(50%,#ffffff), color-stop(51%,#f1f0f0), color-stop(100%,#d6d6d6));
	background: -webkit-linear-gradient(top,  #f1f0f0 0%,#ffffff 50%,#f1f0f0 51%,#d6d6d6 100%);
	background: -o-linear-gradient(top,  #f1f0f0 0%,#ffffff 50%,#f1f0f0 51%,#d6d6d6 100%);
	background: -ms-linear-gradient(top,  #f1f0f0 0%,#ffffff 50%,#f1f0f0 51%,#d6d6d6 100%);
	background: linear-gradient(top,  #f1f0f0 0%,#ffffff 50%,#f1f0f0 51%,#d6d6d6 100%);
	text-shadow: 1px 1px 0 #fff;
		-moz-text-shadow: 1px 1px 0 #fff;
		-webkit-text-shadow: 1px 1px 0 #fff;
		-o-text-shadow: 1px 1px 0 #fff;
		-ms-text-shadow: 1px 1px 0 #fff;
	cursor: pointer;
}
button:hover {
	background: #efefef;
	background: -moz-linear-gradient(top,  #efefef 0%, #efefef 50%, #f4f4f4 51%, #c1c1c1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(50%,#efefef), color-stop(51%,#f4f4f4), color-stop(100%,#c1c1c1));
	background: -webkit-linear-gradient(top,  #efefef 0%,#efefef 50%,#f4f4f4 51%,#c1c1c1 100%);
	background: -o-linear-gradient(top,  #efefef 0%,#efefef 50%,#f4f4f4 51%,#c1c1c1 100%);
	background: -ms-linear-gradient(top,  #efefef 0%,#efefef 50%,#f4f4f4 51%,#c1c1c1 100%);
	background: linear-gradient(top,  #efefef 0%,#efefef 50%,#f4f4f4 51%,#c1c1c1 100%);
	box-shadow: inset 0 0 2px #777;
		-moz-box-shadow: inset 0 0 2px #777;
		-webkit-box-shadow: inset 0 0 2px #777;
		-o-box-shadow: inset 0 0 2px #777;
		-ms-box-shadow: inset 0 0 2px #777;
}

.btn-link {
	display: block;
	float: right;
	padding: 7px 10px 7px 7px;
	margin-left: 10px;
	background: rgb(252,252,252);
	background: -moz-linear-gradient(top,  rgba(252,252,252,1) 0%, rgba(224,224,224,1) 51%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(51%,rgba(224,224,224,1)), color-stop(100%,rgba(237,237,237,1)));
	background: -webkit-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(224,224,224,1) 51%,rgba(237,237,237,1) 100%);
	background: -o-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(224,224,224,1) 51%,rgba(237,237,237,1) 100%);
	background: -ms-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(224,224,224,1) 51%,rgba(237,237,237,1) 100%);
	background: linear-gradient(to bottom,  rgba(252,252,252,1) 0%,rgba(224,224,224,1) 51%,rgba(237,237,237,1) 100%);
	border: 1px solid #e2e2e2;
	border-radius: 8px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		-o-border-radius: 8px;
		-ms-border-radius: 8px;
	color: #444;
	font-size: .9em;
	text-decoration: none;
	line-height: 1.4em;
	text-shadow: 0 1px 0 #fff;
		-moz-text-shadow: 0 1px 0 #fff;
		-webkit-text-shadow: 0 1px 0 #fff;
		-o-text-shadow: 0 1px 0 #fff;
		-ms-text-shadow: 0 1px 0 #fff;
}
.btn-link span {
	display: block;
	width: 16px;
	height: 16px;
	float: left;
	margin-right: 6px;
}
.btn-link.add span {
	background: url(/img/icons/plus.png) no-repeat;
}
.btn-link.back span {
	background: url(/img/icons/arrow-left.png) no-repeat;
}
.btn-link:hover {
	box-shadow: inset 0 0 4px rgba(10, 10, 10, .5);
		-moz-box-shadow: inset 0 0 4px rgba(10, 10, 10, .5);
		-webkit-box-shadow: inset 0 0 4px rgba(10, 10, 10, .5);
		-o-box-shadow: inset 0 0 4px rgba(10, 10, 10, .5);
		-ms-box-shadow: inset 0 0 4px rgba(10, 10, 10, .5);
}




/* Date picker */
.datepicker {
	width: 115px;
}
#ui-datepicker-div {
	font-size: .8em;
}
.ui-datepicker-header {
	margin-bottom: 2px;
}
button.ui-datepicker-trigger {
	display: inline-block;
	width: auto;
	padding: 0;
	margin: 0 0 0 7px;
	background: 0;
	border: 0;
	cursor: pointer;
}




/* Alerts */
ul.alerts {
	padding: 10px 10px 8px 1.8em;
	margin: 0 0 15px 0;
	border: 2px solid;
	border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-o-border-radius: 3px;
		-ms-border-radius: 3px;
}
ul.alerts.success {
	color: #049001;
}
ul.alerts.error {
	color: #900;
}




/* Tables */
table {
	width: 100%;
	border: none;
}
tr {
	width: 100%;
}
th:first-child {
	border-radius: 5px 0 0 0;
		-webkit-border-radius: 5px 0 0 0;
		-moz-border-radius: 5px 0 0 0;
		-o-border-radius: 5px 0 0 0;
		-ms-border-radius: 5px 0 0 0;
}
th:last-child {
	border-radius: 0 5px 0 0;
		-webkit-border-radius: 0 5px 0 0;
		-moz-border-radius: 0 5px 0 0;
		-o-border-radius: 0 5px 0 0;
		-ms-border-radius: 0 5px 0 0;
}
th {
	background-color: #444;
	color: #fff;
	padding: 10px 15px 5px 15px;
	text-align: left;
	font-size: 1.1em;
}
tbody tr {
	border-bottom: 1px solid #ddd;
}
tbody tr:nth-child(even) {
	background-color: #f2f2f2;
}
tbody tr:last-child {
	border-bottom: none;
}
tr.drag td {
	cursor: move;
}
td {
	padding: 10px 15px;
	vertical-align: middle;
}
td.icons {
	text-align: right;
}





/* Primary Styles */
body {
	background: #fcfcfc url(/img/bkgd.jpg);
	font-family: "adelle-sans", sans-serif;
}
h1, h2, h3, h4, p, ol, ul, dl {
	margin: 0 0 15px 0;
}

.hl-1 { font-size: 1.5em; font-weight: normal; }
.hl-2 { color: #fff; font-size: 1.2em; }
.hl-3 { font-size: 1.3em; font-weight: normal; }
.hl-4 { margin: 0 0 5px 0; font-size: 1.1em; }

a {
  transition: all .25s;
 		-moz-transition: all .25s;
  	-webkit-transition: all .25s;
  	-o-transition: all .25s;
  	-ms-transition: all .25s;
}
a.more {
	display: inline-block;
  padding: 4px 18px 2px 10px;
  background: #efefef url(/img/arrow-right-i-0032a0.png) 91% center no-repeat;
  border-radius: 10px;
  	-moz-border-radius: 10px;
  	-webkit-border-radius: 10px;
  	-o-border-radius: 10px;
  	-ms-border-radius: 10px;
  font-size: .9em;
  font-style: italic;
  text-decoration: none;
}
a.more:hover {
  background-color: #f8f8f8;
  background-position: 94% center;
}

ul.nice-1 {
  padding: 0;
  margin: 0 0 15px 1.7em;
  font-style: italic;
}

dl.pricing {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  font-size: .9em;
}
dl.pricing dt {
  width: 20%;
  float: left;
  padding: 4px 10px 3px 10px;
  margin: 0 0 5px 0;
  border-bottom: 1px dotted #d1d1d1;
}
dl.pricing dd {
  width: 80%;
  padding: 4px 10px 3px 10px;
  float: left;
  margin: 0 0 5px 0;
  border-bottom: 1px dotted #d1d1d1;
}

.centered-content {
	/*width: 100%;
  max-width: 918px;*/
  width: 918px;
  margin: 0 auto;
  font-size: .9em;
}




/* Header */
#header {
  float: left;
  width: 100%;
  background: #ececec;
    background: -moz-linear-gradient(top,  #f7f7f7 0%, #ececec 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#ececec));
    background: -webkit-linear-gradient(top,  #f7f7f7 0%,#ececec 100%);
    background: -o-linear-gradient(top,  #f7f7f7 0%,#ececec 100%);
    background: -ms-linear-gradient(top,  #f7f7f7 0%,#ececec 100%);
    background: linear-gradient(to bottom,  #f7f7f7 0%,#ececec 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ececec',GradientType=0 );
  box-shadow: 0 1px 1px rgba(50, 50, 50, .7);
  	-moz-box-shadow: 0 1px 1px rgba(50, 50, 50, .7);
  	-webkit-box-shadow: 0 1px 1px rgba(50, 50, 50, .7);
  	-o-box-shadow: 0 1px 1px rgba(50, 50, 50, .7);
  	-ms-box-shadow: 0 1px 1px rgba(50, 50, 50, .7);
  position: relative;
  z-index: 1000;
}
.lt-ie9 #header {
	border-bottom: 1px solid #ddd;
}
#header h1 {
  float: left;
  margin: 12px 0 0 20px;
}
#header h1 a {
  display: block;
  width: 223px;
  height: 34px;
  background: url(/img/logo-mpi.png);
}

#header nav {
  float: right;
  margin-right: 70px;
}
#header nav li {
  float: left;
  position: relative;
}
#header nav a {
  display: block;
  float: left;
  color: #333;
  font-size: .9em;
  text-decoration: none;
}
#header nav li.l1 > a {
  padding: 20px 18px;
   text-transform: uppercase;
}
#header nav li.l1 > a:hover,
#header nav li.l1.current > a {
  box-shadow: inset 0 0 10px #bbb;
  	-moz-box-shadow: inset 0 0 10px #bbb;
  	-webkit-box-shadow: inset 0 0 10px #bbb;
  	-o-box-shadow: inset 0 0 10px #bbb;
  	-ms-box-shadow: inset 0 0 10px #bbb;
}
#header nav li.l1.current > a {
  font-weight: bold;
}
.lt-ie9 #header nav li.l1 > a:hover,
.lt-ie9 #header nav li.l1.current > a {
  background: #e3e3e3;
}

#header ul ul {
  display: none;
  position: absolute;
  top: 58px;
  left: 0;
  z-index: 5000;
  padding: 10px 5px 5px 5px;
  background: rgb(240, 240, 240);
  background: rgba(240, 240, 240, .9);
  font-size: 1em;
}
#header li.l2 {
  width: 100%;
  border-bottom: 1px solid #ccc;
}
#header li.l2:last-child {
  border: none;
}
#header li.l2 a {
  width: 100%;
  padding: 5px 8px 3px 8px;
}
#header li.l2 a:hover {
  background: #fff;
}
#header nav li.l1:hover ul {
  display: block;
}




/* Banner */
#banner {
  float: left;
  width: 100%;
  font-size: 1.7em;
}
#banner .centered-content {
  border-bottom: 5px solid #666;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, .3);
  	-moz-box-shadow: inset 0 0 30px rgba(0, 0, 0, .3);
  	-webkit-box-shadow: inset 0 0 30px rgba(0, 0, 0, .3);
  	-o-box-shadow: inset 0 0 30px rgba(0, 0, 0, .3);
  	-ms-box-shadow: inset 0 0 30px rgba(0, 0, 0, .3);
}

body.inner #banner .centered-content {
  height: 250px;
  padding: 180px 0 0 0;
  color: #fff;
  text-align: right;
}
body.inner #banner .content {
  padding: 5px 50px 3px 0;
  background: #0032a0;
  background: rgba(10, 10, 10, .3);
  border-bottom: 1px solid #555;
  text-shadow: 0 1px 1px #222;
  	-moz-text-shadow: 0 1px 1px #222;
  	-webkit-text-shadow: 0 1px 1px #222;
  	-o-text-shadow: 0 1px 1px #222;
  	-ms-text-shadow: 0 1px 1px #222;
}

#banner .slideshow {
  position: relative;
}
#banner .slides {
  list-style: none;
  width: 100%;
  height: 385px;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
#banner .slides li {
  width: 100%;
  height: 385px;
}

body.inner #banner .centered-content.slideshow {
  padding: 0;
}
body.inner #banner .slides,
body.inner #banner .slides li {
  height: 245px;
}
#banner .slideshow .content {
  width: 100%;
  position: absolute;
  top: 180px;
  z-index: 10;
}




/* Main Area */
#main  {
  float: left;
  width: 100%;
}
#main > .centered-content div, #main > .centered-content section, #main > .centered-content header, #main > .centered-content footer, #main > .centered-content nav, #main > .centered-content aside, #main > .centered-content article {
  float: left;
}
#main-content {
  width: 100%;
  padding: 15px;
  margin: 0 0 15px 0;
  background: #fff;
  border-bottom: 3px solid #ddd;
  box-shadow: inset 0 0 5px #ccc;
  	-moz-box-shadow: inset 0 0 5px #ccc;
  	-webkit-box-shadow: inset 0 0 5px #ccc;
  	-o-box-shadow: inset 0 0 5px #ccc;
  	-ms-box-shadow: inset 0 0 5px #ccc;
}

.row {
  width: 100%;
  margin-bottom: 15px;
}

.full { width: 100%; padding: 15px; }
.one-third { width: 33%; padding: 15px; }
.two-thirds { width: 66.6777777%; padding: 15px; }
.one-half { width: 50%; padding: 15px; }
.one-quarter { width: 25%; padding: 15px; }
.three-quarters { width: 75%; padding: 15px; }

.pad-1 {
  padding: 30px;
  background: #f9f9f9;
  box-shadow: -2px 0 1px #aaa;
  	-moz-box-shadow: -2px 0 1px #aaa;
  	-webkit-box-shadow: -2px 0 1px #aaa;
  	-o-box-shadow: -2px 0 1px #aaa;
  	-ms-box-shadow: -2px 0 1px #aaa;
}




/* Sub-nav */
.subnav {
  width: 100%;
  padding: 10px 0 10px 20px;
  border-left: 1px solid #ddd;
}
.subnav li {
  display: block;
  width: 100%;
  border-bottom: 1px dotted #bbb;
}
.subnav a {
  display: block;
  width: 100%;
  padding: 4px 5px 2px 10px;
  text-decoration: none;
}
.subnav a:hover,
.subnav li.current a {
  background: #f3f3f3;
  color: #444;
}




/* Footer */
#footer {
  float: left;
  width: 100%;
  border-top: 7px solid #58585a;
  text-align: right;
  font-size: .85em;
}
#footer .upper {
  float: left;
  width: 100%;
  padding: 12px 15px;
  background: #0032a0;
}
#footer .upper img {
  margin: 8px 20px 0 0;
}
#footer .address {
  float: right;
  color: #fff;
  text-align: left;
}

#footer .lower {
  float: left;
  width: 100%;
  padding: 10px 15px;
  background: #fff;
  color: #999;
}
#footer .lower a {
  color: #999;
  text-decoration: none;
}
#footer .lower a:hover {
  color: #0032a0;
}




/* Info Request Form */
.info-request {
  padding: 15px 20px;
  border: 1px solid #ddd;
  background: #fafafa;
  border-radius: 5px;
  	-moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
  	-o-border-radius: 5px;
  	-ms-border-radius: 5px;
}
.info-request h2 {
  margin-bottom: 9px;
}
.info-request p {
  font-size: .9em;
}
.info-request label {
  display: none;
}
.lt-ie9 .info-request label {
  display: block;
}
.info-request label.normal {
  display: inline-block;
  margin-bottom: 15px;
}
.info-request input {
  border-radius: 5px;
  	-moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
  	-o-border-radius: 5px;
  	-ms-border-radius: 5px;
}




/* Callouts */
.callout {
  width: 31.53153%; /* 280px / 888px */
  padding: 0;
  margin-right: 2.25225%; /* 20px / 888px */
}
.callout a {
  display: block;
  float: left;
  width: 100%;
  text-decoration: none;
}
.callout h1 {
  padding: 10px 50px 5px 25px;
  margin-bottom: 110px;
  background: rgb(50, 50, 50);
  background: rgba(50, 50, 50, .8);
  transition: all .25s;
 		-moz-transition: all .25s;
  	-webkit-transition: all .25s;
  	-o-transition: all .25s;
  	-ms-transition: all .25s;
  font-weight: normal;
	text-transform: uppercase;
  text-shadow: 0 1px 1px #111;
  	-moz-text-shadow: 0 1px 1px #111;
  	-webkit-text-shadow: 0 1px 1px #111;
  	-o-text-shadow: 0 1px 1px #111;
  	-ms-text-shadow: 0 1px 1px #111;
}
.callout .info {
  width: 100%;
  padding: 20px 20px 5px 20px;
  background: #0032a0;
    background: -moz-linear-gradient(top,  #0050ba 0%, #0032a0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0050ba), color-stop(100%,#0032a0));
    background: -webkit-linear-gradient(top,  #0050ba 0%,#0032a0 100%);
    background: -o-linear-gradient(top,  #0050ba 0%,#0032a0 100%);
    background: -ms-linear-gradient(top,  #0050ba 0%,#0032a0 100%);
    background: linear-gradient(to bottom,  #0050ba 0%,#0032a0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0050ba', endColorstr='#0032a0',GradientType=0 );
  color: #f3f3f3;
  font-size: .9em;
}

.callout.problem {
  background: url(/img/callout-problem.jpg);
}
.callout.solution {
  background: url(/img/callout-solution.jpg);
}
.callout.result {
  margin-right: 0;
  background: url(/img/callout-result.jpg);
}

.callout a:hover h1 {
  background: #d5a102;
}




/* Home Page */
body.home a.more {
  float: right;
  margin-right: 30px;
}
body.home #banner .slides li.a { background: url(/img/banner/home-1.jpg); }
body.home #banner .slides li.b { background: url(/img/banner/home-2.jpg); }
body.home #banner .slides li.c { background: url(/img/banner/home-3.jpg); }

body.home .video {
	margin-top: 25px;
}




/* About Page */
body.about #banner .centered-content {
  background: url(/img/banner/about.jpg) center no-repeat;
}




/* Pricing Page */
body.pricing #banner .centered-content {
  background: url(/img/banner/pricing.jpg) center no-repeat;
}
body.pricing #main-content h1.hl-1 {
  margin-bottom: 5px;
}




/* Contact Page */
body.contact #banner .centered-content {
  background: url(/img/banner/contact.jpg) center no-repeat;
}




/* Specialty Areas */
body.specialty-areas ul.specialty-areas {
  list-style: none;
  padding: 0;
  margin: 0;
}
body.specialty-areas ul.specialty-areas li {
  float: left;
  width: 50%;
  padding: 15px 20px 10px 0;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-align: right;
}
body.specialty-areas ul.specialty-areas li:nth-child(odd){
  width: 55%;
}
body.specialty-areas ul.specialty-areas li:nth-child(even){
  width: 45%;
  border-right: none;
}
body.specialty-areas ul.specialty-areas a {
  color: #666;
  font-size: .85em;
  text-decoration: none;
}
body.specialty-areas ul.specialty-areas img {
  margin: 0 0 10px 0;
}
body.specialty-areas ul.specialty-areas a:hover {
  color: #0032a0;
}

body.specialty-areas img.specialty-logo {
  float: right;
  margin: 0 0 25px 25px;
}

/* ChiroPro */
body.specialty-areas.ChiroPro #banner .centered-content { background: url(/img/banner/ChiroPro.jpg) center no-repeat; }
body.specialty-areas.ChiroPro #banner .centered-content { border-color: #6ebf4b; }
body.specialty-areas.ChiroPro #main h1.hl-1 { color: #6ebf4b; }

/* LegalPro */
body.specialty-areas.LegalPro #banner .centered-content { background: url(/img/banner/LegalPro.jpg) center no-repeat; }
body.specialty-areas.LegalPro #banner .centered-content { border-color: #8c2232; }
body.specialty-areas.LegalPro #main h1.hl-1 { color: #8c2232; }

/* PodoPro */
body.specialty-areas.PodoPro #banner .centered-content { background: url(/img/banner/PodoPro.jpg) center no-repeat; }
body.specialty-areas.PodoPro #banner .centered-content { border-color: #0076bd; }
body.specialty-areas.PodoPro #main h1.hl-1 { color: #0076bd; }

/* OptoPro */
body.specialty-areas.OptoPro #banner .centered-content { background: url(/img/banner/OptoPro.jpg) center no-repeat; }
body.specialty-areas.OptoPro #banner .centered-content { border-color: #fec52e; }
body.specialty-areas.OptoPro #main h1.hl-1 { color: #fec52e; }

/* HealthPro */
body.specialty-areas.HealthPro #banner .centered-content { background: url(/img/banner/HealthPro.jpg) center no-repeat; }
body.specialty-areas.HealthPro #banner .centered-content { border-color: #f36b21; }
body.specialty-areas.HealthPro #main h1.hl-1 { color: #f36b21; }

/* DentalPro */
body.specialty-areas.DentalPro #banner .centered-content { background: url(/img/banner/DentalPro.jpg) center no-repeat; }
body.specialty-areas.DentalPro #banner .centered-content { border-color: #089bbf; }
body.specialty-areas.DentalPro #main h1.hl-1 { color: #089bbf; }

/* CosmeticPro */
body.specialty-areas.CosmeticPro #banner .centered-content { background: url(/img/banner/CosmeticPro.jpg) center no-repeat; }
body.specialty-areas.CosmeticPro #banner .centered-content { border-color: #735192; }
body.specialty-areas.CosmeticPro #main h1.hl-1 { color: #735192; }

/* PTPro */
body.specialty-areas.PTPro #banner .centered-content { background: url(/img/banner/PTPro.jpg) center no-repeat; }
body.specialty-areas.PTPro #banner .centered-content { border-color: #239084; }
body.specialty-areas.PTPro #main h1.hl-1 { color: #239084; }

/* AccountingPro */
body.specialty-areas.AccountingPro #banner .centered-content { background: url(/img/banner/AccountingPro.jpg) center no-repeat; }
body.specialty-areas.AccountingPro #banner .centered-content { border-color: #0f6a37; }
body.specialty-areas.Accountingro #main h1.hl-1 { color: #0f6a37; }





@media only screen and (min-width: 35em) {
  

}

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
