a {
    color: #999999;
    text-decoration: underline;
}

a:hover {
    color: #b8c798;
    text-decoration: underline;
}

body {
    background-image: url(/objects/images/backgrounds/circles_v3.jpg);
    background-repeat: repeat;
    color: #121211;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%; /* Default font settings. The font-size percentage is of 16px. (1 * 16px ~ 16px) */
    height: 100%;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
    margin: 0;
    padding: 0;
}

ul {
    margin: 0;
    padding: 0 40px;
}

ul li {
    list-style-type: square;
}

li {
    margin: 0;
    padding: 0 0 10px 0;
}

.col1 ol {
    font-size: 14px;
    line-height: 18px;
    margin: 20px 0 0 0;
    padding: 0 20px;
}

.diagnosis li,
.services li {
    margin: 0;
    padding: 0;
}

#container {
    background-color: white;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 1);
    margin: 0 auto;
    padding: 0 0 20px 0;
    position: relative;
    width: 1000px;
}

#header {
    width: 960px;
    padding: 0 20px;
    border-bottom: 1px #bebfbd solid;
    height: 114px;
    position: relative;
}

#banner {
    position: relative;
    height: 330px;
    width: 960px;
    margin: 20px 20px 0 20px;
    background-image: url(/objects/images/banner/banner_v2.jpg);
    background-repeat: no-repeat;
}

#bannerText {
    position: absolute;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 23px;
    color: #ffffff;
    left: 656px;
    top: 30px;
    width: 278px;
    height: 270px;
}

#logo {
    position: absolute;
    bottom: 15px;
}

#logo img {
    display: block;
}

#loggedIn {
    background: #ffffff;
    font-size: 12px;
    left: 20px;
    line-height: normal;
    position: absolute;
    top: 5px;
}

#loggedIn a {
    background: #bbbbbb;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    margin-left: 2px;
    padding: 2px 4px;
    text-decoration: none;
    text-transform: uppercase;
}

#loggedIn a:last-of-type {
    margin-left: 0;
}

#loggedIn a:hover,
#loggedIn a.admin:hover {
    background: #cccccc;
}

#loggedIn a.admin {
    color: #cc0000;
}

#navUtility {
    background-image: url(/objects/images/headers/tab_gray_top_600.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 33px;
    width: 580px;
    font-family: Georgia, serif;
    position: absolute;
    top: 0;
    right: 20px;
    padding: 6px 10px 0 10px;
    color: #ffffff;
}

#resize {
    float: left;
    width: 132px;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
}

#number {
    float: right;
    text-align: right;
    width: 440px;
    font-size: 19px;
    line-height: normal;
}

#resize a {
    color: #ffffff;
    text-decoration: none;
    display: block;
    float: left;
}

#resize a img {
    color: #ffffff;
    text-decoration: none;
    margin-right: 10px;
    border: none;
    display: block;
}

#nav {
    position: absolute;
    right: 22px;
    top: 53px;
}

#nav .navItem {
    border-top: 6px #ffffff solid;
    color: #7e7f7c;
    display: block;
    float: left;
    font-family: Georgia, serif;
    font-weight: bold;
    font-size: 17px;
    line-height: normal;
    margin-left: 17px;
    padding-top: 5px;
    position: relative;
    text-decoration: none;
}

#nav .navItem:hover,
#nav .navItem.on {
    border-top: 6px #b8c798 solid;
    color: #b8c798;
}

#nav .social-icon.facebook {
    background-image: url("/objects/icons/facebook.png");
    background-position: center;
    background-size: cover;
    border: none;
    border-radius: 5px;
    height: 18px;
    margin-top: 13px;
    opacity: 0.5;
    padding: 0;
    width: 18px;
}

#body {
    height: auto;
    font-size: 0.875em;
    line-height: 1.625em;
    width: 1000px;
}

#content {
    padding: 20px 20px 0 20px;
    width: 960px;
}

.col1,
.col2,
.col5 {
    position: relative;
    float: left;
    margin-left: 12px;
}

.col1 {
    width: 312px;
}

.col2 {
    width: 636px;
}

.col5 {
    width: 960px;
}

.boxColored {
    background-color: #f2f2f2;
}

.boxColored .textHeader {
    background-image: url(/objects/images/headers/tab_gray.png);
}

.boxColored .content {
    padding: 0 12px 12px 12px;
}

.boxRounded .textHeader {
    background-image: url(/objects/images/headers/box_rounded_header.png);
    margin: 0;
    border: none;
}

.boxRounded .content {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 75%, #e1dfe2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(75%, #ffffff), color-stop(100%, #e1dfe2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 75%, #e1dfe2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #ffffff 75%, #e1dfe2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 75%, #e1dfe2 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 75%, #e1dfe2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#e1dfe2", GradientType=0); /* IE6-9 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#e1dfe2", GradientType=0); /* IE6-9 */
    border: 1px #bbb solid;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 12px;
}

.button {
    display: block;
    width: 342px;
    height: 23px;
    margin-top: 15px;
    font-family: Georgia, serif;
    font-size: 0.75em;
    line-height: normal;
    text-transform: uppercase;
    color: #6d6f71;
    text-decoration: none;
    text-align: center;
    padding-top: 10px;
}

.button:hover {
    color: #00320f;
    text-decoration: none;
}

.button .dark {
    color: #00320f;
    font-weight: bold;
}

.button:hover .dark {
    color: #c0272d;
}

.first {
    margin-top: 0 !important;
    margin-left: 0 !important;
}

.headshot {
    height: 102px;
    width: 102px;
    float: left;
    margin-right: 10px;
}

.headshot img {
    border: 1px #968fa4 solid;
}

.bio {
    float: left;
    width: 524px;
}

.education {
    font-size: 12px;
    font-style: italic;
}

.textHeader {
    border-top: 1px #b8b8b7 solid;
    margin-bottom: 20px;
    background-image: url(/objects/images/headers/tab_purple.png);
    background-repeat: no-repeat;
    height: 27px;
    font-family: Georgia, serif;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 19px;
    font-weight: bold;
    line-height: normal;
    padding: 5px 0 0 12px;
}

.textSubtitle {
    color: #968fa4;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.375em;
    font-weight: bold;
    line-height: normal;
}

.col5 .textSubtitle {
    margin-bottom: 1em;
}

.textMinititle {
    color: #968fa4;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 0 24px 0;
}

.callOut {
    margin-top: 1.5em;
}

.callOut a {
    font-size: 1.25em;
    line-height: 36px;
    text-decoration: none;
}

.textSmall,
label {
    font-size: 0.875em;
    line-height: 1.625em;
}

.textAlert {
    color: #ffffff;
    background-color: #660000;
    font-weight: bold;
    font-size: 11px;
    padding: 2px 5px;
    margin-bottom: 20px;
}

.textOK {
    color: #ffffff;
    background-color: #b8c798;
    font-weight: bold;
    font-size: 11px;
    padding: 2px 5px;
    margin-top: 20px;
}

.qualifications {
    background: #e3e3e2;
    font-size: 0.875em;
    line-height: 1.625em;
    padding: 12px 20px;
}

.qualifications p {
    line-height: 0.625em;
}

.clear {
    clear: both;
}

img.left {
    display: block;
    margin: 0 12px 12px 0;
    float: left;
}

img.right {
    display: block;
    margin: 0 0 12px 12px;
    float: right;
}

form {
    display: inline;
}

.formBox {
    background: #e3e8e9;
    padding: 10px;
    margin-bottom: 10px;
}

.formRow {
    position: relative;
    padding-bottom: 20px;
}

.formLabel {
    position: relative;
    float: left;
    width: 128px;
    font-size: 0.813em;
    font-weight: bold;
    text-transform: uppercase;
}

.formField {
    position: relative;
    float: left;
    margin: 0 0 0 10px;
    width: 162px;
}

.formLabel.stacked,
.formField.stacked {
    float: none;
    width: auto;
    margin: 0;
}

.formBox .formRow {
    padding: 0;
}

.formBox .formLabel {
    width: auto;
    margin: 0 5px 0 0;
}

.formBox .formField {
    width: auto;
    margin: 0 20px 0 0;
}

.inputText {
    border: 1px #e3e3e2 solid;
    background-color: #ffffff;
    font-family: "Courier New", Courier, monospace;
    font-size: 13px;
    padding: 2px;
    width: 466px;
}

.col5 .inputText {
    width: 952px;
}

.col5 textarea.inputText {
    height: 100px;
}

.inputCheckbox {
    margin: 0;
}

.inputSubmit,
button.submit {
    background: #b8c798;
    border: none;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 0.813em;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 1px;
    padding: 2px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.2s background-color ease-in-out;
    width: 110px;
}

.inputSubmit:hover,
button.submit:hover {
    background: #999999;
}

th {
    text-align: left;
    background: #666666;
    color: #ffffff;
}

tr.alternate1 {
    background: #ffffff;
}

tr.alternate2 {
    background: #e3e8e9;
}

.divider {
    border-top: 1px #e3e3e2 solid;
    clear: both;
    margin: 20px 0;
    height: 1px;
}

.boxColored .divider,
.boxRounded .divider {
    border-top: 1px #aca6bc solid;
}

.rss {
    display: block;
    margin-top: 30px;
    background-image: url(/objects/images/icons/001_31.png);
    background-repeat: no-repeat;
    height: 21px;
    padding: 3px 0 0 34px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.813em;
    color: #ff7c36;
}

.rss:hover {
    color: #ff7c36;
    text-decoration: none;
}

#login {
    background: #f2f2f3;
    padding: 30px;
}

.formDisplay {
    position: relative;
}

#navAdmin {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px #e3e8e9 solid;
}

#navAdmin a {
    display: block;
    float: left;
    margin-right: 10px;
    background: #e3e8e9;
    color: #333333;
    text-transform: uppercase;
    text-decoration: none;
    padding: 8px 10px 5px 10px;
    font-weight: bold;
    font-size: 18px;
    line-height: normal;
}

#navAdmin a.on,
#navAdmin a:hover {
    color: #ffffff;
    background: #7f779b;
}

#navAdmin .navText {
    float: left;
    padding: 8px 10px 5px 0;
}

.adminExplanation {
    color: #999999;
    font-size: 16px;
    margin-bottom: 10px;
}

.caption {
    font-size: 11px;
    font-weight: bold;
}

/* ADMIN BUTTONS
---------------- */
a.adminButton,
input.adminButton {
    background: #666666;
    border: none;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 10px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 1px;
    padding: 2px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 110px;
}

input.adminButton {
    font-size: 12px;
    width: auto;
}

a.adminButton.blue {
    background: #7bb5e2;
}

a.adminButton.gray {
    background: #cccccc;
}

a.adminButton.green {
    background: #6c9d31;
}

a.adminButton.orange {
    background: #d9a50b;
}

a.adminButton.red {
    background: #993333;
}

a.adminButton:hover,
input.adminButton:hover {
    background: #999999;
}

table#services {
    width: 100%;
    margin-top: 20px;
}

table#services a {
    color: #121211;
}

table#services li {
    font-size: 1.25em;
}

table#services td {
    width: 33%;
    vertical-align: top;
}

/* GOOGLE MAP
------------- */
iframe {
    border: 1px #968fa4 solid;
    margin-bottom: -6px;
}

#map {
    text-align: right;
}

#map a {
    font-size: 0.75em;
    line-height: normal;
}

a.pdf {
    background-image: url(/objects/images/icons/pdf.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 42px;
    height: 32px;
    display: block;
}

a.pdf span.filesize {
    color: #121211;
    font-size: 12px;
}

.backToTop {
    margin-top: 20px;
    text-align: right;
}

.backToTop a {
    font-size: 1em;
    text-decoration: none;
}

.newsItem {
    border-top: 1px #e3e3e2 solid;
    margin-top: 20px;
    padding-top: 20px;
}

.newsItem .textMinititle {
    margin-bottom: 0;
}

.date {
    font-size: 0.875em;
    font-weight: bold;
    margin-bottom: 10px;
}

/* products */
.product {
    border-top: 1px #e3e3e2 solid;
    margin-top: 20px;
    padding-top: 20px;
}

.product .thumb {
    float: left;
    margin-right: 20px;
    text-align: center;
    width: 100px;
}

.product .thumb img {
    display: block;
    margin: 0 auto;
}

.product .info {
    float: left;
    width: 516px;
}

.product .info .name {
    margin-bottom: 0;
}

.product .info .description {
    font-size: 14px;
    line-height: 22px;
    margin-top: 10px;
}

.product .info .description .callOut {
    margin-top: 0;
}

.product .info .price {
    font-style: italic;
    margin-top: 20px;
}

.product .info .price span {
    font-size: 12px;
}

.product .info .paypal {
    margin-top: 20px;
}

.product .info .paypal label {
    color: #666666;
    display: block;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

.product .info .paypal select,
.product .info .paypal input {
    display: block;
    float: left;
    margin-right: 20px;
}

.product .info .paypal input[type=text] {
    width: 300px;
}

.product .info .paypal input[type=submit] {
    margin: 0;
}

.product .info .paypal .dropdown {
    margin-bottom: 10px;
}

#footer {
    text-transform: uppercase;
    font-size: 0.688em;
    line-height: normal;
    margin: 40px auto 0 auto;
    padding-top: 10px;
    border-top: 1px #b8b8b7 solid;
    width: 960px;
    position: relative;
}

#footer a {
    color: #666666;
}

#footer #copyright {
    float: left;
}

#footer #contact {
    float: right;
}

/* TEXT EDITOR
-------------- */
span.bold {
    font-weight: bold;
}

span.italic {
    font-style: italic;
}

span.underline {
    text-decoration: underline;
}

.admin {
    background: #cc0000;
    color: #ffffff;
    display: inline-block;
    font-size: 9px;
    line-height: normal;
    margin-left: 5px;
    padding: 2px 4px;
    text-transform: uppercase;
}

/* ADMIN */
body.admin-page td.page {
    font-weight: bold;
}

body.admin-page td.html {
    font-family: "Courier New", Courier, monospace;
    font-size: 13px;
    line-height: 18px;
    word-break: break-word;
}

body.admin-page td.preview {

}

body.admin-page td.buttons {
    text-align: center;
}

/* TICKER */
.marquee {
    height: 32px;
    margin: 20px 0;
    overflow: hidden;
    position: relative;
    width: 1000px;
}

.marquee.alert {
    background: #7e2e2e;
}

.marquee.message {
    background: #2e7e2e;
}

.marquee .js-marquee {
    color: #ffffff;
    font-size: 14px;
    line-height: 32px;
}

.marquee .js-marquee .lead {
    font-size: 11px;
    font-weight: 600;
    margin-right: 10px;
    text-transform: uppercase;
}

.marquee .left-gradient,
.marquee .right-gradient {
    height: 32px;
    position: absolute;
    top: 0;
    width: 100px;
}

.marquee .left-gradient {
    left: 0;
}

.marquee .right-gradient {
    right: 0;
}

.marquee.alert .left-gradient {
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, rgba(126, 46, 46, 1) 0%, rgba(126, 46, 46, 0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(126, 46, 46, 1)), color-stop(100%, rgba(126, 46, 46, 0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(126, 46, 46, 1) 0%, rgba(126, 46, 46, 0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(126, 46, 46, 1) 0%, rgba(126, 46, 46, 0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(126, 46, 46, 1) 0%, rgba(126, 46, 46, 0) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(126, 46, 46, 1) 0%, rgba(126, 46, 46, 0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2E7E2E", endColorstr="#002E7E2E", GradientType=1); /* IE6-8 */
}

.marquee.alert .right-gradient {
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, rgba(126, 46, 46, 0) 0%, rgba(126, 46, 46, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(126, 46, 46, 0)), color-stop(100%, rgba(126, 46, 46, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(126, 46, 46, 0) 0%, rgba(126, 46, 46, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(126, 46, 46, 0) 0%, rgba(126, 46, 46, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(126, 46, 46, 0) 0%, rgba(126, 46, 46, 1) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(126, 46, 46, 0) 0%, rgba(126, 46, 46, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#002E7E2E", endColorstr="#2E7E2E", GradientType=1); /* IE6-8 */
}

.marquee.message .left-gradient {
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, rgba(46, 126, 46, 1) 0%, rgba(46, 126, 46, 0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(46, 126, 46, 1)), color-stop(100%, rgba(46, 126, 46, 0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(46, 126, 46, 1) 0%, rgba(46, 126, 46, 0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(46, 126, 46, 1) 0%, rgba(46, 126, 46, 0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(46, 126, 46, 1) 0%, rgba(46, 126, 46, 0) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(46, 126, 46, 1) 0%, rgba(46, 126, 46, 0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2E7E2E", endColorstr="#002E7E2E", GradientType=1); /* IE6-8 */
}

.marquee.message .right-gradient {
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, rgba(46, 126, 46, 0) 0%, rgba(46, 126, 46, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(46, 126, 46, 0)), color-stop(100%, rgba(46, 126, 46, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(46, 126, 46, 0) 0%, rgba(46, 126, 46, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(46, 126, 46, 0) 0%, rgba(46, 126, 46, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(46, 126, 46, 0) 0%, rgba(46, 126, 46, 1) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(46, 126, 46, 0) 0%, rgba(46, 126, 46, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#002E7E2E", endColorstr="#2E7E2E", GradientType=1); /* IE6-8 */
}

.everseat img.logo {
    display: block;
    margin: 0 auto 20px auto;
    width: 50%;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}

/* start commented backslash hack \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* close commented backslash hack */

/* home page banner */
.banner {
    background-image: url("/objects/images/backgrounds/gray-lines.gif");
    border-radius: 5px;
    margin: 0 auto;
    padding: 10px;
    width: calc(100% - 60px);
}

.banner .image {
    background-image: url("/objects/images/photos/bs-phfl-2471830-ph-ll-01-eye-physicians-anniversa-20160713.jpg");
    /*  background-position: center; */
    background-position: bottom;
    background-size: cover;
    border-radius: 5px;
    float: left;
    height: 292px;
    width: 627px;
}

.banner .text {
    background: #474747;
    border: 1px #666 solid;
    border-radius: 5px;
    color: #ffffff;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    height: 270px;
    left: 656px;
    line-height: 23px;
    margin-left: 10px;
    padding: 10px;
    top: 30px;
    width: 281px;
}

.banner .text h2 {
    font-size: 21px;
    margin: 0;
}

.banner .text p {
    font-size: 14px;
    line-height: 18px;
    margin: 15px 0;
}

.banner .text p a {
    margin: 0 0 10px 0;
    text-decoration: none;
}

.special-message {
    background: #615873;
    border: 10px #968fa4 solid;
    border-radius: 5px;
    box-sizing: border-box;
    color: white;
    margin: 0 20px 20px 20px;
    padding: 0 20px;
}

.special-message a {
    color: white;
    text-decoration: underline;
}

.special-message h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    text-align: center;
}

.special-message h2 span {
    font-weight: normal;
}

.special-message h3 {
    font-size: 16px;
    line-height: 18px;
    margin: 1.5em 0 0 0;
}

.special-message li {
    padding: 0;
}

.grecaptcha-badge {
    display: none;
}
