/* @override 
	http://www.coachingpattern.com/css/main.css
	http://www.practicepattern.com/css/main.css
*/

/* ---- RESETS ---- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

html {
	-webkit-font-smoothing: antialiased;	
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	font: 62.5%/1 Helvetica, sans-serif;
	background-color: #F2F2F2;
}

body.simple {
	background-color: #fff;
	margin: 40px;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

blockquote {
	margin-left: 1em;
	padding-left: .5em;
	border-left: 2px solid #c7d2d9;
	font-style: italic;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.script-type {
	font-style: italic;
}

.hide {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.hidden {
	display: none;
}

/* ---- UI WIDGETS --- */

.ui-datepicker {
	border: 1px solid #ccc;
	-webkit-box-shadow: 2px 2px 4px 0px rgba(2, 2, 2, .08);
	box-shadow: 2px 2px 4px 0px rgba(2, 2, 2, .08);
	margin-top: -1px;
}

/* ---- SETUP ---- */

.clearboth {
	clear: both;
}

a:link, a:visited {
	text-decoration: underline;
	color: #0B7DB8;
}

a:hover {
	text-decoration: none;
	color: #0B7DB8;
}

a .over_dim {
	opacity: 1;
	-webkit-transition: opacity;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 200ms;
}

a:hover .over_dim {
	opacity: .8;
	-webkit-transition: opacity;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 200ms;
}

.highlighter {
	background-color: #fff1c9;
	text-decoration: none;
	color: inherit;
}

img {
	border-style: none;
}

img.deactivated {
	opacity: 0.3;
}

.hr-1 {
	height: 1px;
	color: #CCCCCC;
	background-color: #CCCCCC;
	border: 0;
	width: 100%;
	margin-top: 2em;
	margin-bottom: 2em;
}

.hr-1.fit {
	width: inherit;
	margin-left: 4%;
	margin-right: 4%;
}

.hr-2 {
	height: 3px;
	color: #CCCCCC;
	background-color: #CCCCCC;
	border: 0;
	width: 100%;
	margin-top: 2em;
	margin-bottom: 2em;
}

.dev-note {
	background-color: #ffede3;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 4px 10px 3px;
	color: #ff4644;
	font-size: 1.4em;
	font-weight: bold;
	border: 1px solid #ffc4ae;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.dev-note:before {
	content: "DEV NOTE: ";
	font-weight: bold;
	font-size: .9em;
}

.dev-note-sm {
	background-color: #fdffdf;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 4px 10px 3px;
	color: #5b5b5b;
	border: 1px solid #ffc4ae;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1.4em;
	margin: 10px;
}

.dev-note-sm:before {
	content: "DEV NOTE: ";
	font-weight: bold;
	font-size: .9em;
}

.deactivated-client {
	font-style: italic;
}

.deactivated-label {
	display: inline-block;
	font-size: 10px;
	font-weight: 600;
	background-color: #fff;
	padding: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #e1a013;
	margin-left: 5px;
	margin-right: 5px;
	border: 1px solid #efbd30;
	text-transform: uppercase;
}

#main-content-area h1 .deactivated-label {
	position: relative;
	bottom: .5em;
}

.inline-cancel {
	padding-left: .5px;
	padding-right: .5px;
	font-size: 1.4em;
	margin-left: 1em;
	margin-right: 1em;
	color: #909090;
}

.inline-cancel a:link, .inline-cancel a:visited {
	color: #909090;
}

/* Nice transitions for media quries */

h1, h2, #main-header, #main-header, #logo {
	transition: all .2s linear;
	-o-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
}

thead td {
	background-color: #e1e1e1;
	padding: 10px 5px 10px 10px;
	font-weight: bold;
	font-size: 1.3em;
}

tbody tr td {
	font-size: 1.3em;
	border: 1px solid #e7e7e7;
	padding: 10px 5px 10px 10px;
}

tbody tr td.data-heading {
	font-weight: 600;
}

.boxfix {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

a.help-icon {
	width: 13px;
	height: 13px;
	display: inline-block;
	background-color: #848484;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	color: #ededed;
	text-decoration: none;
	text-align: center;
	font: 11px/13px Lucida, "Lucida Grande", Verdana, sans-serif;
}

/* ---- HEADER --- */

#header-wrapper {
	width: "100%";
	background-color: #fff;
	border-bottom: 1px solid #E9E7E4;
}

#main-header {
	height: 130px;
	max-width: 1500px;
	padding-left: 2%;
	width: 91.5%;
}

#logo img {
	max-width: 100%;
}

#logo {
	width: 195px;
	height: 31px;
	float: left;
	margin-top: 40px;
	position: relative;
}

/* ---- TRIAL MODE --- */

#trial-mode-bar {
	background: #227fbe url(/img/trial-mode-bar-bg.gif) repeat-x 0 bottom;
}

#trial-mode-bar {
	padding: 1em;
}

#trial-mode-bar p {
	display: inline-block;
	text-shadow: #113d68 0 -1px 0;
	color: #fff;
	margin: .5em .6em .5em 1em;
	font-size: 1.5em;
}

/* ---- LOADING --- */

.loading-dialog.ui-dialog {
	border: none;
	background-color: rgba(77,77,77,0.7);
	padding: 0;
	margin: 0;
	height: 480px;
}

.loading-dialog.ui-dialog.ui-dialog-titlebar {
	padding: 0;
}

.loading-dialog .ui-dialog-titlebar span.ui-icon {
	display: none;
}

.loading-dialog .ui-dialog .ui-resizable-handle {
	display: none;
}

.loading-dialog .ui-dialog-titlebar {
	display: none;
}

.loading-dialog.ui-dialog p {
	margin-bottom: 0;
	text-align: center;
	top: 176px;
	position: relative;
	font-size: 1.3em;
	color: #d0d0d0;
	font-weight: 600;
}

#dialog-loading.ui-dialog-content.ui-widget-content {
	padding: 0;
	margin: 0;
}

.loading-dialog.ui-dialog #loading-spinner {
	margin: 0px;
}

.loading-dialog .ui-widget-overlay {
	background-color: red;
	color: red;
	display: none;
}

/* ---- ALERTS --- */

#global-errors {
	color: #db3a29;
	font-size: 1.4em;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

.alert {
	position: fixed;
	width: 100%;
	text-align: center;
}

.alert-box {
	width: 50%;
	min-width: 300px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 13px;
	padding-bottom: 13px;
	-webkit-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px;
	margin-top: -1px;
	font-size: 1.6em;
}

.alert-box a.alert-action-link:link, .alert-box a.alert-action-link:visited {
	font-size: .7em;
	vertical-align: 2px;
	color: #333;
	margin-left: 7px;
}

.alert-box img.alert-close-button {
	float: right;
	margin-top: -16px;
	margin-right: 10px;
	margin-left: 10px;
}

/* Confirmation */

.alert-box.confirmation {
	border: 1px solid #92CC6A;
	background: #D1F1AC url(/img/icon-check-small.png) no-repeat 16px center;
	text-align: left;
}

.alert-box.confirmation p {
	padding-left: 43px;
}

/* Warning */

.alert-box.warning {
	border: 1px solid #F0DA91;
	background: #F9F9B4 url(/img/icon-alert-warning.png) no-repeat 16px center;
	text-align: left;
}

.alert-box.warning p {
	padding-left: 43px;
}

/* ---- FEEDBACK MODAL ---- */

#feedback-form .row select {
	width: 100%;
}

#feedback-form .row textarea#feedback-content {
	width: 100%;
}

#feedback-form .row label {
	font-size: 1.5em;
}

/* ---- JQUERY DROPDOWN BUTTON ---- */

.dropdown-menu {
	font: 14px sans-serif;
	position: absolute;
	z-index: 9999999;
	display: none;
}

.dropdown-menu UL {
	min-width: 160px;
	list-style: none;
	background: #FFF;
	border: solid 1px #DDD;
	border: solid 1px rgba(0, 0, 0, .2);
	border-radius: 6px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	overflow: visible;
	padding: 4px 0;
	margin: 0;
}

.dropdown-menu.has-tip {
	margin-top: 8px;
}

.dropdown-menu.has-tip:before {
	position: absolute;
	top: -6px;
	left: 9px;
	content: '';
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #CCC;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	display: inline-block;
}

.dropdown-menu.has-tip.anchor-right:before {
	left: auto;
	right: 9px;
}

.dropdown-menu.has-tip:after {
	position: absolute;
	top: -5px;
	left: 10px;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #FFF;
	display: inline-block;
}

.dropdown-menu.has-tip.anchor-right:after {
	left: auto;
	right: 10px;
}

.dropdown-menu.has-scroll UL {
	max-height: 358px;
	overflow: auto;
}

.dropdown-menu LI {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 18px;
}

.dropdown-menu LI > A,
.dropdown-menu LABEL {
	display: block;
	color: #555;
	text-decoration: none;
	line-height: 18px;
	padding: 3px 15px;
	white-space: nowrap;
}

.dropdown-menu LI > A:hover,
.dropdown-menu LABEL:hover {
	background-color: #08C;
	color: #FFF;
	cursor: pointer;
}

.dropdown-menu .divider {
	height: 1px;
	background: #E5E5E5;
	margin: 5px 1px;
	overflow: hidden;
}

.dropdown-menu.has-icons LI > A {
	padding-left: 30px;
	background-position: 8px center;
	background-repeat: no-repeat;
}

.dropdown-menu .undo A {
	background-image: url(/img/arrow-curve-180-left.png);
}

.dropdown-menu .redo A {
	background-image: url(/img/arrow-curve.png);
}

.dropdown-menu .cut A {
	background-image: url(/img/scissors.png);
}

.dropdown-menu .copy A {
	background-image: url(/img/document-copy.png);
}

.dropdown-menu .paste A {
	background-image: url(/img/clipboard.png);
}

.dropdown-menu .delete A {
	background-image: url(/img/cross-script.png);
}

/* ---- ERRORS --- */

#msg-panel {
	background-color: #fff;
	width: 98%;
	max-width: 690px;
	border: 1px solid #DDDDDD;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 2px 2px 4px 0px rgba(2, 2, 2, .05);
	box-shadow: 2px 2px 4px 0px rgba(2, 2, 2, .05);
	margin: 4em auto 8em;
}

#msg-panel hr {
	height: 1px;
	color: #DDDDDD;
	background-color: #DDDDDD;
	border: 0;
	width: 100%;
}

#msg-panel .heading {
	font-size: 3.8em;
	font-weight: 600;
	background: url(/img/error-tag-generic.png) no-repeat 0 center;
	margin-left: -.1em;
	color: #6f6f7f;
	padding: .6em .2em .6em 1.5em;
}

#msg-panel.notfound .heading {
	background: url(/img/error-tag-question.png) no-repeat 0 center;
}

#msg-panel.denied .heading {
	background: url(/img/error-tag-denied.png) no-repeat 0 center;
}

#msg-panel.maint .heading {
	background: url(/img/error-tag-tools.png) no-repeat 0 center;
}

#msg-panel.check .heading {
	background: url(/img/error-tag-check.png) no-repeat 0 center;
}

#msg-panel .msg-content {
	padding: 2em 4em 2em 5.5em;
}

#msg-panel .msg-content p {
	color: #676767;
	font-size: 1.9em;
	line-height: 1.4em;
	margin-bottom: 1em;
}

#msg-panel .msg-content p.action-link {
	font-size: 1.6em;
}

/* ---- MODALS --- */

.ui-dialog h2 {
	font-weight: 600;
	margin-bottom: .5em;
	font-size: 1.2em;
	color: #333;
	line-height: 1.3em;
}

.ui-dialog p {
	/*font-size: .9em;*/
	font-size: 1.4em;
	margin-bottom: 1em;
}

.ui-dialog .copy-modal p {
	font-size: 1.1em;
	margin-bottom: 1em;
	line-height: 1.3em;
}

.ui-dialog ul {
	margin-left: 1.5em;
}

.ui-dialog ul li {
	list-style-type: disc;
	margin-top: 1.3em;
}

.ui-dialog ul li:first-child {
	margin-top: 0em;
}

/* Simple Modal */

.simple-dialog {
	max-width: 700px;
}

.simple-dialog.ui-dialog .ui-dialog-content {
	font-size: 1.3em;
	line-height: 1.4em;
	color: #353535;
	padding: 1em 4em 3em;
}

.simple-dialog.ui-dialog .ui-dialog-content label {
	font-size: 1.1em;
}

.simple-dialog.ui-dialog .ui-dialog-content form {
	margin-top: 2em;
}

.simple-dialog.ui-dialog .ui-dialog-content form input.form-text {
	font-size: 1.1em;
}

/* Text modal style */

.text-modal.ui-dialog {
	padding-bottom: 4em;
}

.text-modal.ui-dialog .ui-dialog-content {
	font-size: 1.3em;
	line-height: 1.7em;
	color: #353535;
	padding: 1em 4.6em 3em;
}

.text-modal.ui-dialog .ui-dialog-content p {
	font-size: 1em;
	line-height: 1.7em;
}

.text-modal.ui-dialog ul {
	margin-left: 2em;
	margin-bottom: 1.5em;
	margin-top: 1.5em;
}

.text-modal.ui-dialog ul li {
	font-size: .93em;
	line-height: 1.3em;
	list-style-type: disc;
	margin-bottom: .8em;
}

.text-modal.ui-dialog ol {
	margin-left: 2em;
	margin-bottom: 1.5em;
	margin-top: 1.5em;
}

.text-modal.ui-dialog ol li {
	font-size: .93em;
	line-height: 1.3em;
	margin-bottom: .8em;
	list-style-type: decimal;
}

.text-modal.ui-dialog ol.alpha-lower li {
	font-size: .93em;
	line-height: 1.3em;
	margin-bottom: .8em;
	list-style-type: lower-latin;
}

.text-modal.ui-dialog .ui-dialog-content strong {
	font-weight: 600;
}

.text-modal.ui-dialog .ui-dialog-content h2 {
	font-weight: normal;
	margin-top: 1.5em;
	margin-bottom: .3em;
	color: #735399;
	font-size: 1.4em;
}

.text-modal.ui-dialog .ui-dialog-titlebar {
	padding: 2.4em 1.5em .4em 1.9em;
}

.text-modal.ui-dialog .ui-dialog-title {
	font-weight: 500;
	letter-spacing: 1px;
}

.text-modal.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 70%;
	width: 19px;
	margin: -10px 30px 0 0;
	padding: 1px;
	height: 18px;
}

/* Figure + Text modal style */

.figure-text-modal.ui-dialog {
	border: 4px solid #666;
	max-width: 700px;
}

.figure-text-modal.ui-dialog .ui-dialog-title {
	display: none;
}

.figure-text-modal.ui-dialog .ui-dialog-titlebar {
	padding: 3em 1.5em .4em 1.9em;
}

.figure-text-modal.ui-dialog .ui-dialog-content h1 {
	font-size: 2.5em;
	line-height: 1em;
	font-weight: 500;
}

.figure-text-modal.ui-dialog .ui-dialog-content .subheading {
	font-size: 1.4em;
	margin-top: .2em;
	color: #5f5f5f;
	font-weight: normal;
}

.figure-text-modal.ui-dialog .ui-dialog-content {
	font-size: 1.3em;
	line-height: 1.45em;
	color: #616161;
	padding: 1em 4em 4em;
}

.figure-text-modal.ui-dialog .ui-dialog-content .primary-image {
	float: left;
	width: 230px;
	text-align: center;
}

.figure-text-modal.ui-dialog .ui-dialog-content .modal-content-wrapper {
	float: left;
	margin-left: 45px;
	width: 305px;
}

.figure-text-modal.ui-dialog .ui-dialog-content p {
	font-size: 1em;
	line-height: 1.6em;
}

/* HIPAA modal adjustments */

#dialog-hipaa .primary-image {
	margin-top: 4.4em;
}

#dialog-hipaa ul li {
	margin-top: .5em;
}

/* Trial welcome modal */

.trial-welcome-modal.ui-dialog {
	border: 4px solid #666;
}

.trial-welcome-modal.ui-dialog .ui-widget-content {
	padding: 0;
}

.trial-welcome-modal.ui-dialog .modal-content-wrapper {
	margin-bottom: 4.5em;
}

.trial-welcome-modal.ui-dialog .ui-dialog-title {
	display: none;
}

.trial-welcome-modal.ui-dialog .ui-dialog-titlebar {
	padding: 2em 1.5em .4em 1.9em;
}

.trial-welcome-modal.ui-dialog #youre-in-image {
	width: 200px;
	height: 108px;
	font-size: 28px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 1em;
	color: #7dc83b;
}

.trial-welcome-modal.ui-dialog #youre-in-image img {
	margin-left: .4em;
}

.trial-welcome-modal p.type-script {
	font-size: .9em;
}

.trial-welcome-modal.ui-dialog .ui-dialog-content h1 {
	font-size: 3.1em;
	line-height: 1em;
	font-weight: 500;
	margin-bottom: .3em;
	text-align: center;
	color: #3d3940;
}

.trial-welcome-modal.ui-dialog h3 {
	text-align: center;
	width: 80%;
	color: #4d4d59;
	font-size: 1.6em;
	line-height: 1.5em;
	margin-left: auto;
	margin-right: auto;
	font-weight: 400;
}

.trial-welcome-modal.ui-dialog #lower-panel {
	background-color: #f7f8f8;
	border-top: 1px solid #e5e5e5;
	padding: 4em 2em 2.5em;
}

.trial-welcome-modal.ui-dialog #lower-panel h4 {
	text-align: center;
	font-size: 20px;
	color: #a6a7a7;
}

.trial-welcome-modal.ui-dialog #lower-panel ul.modal-button-bar {
	margin-top: 1.5em;
	margin-bottom: 3em;
}

.trial-welcome-modal.ui-dialog #lower-panel ul.modal-button-bar li {
	float: left;
	width: 30.5%;
	list-style-type: none;
	margin-top: 0;
	/*margin-right: 2%;
	margin-left: 2%;*/
}

.trial-welcome-modal.ui-dialog #lower-panel ul.modal-button-bar li.last {
	margin-right: 0;
	float: right;
}

.trial-welcome-modal.ui-dialog #lower-panel ul.modal-button-bar li.first {
	margin-left: 0;
	margin-right: 4.4%;
}

.trial-welcome-modal.ui-dialog #lower-panel ul.modal-button-bar li a:link,
.trial-welcome-modal.ui-dialog #lower-panel ul.modal-button-bar li a:visited {
	display: block;
	background-color: #fff;
	border: solid 1px #BEC5C6;
	padding: 1em;
	text-decoration: none;
	text-align: center;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow:  1px 1px 2px 0px rgba(217, 223, 224, .9);
    box-shadow:  1px 1px 2px 0px rgba(217, 223, 224, .9);
	font-size: 1.7em;
	font-weight: 600;
	color: #227FBF;
}

.trial-welcome-modal.ui-dialog #lower-panel ul.modal-button-bar li a:hover {
	-webkit-box-shadow:  0px 0px 0px 0px rgba(5, 5, 5, .1);
    box-shadow:  0px 0px 0px 0px rgba(3, 3, 3, .1);
    color: #0d68a6;
}

.trial-welcome-modal.ui-dialog #lower-panel ul.modal-button-bar li a span {
	display: block;
	font-size: 12px;
	margin-top: .3em;
	color: #6f6f6f;
}

.trial-welcome-modal.ui-dialog #lower-panel .small-link,
.trial-welcome-modal.ui-dialog #lower-panel .small-link a:link,
.trial-welcome-modal.ui-dialog #lower-panel .small-link a:visited {
	text-align: center;
	font-size: 11px;
	color: #6a6a6a;
	margin-bottom: 0;
}

/* Error Modal */

.error-dialog {
	max-width: 430px;
	border-color: red;
}

.ui-dialog.error-dialog {
	border-color: #6e6e6e;
}

.error-dialog.ui-dialog.ui-dialog-titlebar {
	padding: 2em 1.5em .4em 1.9em;
}

.error-dialog .ui-dialog-titlebar span.ui-icon {
	display: none;
}

.error-dialog .ui-dialog-titlebar .ui-dialog-title {
	background: url(/img/icon-error-triangle-sm.png) no-repeat left 1px;
	font-weight: 600;
	font-size: 16px;
	padding-left: 31px;
	margin-top: 12px;
	color: #303030;
	margin-left: -20px;
	line-height: 22px;
}

.error-dialog.ui-dialog p,
.error-dialog.ui-dialog ul {
	margin-bottom: 1em;
}

.error-dialog.ui-dialog h2 {
	font-size: 1.4em;
	font-weight: 600;
	margin-bottom: 1.2em;
}

.error-dialog.ui-dialog ul {
	margin-left: 1.3em;
}

.error-dialog.ui-dialog ul li {
	list-style: disc;
	margin-bottom: .5em;

}

.error-dialog.ui-dialog .red {
	color: #d8000b;
}

#error-dialog.ui-dialog-content.ui-widget-content {
	padding-left: 3.6em;
	padding-top: 0;
	padding-bottom: 0;
}

.error-dialog.ui-dialog .ui-dialog-buttonpane {
	text-align: center;
	border-width: 1px 0 0 0;
	background-image: none;
	margin: .5em 0 0 0;
	background-color: #fff;
	border-top: none;
	padding: .5em 1em 1.7em .4em;
}

.error-dialog.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: none;
}

/* Practitioner Bio Modal */

.practitioner-bio.ui-dialog {
	border: 4px solid #666;
	max-width: 900px;
}

.practitioner-bio.ui-dialog .ui-dialog-title {
	display: none;
}

.practitioner-bio.ui-dialog .ui-dialog-titlebar {
	padding: 2em 1.5em .4em 1.9em;
}

.practitioner-bio.ui-dialog .ui-dialog-content {
	padding: 1em 4em 4em;
}

.practitioner-bio.ui-dialog .ui-dialog-content p {
	font-size: 1.5em;
	line-height: 1.45em;
	color: #616161;
}

.practitioner-bio.ui-dialog .ui-dialog-content .practitioner-avatar img {
	max-width: 100%;
}

.practitioner-bio.ui-dialog .ui-dialog-content .practitioner-avatar {
	float: left;
	width: 30%;
	text-align: center;
}

.practitioner-bio.ui-dialog .ui-dialog-content .dialog-bio-content-wrap {
	float: left;
	margin-left: 8%;
	width: 60%;
}

.practitioner-bio.ui-dialog .ui-dialog-content .practitioner-name {
	font-weight: 600;
	font-size: 2em;
}

/* Searching Modal */

.searching-dialog {
	max-width: 430px;
}

.searching-dialog.ui-dialog {
	border-color: #929292;
}

.searching-dialog.ui-dialog.ui-dialog-titlebar {
	padding: 2em 1.5em .4em 1.9em;
}

#ui-dialog-title-searching-dialog.ui-dialog-title {
	width: 100%;
	text-align: center;
}

.searching-dialog .ui-dialog-titlebar span.ui-icon {
	display: none;
}

.searching-dialog.ui-dialog .ui-icon-grip-diagonal-se {
	display: none;
}

.searching-dialog .ui-dialog-titlebar .ui-dialog-title {
	display: none;
}

#searching-dialog.ui-dialog-content.ui-widget-content {
	padding-left: 3.6em;
	padding-top: 0;
	padding-bottom: 3em;
	text-align: center;
}

.searching-dialog.ui-dialog .ui-dialog-buttonpane {
	text-align: center;
	border-width: 1px 0 0 0;
	background-image: none;
	margin: .5em 0 0 0;
	background-color: #fff;
	border-top: none;
	padding: .5em 1em 1.7em .4em;
}

.searching-dialog.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: none;
}

#searching-dialog #spinloader-container {
	position: relative;
	left: 50%;
	margin-top: 40px;
	padding-bottom: 50px;
}

#searching-dialog h2 {
	font-weight: normal;
	font-size: 2.1em;
	margin-bottom: .2em;
	font-weight: 100;
}

/* Working Modal */

.working-dialog {
	max-width: 430px;
}

.working-dialog.ui-dialog {
	border-color: #929292;
}

.working-dialog.ui-dialog.ui-dialog-titlebar {
	padding: 2em 1.5em .4em 1.9em;
}

#ui-dialog-title-searching-dialog.ui-dialog-title {
	width: 100%;
	text-align: center;
}

.working-dialog .ui-dialog-titlebar-close {
	display: none;
}

.working-dialog.ui-dialog .ui-icon-gripsmall-diagonal-se {
	display: none;
}

.working-dialog .ui-dialog-titlebar .ui-dialog-title {
	display: none;
}

.working-dialog.ui-dialog .ui-dialog-buttonpane {
	text-align: center;
	border-width: 1px 0 0 0;
	background-image: none;
	margin: .5em 0 0 0;
	background-color: #fff;
	border-top: none;
	padding: .5em 1em 1.7em .4em;
}

.working-dialog.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: none;
}


/* Validating CC Modal */ 

#validatingcc-dialog #spinloader-container {
	position: relative;
	left: 50%;
	margin-top: 40px;
	padding-bottom: 50px;
}

#validatingcc-dialog h2 {
	font-weight: normal;
	font-size: 2.1em;
	margin-bottom: .2em;
	font-weight: 100;
}

#validatingcc-dialog.ui-dialog-content.ui-widget-content {
	padding-left: 3.6em;
	padding-top: 0;
	padding-bottom: 3em;
	text-align: center;
	overflow: hidden;
}

/* ---- TOOLTIP --- */

.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 1px 1px 3px #aaa;
	box-shadow: 1px 1px 3px #aaa;
	background-color: rgba(0,0,0,0.76);
	color: #fff;
	border: none;
}
/* Fades and background-images don't work well together in IE6, drop the image */
* html .ui-tooltip {
	background-image: none;
}
body .ui-tooltip { border-width: 0px; }

.ui-tooltip.ui-widget-content {
	color: #fff;
}

/* ---- NAVIGATION NEW --- */

#main-header nav#user-nav a.top-nav-mobile-link {
	display: none;
}

#main-header nav#user-nav {
	float: right;
	border-right: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	-webkit-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px;
	padding: 5px;
	-webkit-box-shadow: 1px 1px 0px 1px rgba(5, 5, 5, .1);
	box-shadow: 1px 1px 1px 0px rgba(1, 1, 1, .08);
}

nav#user-nav ul li {
	display: inline;
}

nav#user-nav ul li a {
	float: left;
	display: block;
	text-decoration: none;
	color: #666;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin-right: 8px;
	padding: 3px 6px;
	font-size: 1.2em;
}

nav#user-nav ul li a:hover {
	text-decoration: underline;
}

nav#user-nav ul li a.feedback:link,
nav#user-nav ul li a.feedback:link {
	color: #b1b1b1;
	font-weight: 600;
	margin-right: 5px;
	margin-left: 2px;
}

nav#user-nav ul li a.feedback:hover {
	color: #91cc69;
}

#high-nav-wrap {

}

/* menu icon */

#menu-icon {
	display: none;
	font-size: 1.4em;
	padding-right: .8em;
	font-weight: bold;
	padding-left: 2.5em;
}

/* Main menu settings */

#high-nav-wrap {
	/*

clear:both;
   float:left;
   margin:0;
   padding:0;
   width:100%;*/
   /*Menu font */
   /*z-index: 1000;*/
	/* This makes the dropdown menus appear above the page content below */
   position: relative;
	margin-top: -1%;
}

/* Top menu items */

#high-nav-wrap ul {
	padding: 0;
	list-style: none;
	float: right;
	position: relative;
}

#high-nav-wrap ul li {
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
/*left:50%;*/
}

#high-nav-wrap ul li a {
	background-color: #fff;
	padding: 6px 12px;
	font-size: 1.5em;
	color: #535362;
	font-weight: 600;
	text-decoration: none;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ffffff;
	margin-left: .5em;
	display: block;
	transition: background-color .1s;
	-moz-transition: background-color .1s;
	-webkit-transition: background-color .1s;
	-o-transition: background-color .1s;
}

#high-nav-wrap ul li a.active {
	background-color: #90CD6A;
	color: #ffffff;
	border: 1px solid #72C43B;
	-webkit-box-shadow: 1px 1px 0px 1px rgba(5, 5, 5, .1);
	box-shadow: 1px 1px 5px 0px rgba(144,205,106,0.50);
	transition: background-color .1s;
	-moz-transition: background-color .1s;
	-webkit-transition: background-color .1s;
	-o-transition: background-color .1s;
}

#high-nav-wrap ul li a.active:hover {
	background-color: #72C43B;
	border: 1px solid #72C43B;
}

#high-nav-wrap ul li a:hover {
	background-color: #ececec;
	border: 1px solid #ececec;
}

#high-nav-wrap ul li:hover a,
#high-nav-wrap ul li.hover a {


/* This line is required for IE 6 and below */
   background-color: #ececec;
	border: 1px solid #ececec;
}

#high-nav a.last {

}

/* Submenu items */

#high-nav-wrap ul ul {
	display: none;

/* Sub menus are hiden by default */
   position: absolute;
	left: 0;
	right: auto;

/*resets the right:50% on the parent ul */
   width: 150px;
	top: 4.5em;
	z-index: 999;
}

#high-nav-wrap ul ul li {
	left: auto;
	/*resets the left:50% on the parent li */
   margin: 0;
	/* Reset the 1px margin from the top menu */
   clear: left;
	width: 100%;
}

#high-nav-wrap ul ul li a,
#high-nav-wrap ul li.active li a,
#high-nav-wrap ul li:hover ul li a,
#high-nav-wrap ul li.hover ul li a { /* This line is required for IE 6 and below */
   font-size:1.3em;
   font-weight:normal; /* resets the bold set for the top level menu items */
   background: #36302c;
   color: #f2f3ef;
   line-height:.7em; /* overwrite line-height value from top menu */
    display: block;
    width: inherit;
	border-top: none;
}

#high-nav-wrap ul ul li a:hover,
#high-nav-wrap ul li.active ul li a:hover,
#high-nav-wrap ul li:hover ul li a:hover,
#high-nav-wrap ul li.hover ul li a:hover {
/* This line is required for IE 6 and below */
	background: #1f1712;
	color: #fff;
}

/* Flip the last submenu so it stays within the page */

#high-nav-wrap ul ul.last {
	left: auto;


/* reset left:0; value */
   right: 0;

/* Set right value instead */
}

/* Make the sub menus appear on hover */

#high-nav-wrap ul li:hover ul,
#high-nav-wrap ul li.hover ul {


/* This line is required for IE 6 and below */
   display: none

;
/* Set this to block to activate submenus */
}

#high-nav-wrap ul a {
	white-space: normal;

/* Stop text wrapping and creating multi-line dropdown items */
}

nav#breadcrumb {
	float: right;
	margin-right: 4%;
	margin-top: 6%;
	font-size: .9em;
	width: 30%;
	text-align: right;
}

nav#breadcrumb ol li {
	display: inline;
	padding-right: 2%;
}

ul.simple-nav li {
	float: left;
}

ul.simple-nav li a:link, ul.simple-nav li a:visited {
	display: block;
	margin-right: .5em;
	font-size: 1.4em;
	font-weight: 600;
	text-decoration: none;
	color: #333;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: .6em .9em;
	transition: background-color .2s;
	-moz-transition: background-color .1s;
	-webkit-transition: background-color .2s;
	-o-transition: background-color .2s;
}

ul.simple-nav li a:hover {
	background-color: #e9e9e9;
}

ul.simple-nav li a.selected {
	background-color: #7EC44F;
	color: #fff;
}

/* Side nav icons */

.icon-compose {
	background-image: url(/img/nav-icon-compose.png);
}

.icon-inbox {
	background-image: url(/img/nav-icon-inbox.png);
}

.icon-sent {
	background-image: url(/img/nav-icon-sent.png);
}

.icon-drafts {
	background-image: url(/img/nav-icon-drafts.png);
}

.icon-deleted {
	background-image: url(/img/nav-icon-trash.png);
}

.icon-top-folder {
	background-image: url(/img/nav-icon-top-folder.png);
}

.icon-subfolder {
	background-image: url(/img/nav-icon-subfolder.png);
}

.icon-manage-folders {
	background-image: url(/img/nav-icon-manage-folders.png);
}

.icon-activity {
	background-image: url(/img/nav-icon-activity.png);
}

.icon-dashboard {
	background-image: url(/img/nav-icon-dashboard.png);
}

.icon-all-clients {
	background-image: url(/img/nav-icon-all-clients.png);
}

.icon-add-user {
	background-image: url(/img/nav-icon-add-user.png);
}

.icon-appointment {
	background-image: url(/img/nav-icon-appointment.png);
}

.icon-invoice {
	background-image: url(/img/nav-icon-invoice.png);
}

.icon-page-editor {
	background-image: url(/img/nav-icon-page-editor.png);
}

.icon-site-design {
	background-image: url(/img/nav-icon-site-design.png);
}

.icon-site-theme {
	background-image: url(/img/nav-icon-site-theme.png);
}

.icon-site-view {
	background-image: url(/img/nav-icon-site-view.png);
}

.icon-site-settings {
	background-image: url(/img/nav-icon-site-settings.png);
}

.icon-site-integrations {
	background-image: url(/img/nav-icon-integrations.png);
}

.icon-email-settings {
	background-image: url(/img/nav-icon-email-settings.png);
}

.icon-stats {
	background-image: url(/img/nav-icon-stats.png);
}

.icon-site-publish {
	background-image: url(/img/nav-icon-site-publish.png);
}

li.highlight a.icon-site-publish {
	background-image: url(/img/nav-icon-site-publish-lit.png);
}

.icon-my-profile {
	background-image: url(/img/nav-icon-my-account.png);
}

.icon-account-settings {
	background-image: url(/img/nav-icon-account-settings.png);
}

.icon-shared-files {
	background-image: url(/img/nav-icon-shared-files.png);
}

.icon-profile {
	background-image: url(/img/nav-icon-my-account.png);
}

.icon-manage-admins {
	background-image: url(/img/nav-icon-manage-admin.png);
}

.icon-billing-settings {
	background-image: url(/img/nav-icon-billing-settings.png);
}

.icon-invoices {
	background-image: url(/img/nav-icon-client-invoices.png);
}

.icon-jrnl-drafts {
	background-image: url(/img/nav-icon-drafts.png);
}

.icon-jrnl-all {
	background-image: url(/img/nav-icon-jrnl-all.png);
}

.icon-srdfls-all {
	background-image: url(/img/nav-icon-srdfls-all.png);
}

.icon-srdfls-outgoing {
	background-image: url(/img/nav-icon-srdfls-outgoing.png);
}

.icon-srdfls-incomming {
	background-image: url(/img/nav-icon-srdfls-incomming.png);
}

/* ---- NON-FORM BUTTONS --- */

a.flat-button:link, a.flat-button:visited {
	display: inline-block;
	background-color: #F7F6F4;
	border: 1px solid #C0BDB6;
	-webkit-box-shadow: 1px 1px 0px 1px rgba(5, 5, 5, .1);
	box-shadow: 1px 1px 0px 0px rgba(3, 3, 3, .1);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 1.4em;
	text-decoration: none;
	color: #333;
	padding: .6em 1em;
}

a.flat-button:hover {
	background-color: #ebebeb;
}

a.simple-button:link, a.simple-button:visited {
	display: inline-block;
	background-color: #119DDA;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-size: 1.8em;
	text-decoration: none;
	color: #fff;
	padding: .8em 1em;
}

a.simple-button:hover {
	background-color: #0995d2;
}

a.action-dropdown:link,
a.action-dropdown:visited {
	display: block;
	background: #DDDDDD url(/img/highlight-med-a.png) repeat-x 0 top;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #CCCCCC;
	text-align: center;
	margin-top: -3px;
	padding: 10px;
}

a.action-dropdown:hover {
	background: #d2d2d2 url(/img/highlight-med-a.png) repeat-x 0 top;
}

a.action-dropdown:active {
	background: #DDDDDD url(/img/highlight-med-a.png) repeat-x 0 top;
}


/* Fake Default Button */

a.form-button {
	display: inline-block;
	background: #f5f5f5;
/* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;
	base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlN2U3ZTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #f5f5f5 0%, #e7e7e7 100%

);
	/* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#e7e7e7

));
	/* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f5f5f5 0%,#e7e7e7 10

0%);
	/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f5f5f5 0%,#e7e7e7 1

00%);
	/* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f5f5f5 0%,#e7e7e7 

100%);
	/* IE10+ */
background: linear-gradient(top,  #f5f5f5 0%,#e7e7e7

100%);
	/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e7e7e7',GradientT

ype=0 );
	/* IE6-8 */

	border: 1px solid #bebebe;
	color: #333;
	cursor: pointer;
	font-weight: 600;
	/*text-shadow: #3c6390 0 -1px 0;*/
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 1.4em;
	-webkit-box-shadow: 1px 1px 0px 1px rgba(5, 5, 5, .1);
	box-shadow: 1px 1px 0px 0px rgba(3, 3, 3, .1);
	padding-top: .5em;
	padding-bottom: .5em;
	text-decoration: none;
	text-align: center;
}

a.form-button:active {
	-webkit-box-shadow: none;
	box-shadow: none;
	position: relative;
	top: .08em;
}

#primary-subnav a.form-button {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	font-size: 1.5em;
}

/*Blue button*/

a.blue-button:link,
a.blue-button:visited {

display: inline-block;

 
background: #1CB7E4;
	/* Old browsers */
	background: -moz-linear-gradient(top, #1CB7E4 0%, #0c8dc9 100%);
	

/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1CB7E4), color-stop(100%,#0c8dc9));


/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1CB7E4 0%,#0c8dc9 100%);

/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1CB7E4 0%,#0c8dc9 100%)

;
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1CB7E4 0%,#0c8dc9 100%

);
	/* IE10+ */
	background: linear-gradient(top, #1CB7E4 0%,#0c8dc9 100

%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1CB7E4', endColorstr='#0c8dc9',GradientType=

0 );
	/* IE6-9 */

	border: 1px solid #5688ba;
	color: #fff;
	cursor: pointer;
	text-shadow: #3c6390 0 -1px 0;
	min-width: 80px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-size: 1.6em;
	font-weight: bold;
	-webkit-box-shadow: 1px 1px 0px 1px rgba(5, 5, 5, .1);
	box-shadow: 1px 1px 1px 0px rgba(3, 3, 3, .2);
	text-decoration: none;
	text-align: center;
	padding: .5em 1em;
}

a.blue-button:hover {
	background: #40d3f6;

/* Old browsers */
background: -moz-linear-gradient(top,  #40d3f6 0%, #2ca4e8 100%)

;
	/* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#40d3f6), color-stop(100%,#2ca4e8)

);
	/* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #2BC1E9 0%, #2399DC 100

%);
	/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #40d3f6 0%,#2ca4e8 10

0%);
	/* Opera 11.10+ */
background: -ms-linear-gradient(top,  #40d3f6 0%,#2ca4e8 1

00%);
	/* IE10+ */
background: linear-gradient(top,  #40d3f6 0%,#2ca4e8 

100%);
	/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40d3f6', endColorstr='#2ca4e8',GradientTy

pe=0 );
/* IE6-9 */
}

a.blue-button:active {
	-webkit-box-shadow: none;
	box-shadow: none;
}



/* ---- REGULAR LAYOUT --- */

#outer-wrapper {
	width: 95%;
	max-width: 1500px;
	padding-bottom: 2em;
}

#main-content-wrapper {
	width: 79%;
	float: left;
	background-color: rgba(242,242,242,0.68);
	-webkit-border-radius: 53px;
	border-radius: 5px;
	padding: 3px;
	margin-left: -4px;
	margin-top: -13px;
}

#main-content-area {
	background-color: #fff;
	-webkit-box-shadow: 1px 1px 0px 1px rgba(5, 5, 5, .1);
	box-shadow: 1px 1px 0px 0px rgba(3, 3, 3, .1);
	border: 1px solid #E3E0DC;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	min-height: 400px;
}

h1, h2, h3, h4, h5 {

}

h1 {
	font-size: 4em;
	font-weight: lighter;
}

#main-content-area h1 {
	padding-left: 4%;
	padding-top: 4%;
	padding-right: 4%;
}

#main-content-area h2 {
	font-size: 2.2em;
	color: #6BBE00;
	border-bottom: 3px solid #F1F0EE;
	margin-top: 2%;
	margin-bottom: 2%;
	margin-top: 3%;
	padding-bottom: .1em;
}

#main-content-area h1 {
	float: left;
}

#main-content-area h3 {
	font-size: 1.65em;
	font-weight: 600;
	color: #404040;
	margin-top: 20px;
	margin-bottom: 10px;
}

#main-content-area h4 {
	font-size: 1.55em;
	font-weight: 600;
	color: #404040;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* Info panel */

aside#primary-sidebar {
	float: left;


/*background: url(/img/sidebar-primary-border-bg.gif) repeat-y right;*/
	background: #F7F6F4 url(/img/primary-sidebar-border-bottom.gif) repeat-x 0 bottom;
	width: 20%;
	border-right: 1px solid #e3e0dc;
}

aside#primary-sidebar ul {
	margin-top: 10px;
	margin-left: 0;
	margin-bottom: 2em;
/

*border-left: 1px solid #e3e0dc;*/
}

aside#primary-sidebar ul li {
	background: url(/img/nav-link-arrow-icon.png) no-repeat 95% center;
}

aside#primary-sidebar ul li a:link, aside#primary-sidebar ul li a:visited {
	display: block;
	font-size: 1.6em;
	color: #333;
	text-decoration: none;
	padding: 12px 5px 8px 35px;
	border-bottom: 1px solid #E3E0DC;
	background-repeat: no-repeat;
	background-position: 10px center;
	transition: background-color .1s;
	-moz-transition: background-color .1s;
	-webkit-transition: background-color .1s;
	-o-transition: background-color .1s;
}

aside#primary-sidebar ul li a:hover {
	background-color: #d9d9d9;
	border-bottom: 1px solid #d8d5d1;
}

aside#primary-sidebar ul li a:hover span {
	display: block;
	background: url(/img/nav-link-arrow-icon-o.png) no-repeat 96% center;
}

aside#primary-sidebar ul li a.active {
	background-color: #91CC69;
	color: #fff;
	-webkit-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, .1);
	box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, .1);
	border-bottom: 1px solid #fff;
}

aside#primary-sidebar ul li.highlight a:link {
	color: #237FBF;
}

aside#primary-sidebar ul ul {
	margin: 0;
	border: none;
}

aside#primary-sidebar ul ul li a:link, aside#primary-sidebar ul ul li a:visited {
	padding-left: 45px;
	background-position: 20px 12px;
	font-size: 1.4em;
}

ol.rows li a:link, ol.rows li a:visited {
	display: block;
	padding: 10px;
	border-bottom: 1px solid #D7D7D7;
	font-size: 1.6em;
	text-decoration: none;
	color: #333;
}

ol.rows li a:hover {
	-webkit-box-shadow: 1px 1px 0px 1px rgba(5, 5, 5, .1);
	box-shadow: 1px 1px 2px 0px rgba(3, 3, 3, .1);
	background-color: #f9f9f7;
}

ol.rows li .row-sysnote {
	color: #9f9f9f;
	font-size: .7em;
	font-style: italic;
	margin-left: 10px;
}

ol.rows li .inline-row-links {
	margin-left: 10px;
	font-size: .8em;
}

#primary-sidebar .sidebar-box {
	margin-top: 30px;
	margin-bottom: 50px;
}

.col {
	float: left;
}

.lcol {
	float: left;
}

.rcol {
	float: right;
}

.panel-1 {
	border: 1px solid #E3E0DC;
	-webkit-box-shadow: 1px 1px 0px 1px rgba(5, 5, 5, .1);
	box-shadow: 1px 1px 0px 0px rgba(3, 3, 3, .1);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
}

.panel-2 {
	border: 1px solid #E3E0DC;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #F7F6F4;
}

.pg-banner-a {
	margin: .4em;
	background-color: #D4F2FA;
	padding: 1em;
	text-align: center;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 1.6em;
}

.pg-banner-a a:link,
.pg-banner-b a:link {
	color: #000;
}

.pg-banner-a .publish-link {
	font-weight: 600;
}

#pg-banner-b {
	background-color: #FFF7DF;
	text-align: center;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	line-height: 1.3em;
	margin: .4em;
	padding: .7em;
	font-size: 1.5em;
}

#pg-banner-b .pg-banner-close {
	background-image: url(/img/icon-alert-close-circle.png);
	width: 16px;
	height: 16px;
	display: block;
	float: right;
	margin-top: -.3em;
	margin-right: -.3em;
}

#pg-banner-d {
	background-color: #FFF7DF;
	text-align: center;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	line-height: 1.3em;
	margin: .4em;
	padding: .7em;
	font-size: 1.5em;
}

aside.panel {
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #ededed;
	margin-top: 2em;
	margin-bottom: 2em;
	border: 1px solid #d8d8d8;
	font-size: 1.2em;
	padding: 1.8em 2em 2em;
}

#main-content-area aside.panel h1 {
	float: none;
	padding: 0;
	color: #0B7DB8;
	font-size: 2.2em;
	margin-bottom: .1em;
}

aside.panel.note {
	background-color: #E7F2F7;
	border-color: #CBDEE7;
}

#main-content-area aside.panel.note h1 {
	font-size: 1.9em;
	margin-bottom: .2em;
}

aside.panel.note p {
	font-size: 1.2em;
	line-height: 1.2em;
	color: #505050;
}

aside.info {
	background-color: #DFF3FE;
	padding: 2em;
	border: 1px solid #A5D9F6;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 1.3em;
	line-height: 1.3em;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

aside.info p {
	margin-bottom: 1em;
	line-height: 1.4em;
}

aside.info ul {
	padding-left: 2em;
	line-height: 1.4em;
	color: #262626;
}

aside.info ul li {
	list-style-type: disc;
	margin-bottom: 1em;
}

aside.info header {
	display: inline-block;
	background-color: #119DDA;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px 1px 0px rgba(5, 5, 5, .1);
	box-shadow: 2px 2px 2px 0px rgba(3, 3, 3, .1);
	color: #fff;
	font-size: 1.4em;
	margin-left: -1.8em;
	padding: .5em 1em .5em 1.5em;
	margin-bottom: 1em;
	margin-top: -.5em;
}

aside.info p.intro {
	font-size: 1.2em;
	color: #505050;
	margin-bottom: 1em;
	line-height: 1.4em;
}

#main-content-area aside.info h2 {
	border: none;
	font-size: 1.1em;
	font-weight: 600;
	color: #333;
	margin-bottom: .5em;
}

.placeholder-wrap {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
}

.placeholder-wrap p {
	font-size: 1.4em;
	margin-bottom: 1em;
}

ul.panel-nav {
	margin-top: 2em;
	margin-bottom: 2em;
}

ul.panel-nav a:link, ul.panel-nav a:visited {
	display: block;
	border: 1px solid #149EDA;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px 1px 0px rgba(5, 5, 5, .1);
	box-shadow: 1px 1px 1px 0px rgba(3, 3, 3, .1);
	font-size: 1.9em;
	color: #227FBF;
	text-decoration: none;
	background-color: #fff;
	padding: .9em;
}

ul.panel-nav a:hover {
	background-color: #f2f6f8;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(5, 5, 5, .1);
	box-shadow: 0px 0px 0px 0px rgba(3, 3, 3, .1);
}

ul.panel-nav li a span {
	display: block;
	color: #5e5e5e;
	margin-top: .2em;
	font-size: .8em;
}

ul.panel-nav li {
	margin-bottom: 1em;
}

/* ---- ONE COLUMN LAYOUT --- */

#outer-wrapper.one-column {
	width: 95%;
	max-width: 1500px;
	margin-top: 0px;
}

#outer-wrapper.one-column #main-content-area {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	overflow: visible;
}

#outer-wrapper.one-column #main-content-wrapper {
	width: 80%;
	float: none;
	padding-top: 0;
	margin-right: auto;
	margin-left: auto;
	background-color: none;
}

/* ---- STARTER PAGES --- */

#outer-wrapper.starter-page {
	width: 100%;
	max-width: none;
}

#starter-wrapper {
	width: 75%;
	max-width: 800px;
	text-align: center;
	margin: 5em auto 15em;
	color: #31313F;
}

#starter-wrapper img {
	width: 83%;
	max-width: 100%;
}

#starter-wrapper h1 {
	font-size: 5em;
	font-weight: 200;
}

#starter-wrapper h2 {
	font-size: 2.8em;
	font-weight: 200;
	margin-top: .2em;
	margin-bottom: .7em;
}

#starter-wrapper ul#starter-features {
	margin-right: 1em;
	margin-left: 1em;
	margin-bottom: 5em;
}

#starter-wrapper ul#starter-features li {
	display: inline-block;
	width: 33%;
	text-align: center;
	min-width: 200px;
	margin-top: 3em;
}

#starter-wrapper ul#starter-features li img {
	max-width: 214px;
}

#starter-wrapper ul#starter-features .feature-heading {
	font-size: 1.5em;
	font-weight: 600;
	color: #31313F;
	margin-top: .8em;
}

#starter-wrapper ul#starter-features .feature-subtext {
	font-size: 1.3em;
	font-style: italic;
	margin-top: .6em;
}

#starter-wrapper .bg-wrap-1 {
	margin-top: 3em;
	background: url(/img/background-rule-1px-gray.gif) repeat-x 0 center;
	margin-bottom: 2em;
}

#starter-wrapper h4 {
	font-size: 3em;
	background-color: #f2f2f2;
	display: inline;
	padding-left: .5em;
	padding-right: .5em;
}

#starter-wrapper p.get-started {
	font-size: 1.8em;
	line-height: 1.2em;
	margin: 1em 1em 1.5em;
}

/* ---- SIDEBAR --- */

article.sidebar-box {
	background-color: #FCFBF9;
	width: 80%;
	margin-left: 9%;
	border: 1px solid #CCCCCC;
	-webkit-box-shadow: 1px 1px 0px 1px rgba(5, 5, 5, .1);
	box-shadow: 1px 1px 0px 0px rgba(3, 3, 3, .1);
	overflow: hidden;
}

article.sidebar-box p {
	font-size: 1.3em;
	margin: 10px;
}

article.sidebar-box h2 {
	background-color: #E4E4E4;
	font-size: 1.4em;
	font-weight: 600;
	padding: 4% 4% 3%;
	border-bottom: 1px solid #CCCCCC;
}

/* ---- SECTIONS --- */

section#generic {
	padding-left: 4%;
	padding-right: 4%;
	margin-bottom: 20px;
}

section#inbox {
	margin-top: -21px;
}

section#compose {
	padding-left: 4%;
	padding-right: 4%;
	margin-bottom: 20px;
}

section#messaging-manage-folders {
	padding-left: 4%;
	padding-right: 4%;
	margin-bottom: 20px;
}

section#clients-activity {
	padding-left: 4%;
	padding-right: 4%;
	margin-bottom: 20px;
}

section#invoice-list {
	padding-left: 4%;
	padding-right: 4%;
	margin-bottom: 20px;
}

/* Getting Started */

section#getting-started {
	width: 630px;
	margin-left: auto;
	margin-right: auto;
}

section#getting-started #logo {
	margin: 6em auto 0;
	padding: 0;
	float: none;
}

section#getting-started .panel-1 {
	padding: 5em 8em;
	margin-top: 5em;
	font-size: 1.2em;
	margin-bottom: 3em;
}

section#getting-started .panel-1 h1 {
	text-align: center;
	margin-bottom: 1em;
	font-size: 3em;
}

section#getting-started .panel-1 button {
	font-size: 1.3em;
	padding: .7em;
}

section#getting-started .panel-1 #get-started-button {
	text-align: center;
}

/* ---- PAGE IN ALT/DISABLED MODE ---- */

#main-content-area.mode {
	background-color: #FDFDFD;
}

#main-content-area.mode h1 {
	float: none;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 0;
	font-size: 2.9em;
	margin-top: .5em;
	font-weight: 40000;
}

#main-content-area.mode h2 {
	text-align: center;
	font-size: 1.5em;
	border: none;
	color: #333;
	line-height: 1.4em;
	width: 90%;
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: .7em;
}

#main-content-area.mode img.page-mode-icon {
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-top: 6em;
	padding-left: 5em;
}

#main-content-area.mode aside.panel.lite {
	background-color: #fff;
	border-color: #237FBF;
	width: 90%;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3em;
	padding: 0;
}

#main-content-area.mode aside.panel.lite .heading {
	font-size: 1.3em;
	color: #227fbe;
	border-bottom: solid 1px #237FBF;
	font-weight: 600;
	padding: 1em 2em .8em;
}

#main-content-area.mode aside.panel.lite .content {
	padding: 1em 1em;
	font-size: 1.2em;
	color: #3a3a3a;
	line-height: 1.2em;
}

#main-content-area.mode aside.panel.lite .content ul {
	margin-left: 2em;
}

#main-content-area.mode aside.panel.lite .content ul li {
	margin-bottom: 1.5em;
	list-style-type: circle;
}

section#site-off {
	padding-left: 4%;
	padding-right: 4%;
	margin-bottom: 20px;
}

section#add-clients-disabled {
	padding-left: 4%;
	padding-right: 4%;
	margin-bottom: 20px;
}

/* ---- "NO CONTENT" DISPLAYS ---- */

#no-content {
	width: 90%;
	text-align: center;
	margin: 10% auto 50%;
}

#no-content img {
	max-width: 100%;
}

#no-content.messages img {
	width: 48px;
	height: 42px;
}

#no-content.journal img {
	width: 42px;
	height: 48px;
}

#no-content.journal-drafts img {
	width: 48px;
	height: 44px;
}

#no-content.files img {
	width: 34px;
	height: 48px;
}

#no-content.client-activity img {
	width: 48px;
	height: 31px;
}

#no-content p {
	font-size: 1.4em;
	color: #757584;
	line-height: 1.3em;
	margin-bottom: 1em;
}

#no-content .action-callout {
	background-color: #fdffd5;
	font-size: 1.6em;
	color: #4c4c4c;
	line-height: 1.3em;
	margin-bottom: .5em;
	margin-top: .5em;
	display: inline-block;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: .4em .7em .5em;
}

#no-content .action-callout a:link,
#no-content .action-callout a:visited {
	color: #4c4c4c;
}

#no-content .no-content-heading {
	font-size: 25px;
	color: #A4A5AD;
	font-weight: 600;
	margin-bottom: 0em;
	margin-top: .2em;
	line-height: 1em;
}

/* Special Cases */

#client-dashboard-list #no-content.clients .no-content-heading {
	font-size: 18px;
}

#client-dashboard-list #no-content.clients p {
	font-size: 1.1em;
}

#client-dashboard-list #no-content.clients .action-callout {
	background-color: #dfdfdf;
	font-size: 1.3em;
}

.no-content-basic {
	color: #8c8c8c;
}

/* ---- CONTROLS --- */

.link-box-1 {
	background-color: #F6F5F5;
	border: 1px solid #E0DFDF;
	font-size: 1.3em;
	-webkit-box-shadow: 1px 1px 0px 1px rgba(5, 5, 5, .1);
	box-shadow: 1px 1px 0px 0px rgba(3, 3, 3, .1);
}

.link-box-1 ul li {
	margin: .7em;
	border-bottom: 1px solid #E8E7E7;
	padding-bottom: .7em;
}

.link-box-1 ul li.last {
	border-bottom: none;
	padding-bottom: 0em;
}

.link-box-1 ul li a:link, .link-box-1 ul li a:visited {
	text-decoration: none;
	color: #333;
}

.link-box-1 ul li a:hover {
	color: #6b6b6b;
}

.link-box-1 a.icon {
	padding-left: 1.9em;
}

.link-box-1 a.nav-icon-edit {
	background: url(/img/linkbox-icon-edit.png) no-repeat;
}

.link-box-1 a.nav-icon-delete {
	background: url(/img/linkbox-icon-trash.png) no-repeat;
}

.link-box-1 a.nav-icon-message {
	background: url(/img/linkbox-icon-message.png) no-repeat 0 center;
}

.link-box-1 a.nav-icon-file {
	background: url(/img/linkbox-icon-file.png) no-repeat 0 center;
}

ul.link-box-2 {
	background-color: #F6F5F5;
	border: 1px solid #E0DFDF;
	font-size: 1.2em;
	-webkit-box-shadow: 1px 1px 0px 1px rgba(5, 5, 5, .1);
	box-shadow: 1px 1px 0px 0px rgba(3, 3, 3, .1);
}

ul.link-box-2 li.heading {
	font-weight: bold;
}

ul.link-box-2 li {
	padding: .9em;
	border-bottom: 1px solid #E8E7E7;
}

ul.link-box-2 li.last {
	border-bottom: none;
	padding-bottom: 0em;
}

ul.link-box-2 li a:link,
ul.link-box-2 li a:visited {
	text-decoration: none;
	color: #333;
}

ul.link-box-2 li a:hover {
	color: #6b6b6b;
}

/* ---- FILE UPLOADER ---- */

.ui-dialog.upload-dialog {
	max-width: 750px;
}

.ui-dialog.upload-dialog .ui-dialog-content {
	padding: 0;
}

.ui-dialog.upload-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin: 0;
	padding: .3em 1em .5em .4em;
	background-color: #DADFE0;
	border-top: 1px solid #cacaca;
}

.ui-dialog .drop-upload {
	text-align: center;
	padding: 2em;
	border-top: 1px solid #ECECEC;
	background: #F3F9FC url(/img/icon-arrow-download.png) no-repeat center 39%;
}

.ui-dialog .drop-upload .drop-upload-instruction {
	border: 2px solid #D1E5F2;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-position: 0;
	font-size: 1.3em;
	font-weight: 600;
	color: #666;
	padding: 5.5em 2em 3.5em;
}

.ui-dialog .dialog-content-wrap {
	padding: 0 3em 1em;
	font-size: 1.1em;
}

#progressbar.ui-widget-content.ui-progressbar {
	height: 14px;
	overflow: hidden;
	border: none;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	background-color: #E0E0E0;
}

.ui-dialog.upload-dialog .dialog-content-wrap.upload-status {
	text-align: center;
}

.ui-dialog.upload-dialog .dialog-content-wrap .instructions {
	font-size: 1.3em;
	margin-bottom: 1.5em;
}

.upload-status h2 {
	font-size: 1.5em;
	font-weight: 500;
}

.upload-status {
	margin-top: 6em;
	margin-bottom: 8em;
}

.upload-status .file-name {
	font-size: 1em;
	color: #444;
	font-weight: 500;
}

.upload-status .file-name .file-size {
	font-size: .8em;
	color: #8a8a8a;
	font-weight: normal;
	margin-left: .4em;
}

.upload-status .amount-complete {
	font-size: 1em;
	margin-top: .9em;
	color: #727272;
}

.upload-complete {
	margin-top: 2em;
	margin-bottom: 2em;
}

.upload-complete p {
	font-size: 1.3em;
}

.upload-complete h2 {
	font-size: 1.6em;
	margin-top: 2em;
}

.upload-complete label {
	display: none;
}

.upload-complete input.form-text,
#edit-file-note-form input.form-text {
	width: 100%;
	font-size: 1.1em;
}

.upload-complete .file-name {
	font-weight: 600;
}

.upload-complete .file-name .file-size {
	font-weight: normal;
	color: #848484;
	margin-left: .3em;
}

.upload-complete .file-upload-note,
#edit-file-note-form .file-upload-note p {
	margin: 0;
	padding: 0;
}

.upload-complete .file-upload-note,
#edit-file-note-form .file-upload-note {
	padding-top: .1em;
	padding-bottom: .1em;
	font-size: 1.2em;
	font-weight: 600;
	background: url(/img/icon-circle-check-green.png) no-repeat 0 center;
	padding-left: 2.7em;
}

.dialog-content-wrap.send-file .send-file-attachment p {
	margin: 0;
	padding: 0;
}

#edit-file-note-form .form-bg-wrap,
.upload-complete .form-bg-wrap {
	padding: .8em;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#edit-file-note-form .file-upload-note {
	padding-top: 1em;
	padding-bottom: .9em;
	font-size: 1.2em;
	font-weight: 600;
	background: url(/img/icon-edit-file-note.png) no-repeat 0 center;
	padding-left: 2.2em;
}

.dialog-content-wrap.send-file .send-file-attachment {
	padding-top: 1em;
	padding-bottom: .9em;
	font-size: 1.2em;
	font-weight: 600;
	background: url(/img/icon-file-attachment.png) no-repeat 0 center;
	padding-left: 1.4em;
}

#edit-file-note-form {
	margin-bottom: 1em;
}

.upload-complete .file-upload-note.bmp,
#edit-file-note-form .file-upload-note.bmp,
.dialog-content-wrap.send-file .send-file-attachment.bmp {
	background: url(/img/icon-file-bmp-sm.png) no-repeat;
	padding-left: 2.4em;
}

.upload-complete .file-upload-note.doc,
#edit-file-note-form .file-upload-note.doc,
.dialog-content-wrap.send-file .send-file-attachment.doc {
	background: url(/img/icon-file-doc-sm.png) no-repeat 0 center;
	padding-left: 2.7em;
}

.upload-complete .file-upload-note.docx,
#edit-file-note-form .file-upload-note.docx,
.dialog-content-wrap.send-file .send-file-attachment.docx {
	background: url(/img/icon-file-docx-sm.png) no-repeat;
	padding-left: 2.4em;
}

.upload-complete .file-upload-note.gif,
#edit-file-note-form .file-upload-note.gif,
.dialog-content-wrap.send-file .send-file-attachment.gif {
	background: url(/img/icon-file-gif-sm.png) no-repeat;
	padding-left: 2.4em;
}

.upload-complete .file-upload-note.jpg,
#edit-file-note-form .file-upload-note.jpg,
.dialog-content-wrap.send-file .send-file-attachment.jpg {
	background: url(/img/icon-file-jpg-sm.png) no-repeat;
	padding-left: 2.4em;
}

.upload-complete .file-upload-note.pdf,
#edit-file-note-form .file-upload-note.pdf,
.dialog-content-wrap.send-file .send-file-attachment.pdf {
	background: url(/img/icon-file-pdf-sm.png) no-repeat;
	padding-left: 2.4em;
}

.upload-complete .file-upload-note.png,
#edit-file-note-form .file-upload-note.png,
.dialog-content-wrap.send-file .send-file-attachment.png {
	background: url(/img/icon-file-png-sm.png) no-repeat;
	padding-left: 2.4em;
}

.upload-complete .file-upload-note.pptx,
#edit-file-note-form .file-upload-note.pptx,
.dialog-content-wrap.send-file .send-file-attachment.pptx {
	background: url(/img/icon-file-pptx-sm.png) no-repeat;
	padding-left: 2.4em;
}

.upload-complete .file-upload-note.xls,
#edit-file-note-form .file-upload-note.xls,
.dialog-content-wrap.send-file .send-file-attachment.xls {
	background: url(/img/icon-file-xlsx-sm.png) no-repeat;
	padding-left: 2.4em;
}

.upload-complete .file-upload-note.zip,
#edit-file-note-form .file-upload-note.zip,
.dialog-content-wrap.send-file .send-file-attachment.zip {
	background: url(/img/icon-file-zip-sm.png) no-repeat;
	padding-left: 2.4em;
}

.upload-complete .file-upload-note.gz,
#edit-file-note-form .file-upload-note.gz,
.dialog-content-wrap.send-file .send-file-attachment.gz {
	background: url(/img/icon-file-gz-sm.png) no-repeat;
	padding-left: 2.4em;
}

/* Send file as a message */

.dialog-content-wrap.send-file .hr-1 {
	margin-top: .5em;
	margin-bottom: .8em;
}

.dialog-content-wrap.send-file .user-avatar {
	float: left;
	width: 5%;
	margin-top: 2em;
}

.dialog-content-wrap.send-file .user-avatar img {
	max-width: 100%;
}

.dialog-content-wrap.send-file .form-wrap {
	float: left;
	width: 91%;
	margin-left: 3%;
	margin-top: 2em;
	margin-right: 1%;
	margin-bottom: 2em;
}

.dialog-content-wrap.send-file h2 {
	font-size: 1.6em;
	margin-top: 0;
}

.dialog-content-wrap.send-file .form-wrap p {
	font-size: 1.3em;
}

.dialog-content-wrap.send-file .form-bg-wrap {
	padding: .9em;
	margin-bottom: 2em;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.dialog-content-wrap.send-file .form-bg-wrap textarea {
	width: 100%;
	margin-bottom: .5em;
}

/* ---- COMMENTS --- */

article.comment {
	padding: 2em;
	border-bottom: 1px solid #D4D4D4;
}

header.comments-header {
	font-size: 1.2em;
	color: #333;
	background: #E4E4E4 url(/img/icon-comment-header.png) no-repeat 1em;
	font-weight: 600;
	padding-left: 3em;
	padding-top: .4em;
	padding-right: .2em;
	padding-bottom: .3em;
	border-bottom: 1px solid #D4D4D4;
}

article.comment .commenter-avatar {
	float: left;
	width: 6%;
}

article.comment .commenter-avatar img {
	max-width: 100%;
}

article.comment .comment-wrapper {
	float: right;
	width: 92%;
	margin-left: 2%;
}

article.comment .comment-wrapper .commenter-name,
article.comment .comment-wrapper .commenter-name a:link, article.comment .comment-wrapper .commenter-name a:visited {
	font-size: 1.3em;
	text-decoration: none;
	font-weight: 600;
	margin-bottom: .5em;
}

article.comment .comment-wrapper .comment-content {
	font-size: 1.3em;
	color: #474747;
	line-height: 1.2em;
}

article.comment .comment-wrapper .comment-date {
	font-size: 1.2em;
	margin-top: .5em;
	color: #666;
	float: left;
}

article.comment ul.comment-edit-links {
	padding-left: 1em;
	margin-top: .5em;
	float: left;
}

article.comment ul.comment-edit-links li {
	font-size: 1.2em;
	margin-right: .7em;
	float: left;
}

article.comment fieldset textarea {
	width: 95%;
	margin-bottom: 1em;
	font-size: 1.3em;
	font-family: sans-serif;
}

/* ---- FOOTER --- */

footer {
	border-top: 1px solid #E5E3E0;
	margin-top: 3em;
	margin-bottom: 2em;
	padding-left: 6em;
	padding-right: 6em;
}

#footer-custom-content-div {
	float: left;
	width: 70%;
	position: relative;
	bottom: -10px;
}

#footer-app-info {
	float: left;
	padding-top: 2em;
}

#footer-logo {
	margin-bottom: .5em;
	width: 66px;
}

#footer-logo img {
	max-width: 100%;
}

#footer-logo img {

}

#footer-links {
	float: right;
	padding-top: 2em;
}

#footer-app-info ul li {
	float: left;
	margin-right: 1em;
	color: #999;
	font-size: 1.1em;
}

a.footer-cert-link:link, a.footer-cert-link:visited {
	color: #999;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
}

a.footer-cert-link.hipaa:link {
	background: url(/img/icon-footer-shield.png) no-repeat left center;
	padding-left: 1.4em;
}

a.footer-cert-link.phi:link {
	background: url(/img/icon-footer-lock.png) no-repeat left center;
	padding-left: 1.2em;
}

a.footer-cert-link:hover {
	color: #666;
}

#footer-links ul li {
	float: left;
	margin-right: 1em;
}

#footer-links ul li a:link, #footer-links ul li a:visited {
	color: #999;
	font-size: 1.2em;
}

footer nav#user-nav {
	display: none;
}

/* ---- COLOR PICKER WIDGET --- */

.colorpicker {
	width: 356px;
	height: 176px;
	overflow: hidden;
	position: absolute;
	background: url(/img/color-picker/colorpicker_background.png);
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	z-index: 999;
}

.colorpicker_color {
	width: 150px;
	height: 150px;
	left: 14px;
	top: 13px;
	position: absolute;
	background: #f00;
	overflow: hidden;
	cursor: crosshair;
}

.colorpicker_color div {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 150px;
	background: url(/img/color-picker/colorpicker_overlay.png);
}

.colorpicker_color div div {
	position: absolute;
	top: 0;
	left: 0;
	width: 11px;
	height: 11px;
	overflow: hidden;
	background: url(/img/color-picker/colorpicker_select.gif);
	margin: -5px 0 0 -5px;
}

.colorpicker_hue {
	position: absolute;
	top: 13px;
	left: 171px;
	width: 35px;
	height: 150px;
	cursor: n-resize;
}

.colorpicker_hue div {
	position: absolute;
	width: 35px;
	height: 9px;
	overflow: hidden;
	background: url(/img/color-picker/colorpicker_indic.gif) left top;
	margin: -4px 0 0 0;
	left: 0px;
}

.colorpicker_new_color {
	position: absolute;
	width: 60px;
	height: 30px;
	left: 213px;
	top: 13px;
	background: #f00;
}

.colorpicker_current_color {
	position: absolute;
	width: 60px;
	height: 30px;
	left: 283px;
	top: 13px;
	background: #f00;
}

.colorpicker input {
	background-color: transparent;
	border: 1px solid transparent;
	position: absolute;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #898989;
	top: 4px;
	right: 11px;
	text-align: right;
	margin: 0;
	padding: 0;
	height: 11px;
}

.colorpicker_hex {
	position: absolute;
	width: 72px;
	height: 22px;
	background: url(/img/color-picker/colorpicker_hex.png) top;
	left: 212px;
	top: 142px;
}

.colorpicker_hex input {
	right: 6px;
}

.colorpicker_field {
	height: 22px;
	width: 62px;
	background-position: top;
	position: absolute;
}

.colorpicker_field span {
	position: absolute;
	width: 12px;
	height: 22px;
	overflow: hidden;
	top: 0;
	right: 0;
	cursor: n-resize;
}

.colorpicker_rgb_r {
	background-image: url(/img/color-picker/colorpicker_rgb_r.png);
	top: 52px;
	left: 212px;
}

.colorpicker_rgb_g {
	background-image: url(/img/color-picker/colorpicker_rgb_g.png);
	top: 82px;
	left: 212px;
}

.colorpicker_rgb_b {
	background-image: url(/img/color-picker/colorpicker_rgb_b.png);
	top: 112px;
	left: 212px;
}

.colorpicker_hsb_h {
	background-image: url(/img/color-picker/colorpicker_hsb_h.png);
	top: 52px;
	left: 282px;
}

.colorpicker_hsb_s {
	background-image: url(/img/color-picker/colorpicker_hsb_s.png);
	top: 82px;
	left: 282px;
}

.colorpicker_hsb_b {
	background-image: url(/img/color-picker/colorpicker_hsb_b.png);
	top: 112px;
	left: 282px;
}

.colorpicker_submit {
	position: absolute;
	width: 22px;
	height: 22px;
	background: url(/img/color-picker/colorpicker_submit.png) top;
	left: 322px;
	top: 142px;
	overflow: hidden;
}

.colorpicker_focus {
	background-position: center;
}

.colorpicker_hex.colorpicker_focus {
	background-position: bottom;
}

.colorpicker_submit.colorpicker_focus {
	background-position: bottom;
}

.colorpicker_slider {
	background-position: bottom;
}

.colorSelector {
	position: relative;
	width: 36px;
	height: 36px;
	left: 35%;
	margin-top: 5px;
	margin-bottom: 5px;
	background: url(/img/color-picker/select.png);
}

.colorSelector div {
	position: absolute;
	top: 3px;
	left: 3px;
	width: 30px;
	height: 30px;
	background: url(/img/color-picker/select.png) center;
}

/* ---- ORGANIC TABS --- */

#example-two .list-wrap {
	background: #eee;
	padding: 10px;
	margin: 0 0 15px 0;
}

#example-two ul {
	list-style: none;
}

#example-two ul li a {
	display: block;
	border-bottom: 1px solid #666;
	padding: 4px;
	color: #666;
}

#example-two ul li a:hover {
	background: #333;
	color: white;
}

#example-two ul li:last-child a {
	border: none;
}

#example-two .nav {
	overflow: hidden;
}

#example-two .nav li {
	width: 97px;
	float: left;
	margin: 0 10px 0 0;
}

#example-two .nav li.last {
	margin-right: 0;
}

#example-two .nav li a {
	display: block;
	padding: 5px;
	background: #666;
	color: white;
	font-size: 10px;
	text-align: center;
	border: 0;
}

#example-two li a.current,#example-two li a.current:hover {
	background-color: #eee !important;
	color: black;
}

#example-two .nav li a:hover, #example-two .nav li a:focus {
	background: #999;
}

/* ---- ACCORDION --- */

.ui-accordion {
	
}

#main-content-area .ui-accordion h3 {
	margin-bottom: 0;
	margin-top: .3em;
	font-size: 1.5em;
}

.ui-accordion .ui-accordion-header {
	background-color: #e7e7e7;
	padding: .5em .5em .5em 2.2em;
	-webkit-border-radius: 2px;
	border-radius: 2px;

}

.ui-accordion .ui-accordion-header:hover {
	background-color: #dbdbdb;
}

.ui-accordion .ui-accordion-content {
	border: 1px solid #e8e8e8;
	-webkit-border-radius: 2px;
border-radius: 2px;

}

/* ---- RECEIPT --- */

#receipt-wrapper {
	width: 80%;
	max-width: 550px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2%;
	background-color: #fff;
	border: 1px solid #e0e0e0;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(3, 3, 3, .06);
	box-shadow: 1px 1px 2px 0px rgba(3, 3, 3, .06);
}

#receipt-wrapper #logo {
	float: none;
	/*margin-right: auto;
	margin-left: auto;*/
}

#receipt-wrapper #logo img {
	float: none;
}

#receipt-wrapper section#receipt {
	margin: 4em;
}

section#receipt {

}
section#receipt h1 {
	font-size: 1.5em;
	margin-bottom: 1em;
	margin-top: 4em;
	color: #fff;
	display: inline-block;
	font-weight: 600;
	background-color: #a7a7a7;
	padding: .4em .5em .2em;
	-webkit-border-radius: 2px;
border-radius: 2px;
}

section#receipt h2 {
	font-size: 1.7em;
	font-style: italic;
	margin-bottom: .5em;
	margin-top: .5em;
}

section#receipt h3 {
	font-size: 1.4em;
	margin-bottom: .3em;
	font-weight: 600;
}

section#receipt p {
	line-height: 1.4em;
	font-size: 1.3em;
	margin-bottom: 1em;
}

section#receipt strong {
	font-weight: 600;
}

section#receipt table {
	margin-top: 2em;
	margin-bottom: 2em;
}

section#receipt p.subscription-description {
	font-size: 1em;
	margin-bottom: 0em;
	font-weight: 600;
}

section#receipt p.subscription-duration {
	font-size: 1em;
	margin-bottom: 0em;
}

/* ---- MEDIA QUERIES --- */

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

#main-content-area {
	background-color: #fff;
}

#outer-wrapper.one-column #main-content-area {
	background-color: transparent;
}

#main-content-wrapper {

}

nav#breadcrumb ol li {
	display: none;
}

aside#primary-sidebar ul li a:link {
	font-size: 1.3em;
}

section#journal-all-entries article.journal-entry aside {
	float: none;
	width: 100%;
	border-top: 2px solid #999;
	margin-top: 0;
	padding-top: 10px;
	margin-left: 0;
	margin-bottom: 18px;
}

section#journal-all-entries article.journal-entry aside time span {
	background: none;
	display: inline;
	text-align: center;
	color: #333;
	font-size: 1.3em;
	margin-right: .2em;
	font-style: normal;
	line-height: 1em;
	border: none;
}

section#journal-all-entries article.journal-entry aside p {
	display: inline;
	margin-left: 1em;
	font-size: 1.2em;
	margin-bottom: 0em;
}

section#journal-all-entries article.journal-entry .journal-entry-content {
	float: none;
	width: 100%;
}

nav#high-nav {
	float: none;
	display: block;
	margin-top: 20px;
	margin-bottom: 100px;
}

aside.info {
	padding: 1em;
}

aside.info header {
	margin-left: -1.2em;
	margin-bottom: 1em;
	margin-top: -.2em;
	font-size: 1.3em;
	padding: .5em .5em .5em 1.5em;
}

/* ---- STARTER PAGES --- */

#starter-wrapper {
	width: 100%;
}

}

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

#high-nav-wrap #high-nav li a {
	font-size: 1.3em;
}

#logo {
	width: 155px;
}

}

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

#main-header {
	height: 120px;
	width: 95%;
	padding-left: 0;
}

#logo {
	width: 155px;
	margin-top: 3em;
	margin-left: 1.5em;
}

#logo img {
	margin-top: 1em;
}

}

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

#main-header {
	height: 90px;
	width: 100%;
	padding: 0;
}

#logo {
	float: none;
	width: 140px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	padding: 2em 1.5em 2em 0;
}

#outer-wrapper {
	width: 95%;
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
}

#main-content-wrapper {
	margin-top: 0;
	padding-top: 1em;
}

#primary-sidebar {
	width: 100% !important;
}

#main-content-wrapper {
	width: 100%;
}

#main-header nav#user-nav ul {
	display: none;
}

footer nav#user-nav {
	display: block;
}

#footer-custom-content-div {
	float: none;
	width: 100%;
	bottom: 0px;
	text-align: center;
}

#main-header nav#user-nav img {
	max-width: 100%;
}

#main-header nav#user-nav {
	border: none;
	float: right;
	border-right: none;
	border-left: none;
	border-bottom: none;
	-webkit-border-radius: none;
	border-radius: none;
	padding: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-right: 2em;
	margin-top: -5em;
	width: 14px;
	height: 14px;
}

#main-header nav#user-nav a.top-nav-mobile-link {
	width: 14px;
	height: 14px;
	display: block;
}

/* nav-wrap */

#high-nav-wrap {
	clear: both;
	float: left;
	border-bottom: none;
/* black line below menu */
  	width: 100%;
/* Menu font */
  	z-index: 1000;
	/* This makes the dropdown menus appear above the page content below */
  	position: relative;
	font-size: 1em;
	margin-top: 0px;
}

/* menu icon */

#high-nav-wrap #menu-icon {
	color: #f1f1f1;
	background: #757584 url(/img/icon-mobile-nav.gif) no-repeat 10px center;
	background-size: 16px 12px;
	cursor: pointer;
	display: block;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	padding-top: .5em;
	padding-bottom: .5em;
}

#menu-icon:hover {
	background-color: #f8f8f8;
	border: none;
}

#menu-icon.active {

}

/* main nav */

#high-nav-wrap #high-nav {
	clear: both;
	position: absolute;
	width: inherit;
	/*z-index: 10000;*/
	/*padding: 5px;*/
	background: #f8f8f8;
	border: none;
	display: none;


/* visibility will be toggled with jquery */
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	width: 100%;
	-webkit-box-shadow: 2px 2px 4px 0px rgba(2, 2, 2, .3);
	box-shadow: 2px 2px 4px 0px rgba(2, 2, 2, .3);
	border-bottom: 1px solid #b9b9b9;
}

#high-nav-wrap #high-nav li {
	clear: both;
	float: none;
	margin: 0;


/*margin: 5px 0 5px 10px;*/
}

#high-nav-wrap #high-nav a,
#high-nav-wrap #high-nav ul a {
	font: inherit;
	/*background: none;*/
	/*display: inline;*/
	padding: 0;
	/*color: #666;*/
	border: none;
}

#high-nav-wrap #high-nav a:hover,
#high-nav-wrap #high-nav ul a:hover {
	background: none;
	color: #000;
}

/* dropdown */

#high-nav-wrap ul {
	width: auto;
	position: static;
	display: block;
	border: none;
	background: inherit;
	padding: 0;
	float: none;
	right: 0%;
/* ADDED */
}

/* Start resets specific to regular nav styles */

#high-nav-wrap ul li {
	margin: 0;
	padding: 0;
	float: none;
	position: static;
	left: 0%;
	top: 0px;
}

#high-nav-wrap ul li a {

/* UNNECESSARY? */
   display: inline;
	margin: 0;
	padding: 0;
	line-height: 1em;
	background: #ddd;
	text-decoration: none;
	color: #444;
	font-weight: normal;
	border-bottom: none;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

#high-nav-wrap ul li:hover ul,
#high-nav-wrap ul li.hover ul {
/* This line is required for IE 6 and below */
   display: block;
/* Set this to block to activate submenus */
}

#high-nav-wrap ul li.active a {
	color: inherit;
	background: inherit;
}

#high-nav-wrap ul li a:hover {
	background: inherit;


/* Top menu items background colour */
   color: inherit;
	border-bottom: none;
}

#high-nav-wrap ul li:hover a,
#high-nav-wrap ul li.hover a {
/* This line is required for IE 6 and below */
   background: inherit;
	/* Top menu items background colour */
   color: inherit;
	border-bottom: none;
}

#high-nav-wrap ul ul {
	display: block;
	/* Sub menus are hiden by default */
   position: static;
	top: 0;
	left: 0;
	right: auto;
	/*resets the right:50% on the parent ul */
   width: inherit;
/* resets after we set it above */
}

#high-nav-wrap ul ul li {
	left: auto;
	/*resets the left:50% on the parent li */
   margin: 0;
	/* Reset the 1px margin from the top menu */
   clear: none;
	width: inherit;
}

#high-nav-wrap ul ul li a,
#high-nav-wrap ul li.active li a,
#high-nav-wrap ul li:hover ul li a,
#high-nav-wrap ul li.hover ul li a {
/* This line is required for IE 6 and below */
   font-size: inherit;
	font-weight: normal;

/* resets the bold set for the top level menu items */
   background: none;
	color: inherit;
	line-height: inherit;

/* overwrite line-height value from top menu */
   border-bottom: none;
/* sub menu item horizontal lines */
}

/* Flip the last submenu so it stays within the page */

#high-nav-wrap ul ul.last {
	left: 0;


/* reset left:0; value */
   right: 0;

/* Set right value instead */
}

#high-nav-wrap ul li:hover ul,
#high-nav-wrap ul li.hover ul {


/* This line is required for IE 6 and below */
   display: static;
}

/* End resets specific to regular nav styles */

#high-nav-wrap #high-nav ul li {
	padding-left: 0em;
}

#high-nav-wrap #high-nav li a, #high-nav ul li a {
	display: block;
	color: #555555;
	padding: .6em;
	font-size: 1.5em;
	text-decoration: none;
}

#high-nav-wrap ul#high-nav li a:link,
#high-nav-wrap ul#high-nav li a:visited {
	background-color: #F7F6F4;
	border-bottom: none;
	border-bottom: 1px solid #DEDEDE;
	font-weight: bold;
}

#high-nav-wrap ul#high-nav > li a.active {
	background-color: transparent;
}

#high-nav-wrap ul#high-nav li a.active {
	background-color: #91CC69;
	color: #fff;
	padding-left: .9em;
	-webkit-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, .1);
	box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, .1);
	border-bottom: none;
	background-repeat: no-repeat;
	background-position: 10px center;
	border-top: 1px solid #6cac55;
	/*background-image: none;*/
}

#high-nav-wrap #high-nav li a.active:hover {
	background-color: #91CC69;
}

#high-nav-wrap ul#high-nav li ul li a.active {
	background-color: #ddd;
	border-color: #fff;
	border-top: 1px solid #b7b7b7;
}

#high-nav-wrap #high-nav ul li a:link,
#high-nav-wrap #high-nav ul li a:visited {
	background-color: #F7F6F4;
	padding-left: .9em;
	border-bottom: 1px solid #DEDEDE;
	font-weight: normal;
	font-style: normal;
	color: #575656;
	font-size: 1.4em;
	background-repeat: no-repeat;
	background-position: 30px center;
}

#high-nav-wrap #high-nav ul li a:hover {
	background: inherit;
	background-color: inherit;
}

#high-nav-wrap #high-nav li ul li a:link {
	padding-left: 4em;
}

#high-nav-wrap #high-nav li ul ul li a:link {
	padding-left: 5em;
	background-position: 40px center;
}

#high-nav-wrap ul#high-nav li ul li ul li a:link {
	padding-left: 4.5em;
}

#high-nav-wrap #high-nav li a:hover {
	background: inherit;
	background-color: inherit;
}

#high-nav-wrap #high-nav li a.kit {
	background-image: none;
}

/* Mobile nav icons */

/* Side nav icons */

/* Side nav icons */

#high-nav-wrap a:link.icon-compose {
	background-image: url(/img/nav-icon-compose.png);
}

#high-nav-wrap a:link.icon-inbox {
	background-image: url(/img/nav-icon-inbox.png);
}

#high-nav-wrap a:link.icon-sent {
	background-image: url(/img/nav-icon-sent.png);
}

#high-nav-wrap a:link.icon-drafts {
	background-image: url(/img/nav-icon-drafts.png);
}

#high-nav-wrap a:link.icon-top-folder {
	background-image: url(/img/nav-icon-top-folder.png);
}

#high-nav-wrap a:link.icon-subfolder {
	background-image: url(/img/nav-icon-subfolder.png);
}

#high-nav-wrap a:link.icon-manage-folders {
	background-image: url(/img/nav-icon-manage-folders.png);
}

#high-nav-wrap a:link.icon-activity {
	background-image: url(/img/nav-icon-activity.png);
}

#high-nav-wrap a:link.icon-dashboard {
	background-image: url(/img/nav-icon-dashboard.png);
}

#high-nav-wrap a:link.icon-all-clients {
	background-image: url(/img/nav-icon-all-clients.png);
}

#high-nav-wrap a:link.icon-add-user {
	background-image: url(/img/nav-icon-add-user.png);
}

#high-nav-wrap a:link.icon-appointment {
	background-image: url(/img/nav-icon-appointment.png);
}

#high-nav-wrap a:link.icon-invoice {
	background-image: url(/img/nav-icon-invoice.png);
}

#high-nav-wrap a:link.icon-page-editor {
	background-image: url(/img/nav-icon-page-editor.png);
}

#high-nav-wrap a:link.icon-site-design {
	background-image: url(/img/nav-icon-site-design.png);
}

#high-nav-wrap a:link.icon-site-theme {
	background-image: url(/img/nav-icon-site-theme.png);
}

#high-nav-wrap a:link.icon-site-view {
	background-image: url(/img/nav-icon-site-view.png);
}

#high-nav-wrap a:link.icon-site-settings {
	background-image: url(/img/nav-icon-site-settings.png);
}

#high-nav-wrap a:link.icon-email-settings {
	background-image: url(/img/nav-icon-email-settings.png);
}

#high-nav-wrap a:link.icon-stats {
	background-image: url(/img/nav-icon-stats.png);
}

#high-nav-wrap a:link.icon-site-publish {
	background-image: url(/img/nav-icon-site-publish.png);
}

li.highlight a#high-nav-wrap a:link.icon-site-publish {
	background-image: url(/img/nav-icon-site-publish-lit.png);
}

li.highlight a#high-nav-wrap a:link.icon-my-profile {
	background-image: url(/img/nav-icon-my-account.png);
}

li.highlight a#high-nav-wrap a:link.icon-manage-admins {
	background-image: url(/img/nav-icon-manage-admin.png);
}

li.highlight a#high-nav-wrap a:link.icon-billing-settings {
	background-image: url(/img/nav-icon-billing-settings.png);
}

}

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

#trial-mode-bar {
	padding: 1em;
	text-align: center;
}

#trial-mode-bar p {
	display: inline-block;
	text-shadow: #113d68 0 -1px 0;
	color: #fff;
	margin: .5em .6em .5em 1em;
	font-size: 1.4em;
}

main-content-area {
	background-color: #fff;
}

#outer-wrapper.one-column #main-content-area {
	background-color: transparent;
}

#outer-wrapper.one-column {
	width: 100%;
	max-width: none;
	margin-top: 0px;
}

nav#breadcrumb ol li {
	display: none;
}

h1 {
	font-size: 2.2em;
}

#main-content-area h2 {
	font-size: 1.8em;
}

#main-content-area h3 {
	font-size: 1.5em;
}

article.comment .commenter-avatar {
	float: left;
	width: 15%;
}

article.comment .commenter-avatar img {
	max-width: 100%;
}

article.comment .comment-wrapper {
	float: right;
	width: 83%;
	margin-left: 2%;
}

#msg-panel {
	width: 100%;
	margin: 4em auto 8em;
}

#msg-panel .heading {
	font-size: 2.3em;
	font-weight: 600;
	background: url(/img/error-tag-generic.png) no-repeat 0 center;
	color: #6f6f7f;
	background-size: 29px 29px;
	padding: .5em .2em .4em 1.9em;
	margin-left: -.2em;
}

#msg-panel .msg-content {
	padding: .7em 4em .5em;
}

#msg-panel .msg-content p {
	color: #676767;
	line-height: 1.4em;
	margin-bottom: 1em;
	font-size: 1.5em;
}

#msg-panel .msg-content p.action-link {
	font-size: 1.3em;
}

/* No content displays */

#no-content {
	width: 90%;
	text-align: center;
	margin: 5em auto;
}

#no-content p {
	font-size: 1.6em;
	color: #61617a;
	line-height: 1.3em;
}

#no-content .no-content-heading {
	font-size: 2em;
	color: #a2a2af;
	font-weight: 600;
	margin-bottom: .7em;
	line-height: 1em;
}

#no-content .action-callout {
	font-size: 1.4em;
	line-height: 1.3em;
	margin-bottom: .5em;
	margin-top: .5em;
	display: inline-block;
	padding: .5em .7em;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

/* ---- STARTER PAGES --- */

#starter-wrapper h1 {
	font-size: 4em;
}

#starter-wrapper h2 {
	font-size: 2em;
	margin-bottom: 0;
	margin-top: .5em;
}

#starter-wrapper p.get-started {
	font-size: 1.6em;
}

#main-content-area h1 .deactivated-label {
	position: relative;
	bottom: .1em;
}

/* Practitioner Bio Modal */

.practitioner-bio.ui-dialog {
	border: 4px solid #666;
	max-width: 900px;
}

.practitioner-bio.ui-dialog .ui-dialog-titlebar {
	padding: .5em .5em .4em;
}

.practitioner-bio.ui-dialog .ui-dialog-content {
	padding: 1.5em 1em .5em 1.5em;
}

.practitioner-bio.ui-dialog .ui-dialog-content p {
	font-size: 1.4em;
	line-height: 1.45em;
	color: #616161;
}

.practitioner-bio.ui-dialog .ui-dialog-content .practitioner-avatar img {
	max-width: 100%;
}

.practitioner-bio.ui-dialog .ui-dialog-content .practitioner-avatar {
	float: none;
	width: 100%;
	max-width: 100px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.practitioner-bio.ui-dialog .ui-dialog-content .dialog-bio-content-wrap {
	float: none;
	margin-left: 0%;
	width: 100%;
}

.practitioner-bio.ui-dialog .ui-dialog-content .practitioner-name {
	font-size: 2em;
	text-align: center;
	margin-top: .5em;
}

/* Figure + Text modal style */

.figure-text-modal.ui-dialog .ui-dialog-titlebar {
	padding: 1em 1.5em .4em 1.9em;
}

.figure-text-modal.ui-dialog .ui-dialog-content h1 {
	font-size: 2em;
	line-height: 1em;
	font-weight: 500;
}

.figure-text-modal.ui-dialog .ui-dialog-content .subheading {
	font-size: 1.3em;
	margin-top: .2em;
	color: #5f5f5f;
	font-weight: normal;
}

.figure-text-modal.ui-dialog .ui-dialog-content {
	font-size: 1.3em;
	line-height: 1.45em;
	color: #616161;
	padding: 1em 1.5em 1.5em;
}

.figure-text-modal.ui-dialog .ui-dialog-content .primary-image {
	float: none;
	width: 230px;
	text-align: center;
}

.figure-text-modal.ui-dialog .ui-dialog-content .modal-content-wrapper {
	float: none;
	margin-left: 0px;
	width: 100%;
	border-top: 1px solid #cbcbcb;
	padding-top: 1em;
}

.figure-text-modal.ui-dialog .ui-dialog-content p {
	font-size: 1em;
	line-height: 1.6em;
}

#dialog-hipaa .primary-image {
	margin-top: 0em;
	text-align: center;
	width: 100%;
	margin-bottom: 1em;
}

#dialog-hipaa .primary-image img {
	width: 150px;
}

/* Footer */

footer {
	border-top: 1px solid #E5E3E0;
	margin-top: 3em;
	margin-bottom: 2em;
	margin-right: auto;
	margin-left: auto;
	width: 80%;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

#footer-app-info {
	float: none;
	padding-top: 4em;
	display: block;
}

#footer-logo {
	margin-bottom: .7em;
	width: 66px;
}

#footer-logo img {
	max-width: 100%;
}

#footer-links {
	float: none;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

#footer-links ul li {
	margin-left: 2.5%;
}

#footer-app-info ul li {
	float: none;
}

a.footer-cert-link.hipaa:link {
	background: none;
	margin-top: .2em;
	padding-left: 0em;
}

footer nav#user-nav {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}

nav#user-nav ul li a {
	display: inline;
	text-decoration: none;
	margin-right: 0px;
	padding: 0px;
	margin-left: 10%;
	text-align: center;
}

nav#user-nav ul li:first-child a {
	margin-left: 5%;
}

}

@media screen and (min-width: 1200px) {

#main-content-area {
	background-color: #fff;
}

#outer-wrapper.one-column #main-content-area {
	background-color: transparent;
}

nav#breadcrumb ol li {
	display: inline;
}

#main-header {
	height: 140px;
}

#main-header #logo {
	margin-top: 45px;
}

}

/* Custom modal css */
.ui-widget-overlay.ui-front {
    z-index: 2;
    position: fixed;
}
.ui-dialog {
    z-index: 3;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right
}

.redactor-toolbar.redactor-toolbar-external {
    z-index: 1 !important;
}