/* ----- Global CSS ----- */

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li {
    margin: 0px;
    padding: 0px;
    font: 400 14px / 24px Verdana, Arial, Helvetica, sans-serif;
}

body {
    overflow-y: scroll;
}

ul li {
    list-style: none;
}

img {
    border: 0px;
    max-width: 100%;
    vertical-align: middle;
}

a,
a:hover {
    text-decoration: none;
}

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

a:focus {
    outline: 1px dotted #ccc;
}

.accessible_on a:focus {
    outline: 2px solid #F00 !important;
}


/* ----- Fixed CSS ----- */

.hr {
    background: url(../images/hr.gif) repeat-x left center;
    padding: 10px 0px;
}

.clear-float {
    clear: both;
}

.nodisplay {
    display: none !important;
}

.table-div,
.theme-L,
.theme-R {
    width: 100%;
    height: 100%;
}

.table-div {
    display: table;
    table-layout: fixed;
}

.table-cell {
    display: table-cell;
    vertical-align: top;
}

.theme-L,
.theme-R {
    position: absolute;
    z-index: 99;
    padding: 0px;
    margin: 0px;
    top: 0px;
}

.theme-L {
    left: -100%;
}

.theme-R {
    right: -100%;
}

.img-l {
    float: left;
    margin: 0px 15px 10px 0px;
}

.img-r {
    float: right;
    margin: 0px 0px 10px 15px;
}

.img-c {
    text-align: center;
    margin: 10px;
}

.videoBorder,
.multiBorder {
    position: relative;
    margin: 15px auto;
}

.videoBorder {
    width: 90%;
    border: 4px solid #333;
    padding: 53% 0px 0px 0px;
}

.accessible_on .videoBorder {
    border: 4px solid #000;
}

.accessible_on.dfw-blackmode .videoBorder {
    border: 4px solid #fff;
}

.multiBorder {
    width: 100%;
    padding: 100% 0px 0px 0px;
}

.videoBorder iframe,
.videoBorder embed,
.multiBorder iframe,
.multiBorder embed {
    position: absolute;
    margin: 0px;
    padding: 0px;
    border: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}


/* ----- Slider CSS ----- */

.rslides {
    width: 100%;
    height: 100%;
    position: relative;
}

.rslides li {
    display: none;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
    -webkit-backface-visibility: hidden;
    -khtml-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
}

.rslides li li {
    display: inherit;
    width: inherit;
    height: inherit;
    position: inherit;
    left: inherit;
    top: inherit;
}

.Banner-Tabs {
    position: absolute;
    z-index: 99;
    margin: 0px;
    padding: 0px;
    bottom: 5px;
    right: 5px;
}

.Banner-Tabs li {
    display: inline-block;
    position: relative;
    background: #003263;
    width: 20px;
    height: 5px;
}

.Banner-Tabs li.Banner_here {
    background: #fff;
}

.Banner-Tabs li a {
    display: block;
    width: 100%;
    height: 100%;
}

.Banner-Tabs li span {
    position: absolute;
    z-index: 1;
    font: normal 10px/20px Verdana, Arial, Helvetica, sans-serif;
    color: #000;
    background: rgba(255, 255, 255, 0.7);
    padding: 0px 3px;
    display: none;
    width: 100%;
    left: 0px;
    bottom: 100%;
}

.Banner-Tabs li a:hover span,
.Banner-Tabs li.Banner_here a span {
    display: block;
}

.Banner_auto,
.Banner_nav {
    position: absolute;
    z-index: 99;
    display: block;
    width: 25px;
    height: 25px;
    bottom: 5px;
}

.Banner_auto span,
.Banner_nav span {
    position: absolute;
    z-index: 1;
    display: none;
    background: rgba(255, 255, 255, 0.7);
    bottom: 100%;
    font: normal 12px/20px Verdana, Arial, Helvetica, sans-serif;
    color: #000;
    padding: 2px 5px 5px 5px;
}

.Banner_auto span {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.Banner_auto {
    background: url(../images/play-b.png) no-repeat center center #fff;
    left: 30px;
}

.Banner_auto.Banner_pause {
    background: url(../images/pause-b.png) no-repeat center center #fff;
}

.Banner_nav.prev {
    background: url(../images/prev-b.png) no-repeat center center #fff;
    left: 5px;
}

.Banner_nav.next {
    background: url(../images/next-b.png) no-repeat center center #fff;
    left: 55px;
}

.Banner_nav.prev span {
    left: 0px;
}

.Banner_nav.next span {
    right: 0px;
}

.Banner_auto:hover span,
.Banner_nav:hover span {
    display: block;
}

#Banner {
    position: relative;
}


/* ----- Scrolling CSS ----- */

.nbs-flexisel-container {
    position: relative;
    max-width: 100%;
}

.nbs-flexisel-ul {
    position: relative;
    width: 99999px;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.nbs-flexisel-inner {
    overflow: hidden;
    margin: 0px auto;
    width: 94%;
}

.nbs-flexisel-item {
    float: left;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    position: relative;
    line-height: 0px;
    text-align: center;
}

.nbs-flexisel-item img {
    cursor: pointer;
    position: relative;
    margin: 10px 0px;
}

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    position: absolute;
    z-index: 99;
    margin: 0px;
    padding: 0px;
    top: 0px;
    height: 100%;
    width: 40px;
}

.nbs-flexisel-nav-left {
    left: 0px;
    background: url(../images/left-arrow.png) no-repeat center center;
}

.nbs-flexisel-nav-right {
    right: 0px;
    background: url(../images/right-arrow.png) no-repeat center center;
}


/* ----- Back to Top/Bottom CSS ----- */

#backtobot,
#backtotop {
    cursor: pointer;
    right: 5px;
    position: fixed;
    z-index: 9999;
    width: 42px;
    height: 42px;
    font: normal 12px/20px Verdana, Arial, Helvetica, sans-serif;
    color: #000;
    text-align: center;
    border-radius: 20px;
    bottom: 10px;
}

#backtotop {
    background: url(../images/up-arrow.png) left top no-repeat;
}

#backtobot {
    background: url(../images/down-arrow.png) left top no-repeat;
}

#backtobot a,
#backtotop a {
    display: block;
    color: #000;
    opacity: 0.7;
}

#backtobot:hover,
#backtotop:hover {
    opacity: 1;
}

#backtobot span,
#backtotop span {
    background: rgba(255, 255, 255, 1);
    position: absolute;
    right: 90%;
    z-index: -1;
    padding: 0px 15px 0px 10px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: none;
}

#backtobot:hover span,
#backtotop:hover span {
    display: block;
}


/*----- Default CSS -----*/

#Container,
header,
nav,
section,
footer,
#Content-Container,
#Footer-Container,
#Access-Container,
#Banner-Container,
#Banner-Container-S {
    width: 100%;
    margin: 0px;
    padding: 0px;
    position: relative;
}

#Container {
    overflow: hidden;
}


/*----- Sticky Header -----*/

header.sticky {
    position: fixed;
    width: 100%;
    z-index: 999;
    transition: all 0.4s ease;
}

header.sticky-up {
    top: 0px;
    transition: all 0.4s ease;
}


/*---- Menu ----*/

#Main-Menu {
    display: block;
}

#Mobile-Menu {
    display: none;
}

.menu:after {
    content: '';
    clear: both;
    display: block;
}

.menu li {
    float: left;
    position: relative;
    text-align: center;
    font: 700 16px/50px 'Lora', serif;
    text-transform: uppercase;
    transition: 0.7s all ease;
}

.menu>li:hover:after,
.menu>li:hover:before {
    display: block;
    transition: 0.7s all ease;
}

.menu>li:after {
    display: none;
    content: '';
    position: absolute;
    background: #ffee34;
    height: 5px;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.7s all ease;
}

.menu>li:before {
    display: none;
    content: '';
    position: absolute;
    border-right: 10px solid #0000;
    border-top: 10px solid #ffee34;
    border-bottom: 10px solid #0000;
    border-left: 10px solid #0000;
    width: 0;
    bottom: -20px;
    z-index: 9;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.7s all ease;
}

.menu li a {
    display: block;
    color: #fff;
}

.menu ul {
    position: absolute;
    z-index: 999;
    left: 0px;
    display: none;
    width: 260px;
    padding: 13px 0 0 0;
}

.menu ul ul {
    left: 100%;
    top: 0px;
}

.menu ul li {
    font: 400 14px/30px 'Lora', serif;
    float: none;
    height: auto;
    text-align: left;
    background: #3c3c3c;
}

.menu ul li a {
    padding: 10px 15px 10px 40px;
    background: url(../images/menu-bg.png) no-repeat 15px center;
}

.menu li:hover>ul {
    display: block;
}

.menu li:hover>ul li a:hover {
    color: #343434;
    background: #fff url(../images/menu-hover-bg.png) no-repeat 15px center;
}

.menu-home {
    width: 9%;
}

.menu-home a {
    background: url(../images/home.png) no-repeat center center;
    text-indent: -9999px;
}

.menu-about {
    width: 21%;
}

.menu-services {
    width: 12%;
}

.menu-info {
    width: 17%;
}

.menu-appointments {
    width: 18%;
}

.menu-blog {
    width: 8%;
}

.menu-contact {
    width: 15%;
}


/* Mobile Menu */

#Mobile-Menu {
    background: #000;
}

.toggleMenu {
    text-align: center;
    padding: 2px;
    font: bold 16px/30px Verdana, Arial, Helvetica, sans-serif;
}

.toggleMenu a {
    display: block;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
}

.toggleMenu span {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 10px;
    width: 40px;
    height: 30px;
    background: url(../images/mobile-menu.png) no-repeat center top;
}

.parentMenu li {
    border-top: 1px solid #ccc;
}

.parentMenu li a {
    padding: 10px 10px 10px 20px;
    display: block;
    color: #fff;
}

.parentMenu li:hover,
.parentMenu li.actMenu,
.parentMenu li.actMenu li {
    background: #333;
}

.parentMenu li ul {
    display: none;
}

.parentMenu li li:hover {
    background: #333;
}

.parentMenu li li a {
    padding: 10px 10px 10px 40px;
}

.parentMenu li li li a {
    padding: 10px 10px 10px 60px;
}

.parentList,
.accessible_on .parentMenu li:hover .parentList {
    background: url(../images/menu-wl-bg.png) no-repeat 95% center;
}

.parentMenu li:hover .parentList,
.accessible_on.dfw-blackmode .parentMenu li .parentList,
.accessible_on.dfw-blackmode .parentMenu li:hover .parentList {
    background: url(../images/menu-wl-bg.png) no-repeat 95% center;
}

.parentMenu li.actMenu .parentList,
.accessible_on.dfw-blackmode .parentMenu li.actMenu .parentList {
    background: url(../images/menu-wd-bg.png) no-repeat 95% center;
}

.accessible_on .parentMenu li li,
.accessible_on .parentMenu li.actMenu li {
    background: url(../images/menu-wl-bg.png) no-repeat 25px center !important;
}

.accessible_on.dfw-blackmode .parentMenu li li,
.accessible_on.dfw-blackmode .parentMenu li.actMenu li {
    background: url(../images/menu-wl-bg.png) no-repeat 25px center !important;
}

.accessible_on .parentMenu li.actMenu .parentList {
    background: url(../images/menu-bd-bg.png) no-repeat 95% center;
}

.Wrapper {
    position: absolute;
    z-index: 9999;
    background: #000;
    font: normal 14px/20px Verdana, Arial, Helvetica, sans-serif;
    display: none;
}

.Wrapper.mobileMenu {
    width: 100%;
    left: 0px;
}

.Wrapper.slideMenu {
    width: 80%;
    right: 80%;
    display: block;
}

.slideContainer {
    margin-left: -80% !important;
    -webkit-transition: all linear 600ms;
    -moz-transition: all linear 600ms;
    -ms-transition: all linear 600ms;
    -o-transition: all linear 600ms;
    transition: all linear 600ms;
}

.hideContainer {
    margin-left: 0px !important;
    -webkit-transition: all linear 600ms;
    -moz-transition: all linear 600ms;
    -ms-transition: all linear 600ms;
    -o-transition: all linear 600ms;
    transition: all linear 600ms;
}

.slideMenu {
    right: 0px !important;
    -webkit-transition: all linear 600ms;
    -moz-transition: all linear 600ms;
    -ms-transition: all linear 600ms;
    -o-transition: all linear 600ms;
    transition: all linear 600ms;
}

.hideMenu {
    width: 80%;
    right: -80% !important;
    -webkit-transition: all linear 600ms;
    -moz-transition: all linear 600ms;
    -ms-transition: all linear 600ms;
    -o-transition: all linear 600ms;
    transition: all linear 600ms;
}


/* Accordion CSS*/

.accordion {
    margin: 10px 0px;
}

.accordead,
.textMain .accordead {
    background: #097EF0;
    padding: 0px;
    background: url(../images/plus-w-img.png) 98% center no-repeat #045db4;
    color: #fff;
    margin: 2px 0px;
    font: 400 16px/24px Verdana, Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
}

.accordead,
.textMain .accordead a {
    padding: 5px 10px;
    display: block;
    text-decoration: none;
}

.textMain .accordead.show_accord {
    background: url(../images/minus-b-img.png) 98% center no-repeat #ffb44e;
    color: #fff;
}

.accordead a,
.textMain .accordead a,
.accordead a:hover,
.textMain .accordead a:hover {
    color: #fff;
}

.accordane,
.textMain .accordane {
    display: none;
    padding: 15px 10px;
    border: 1px solid #ffb44e;
}

.accessible_on .accordead,
.accessible_on .textMain .accordead {
    background: none;
}

.accessible_on .accordane,
.accessible_on .textMain .accordane {
    border: none;
    border-bottom: 1px dashed #000;
    display: block;
}

.accessible_on.dfw-blackmode .accordane,
.accessible_on.dfw-blackmode .textMain .accordane {
    border-bottom: 1px dashed #fff;
}


/* Navigation CSS */

.navigation {
    padding: 10px;
    font-weight: bold;
}

.navigation a {
    font-weight: normal;
    text-decoration: underline;
}


/* Text CSS */

.textMain {
    padding: 10px 10px 50px 10px;
}

.textMain a {
    text-decoration: underline;
}

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

.textMain p {
    padding: 10px 0px;
}

.textMain ul {
    padding: 0px;
    margin: 10px 0px;
}

.textMain ol {
    padding: 0px 0px 0px 30px;
    margin: 10px 0px;
}

.textMain ul li {
    background: url(../images/bullet-b.gif) no-repeat 15px 12px;
    padding: 5px 5px 5px 30px;
}

.textMain ul.pdf-list li {
    background: url(../images/pdf-icon.png) no-repeat 0px 9px;
    padding: 5px 5px 5px 22px;
}

.accessible_on.dfw-blackmode .textMain ul li {
    background: url(../images/bullet-w.gif) no-repeat 15px 12px;
}

.textMain ol li {
    padding: 5px 5px 5px 5px;
    list-style: decimal;
}

.textMain ul ul,
.textMain ol ol {
    margin: 0px;
    padding: 5px 5px 10px 20px;
}

.textMain ul ul li {
    background: none;
    padding: 5px;
    list-style: circle;
}

.textMain ol ol li {
    padding: 5px;
    list-style-type: lower-alpha;
}

.textMain ul ul ul li {
    list-style: square;
}

.textMain ol ol ol li {
    list-style: lower-roman;
}

.textMain li p {
    margin: 5px;
}

.textMain h1 {
    padding: 10px 0px 10px 0px;
    margin: 0px;
}

.textMain h1 span,
.textMain h2 span {
    display: block;
}

.textMain h2,
.textMain h3,
.textMain h4,
.hTag2,
.hTag3,
.hTag4 {
    padding: 10px 0px;
}

.textMain h1 a,
.textMain h2 a,
.textMain h3 a,
.textMain h4 a,
.hTag2 a,
.hTag3 a,
.hTag4 a {
    text-decoration: none;
}

.textMainBold,
.textMain strong {
    font-weight: bold;
}

.textMain em {
    font-style: italic;
}

.PDFtext {
    font: normal 12px Verdana, Arial, Helvetica, sans-serif;
    color: #999;
}

.mandatory {
    font: normal 14px Verdana, Arial, Helvetica, sans-serif;
    color: #F00;
}

#Sidebar {
    position: relative;
    padding: 5px 0px 20px 0px;
}


/* Media CSS */

.mediaList {
    margin: 0px;
    padding: 10px 0px;
}

.textMain .mediaList ul {
    margin: 0px;
    padding: 0px;
}

.textMain .mediaList li {
    display: inline-block;
    list-style: none;
    padding: 0px;
    margin: 5px 3px;
    border-radius: 5px;
    border: 2px solid #097EF0;
}

.accessible_on .textMain .mediaList li {
    border: 2px solid #000;
}

.accessible_on.dfw-blackmode .textMain .mediaList li {
    border: 2px solid #fff;
}

.mediaList li a {
    display: block;
    padding: 5px 10px 5px 40px;
    text-decoration: none;
}

.video a {
    background: url(../images/loadmove.png) no-repeat 10px center;
}

.info a {
    background: url(../images/patient-icon.png) no-repeat 10px center;
}


/* Blog */

.textMain .blogMain ul,
.textMain .blogMain li {
    margin: 0px;
    padding: 0px;
    background: none;
}

.textMain .blogMain li {
    padding: 15px 0px;
    border-bottom: 1px solid #ccc;
}

.textMain .blogMain li h3 a {
    text-decoration: none;
}

.textMain .blogMain li p {
    padding: 10px 0px !important;
    margin: 0px !important;
}

.textMain .blogMain li .post-excerpt {
    display: none;
}

.textMain .blogMain li .read-more {
    display: inline-block;
}

.textMain .blogMain li .read-more a {
    display: block;
    padding: 10px 15px;
    border: 2px solid #333;
    border-radius: 10px;
    text-decoration: none;
}


/* Patinet Testimonials Page */

.submit-testimonials {
    border: 2px solid #003263;
    padding: 3px;
    font: normal 16px/30px Verdana, Arial, Helvetica, sans-serif;
    color: #fff;
    float: right;
    text-align: center;
}

.textMain .submit-testimonials a {
    color: #fff;
    display: block;
    padding: 0px 15px;
    background: #003263;
    text-decoration: none;
}

.accessible_on .textMain .submit-testimonials {
    border: 2px solid #000;
}

.accessible_on.dfw-blackmode .textMain .submit-testimonials {
    border: 2px solid #fff;
}

.accessible_on .textMain .submit-testimonials a {
    background: none;
}


/* YPO Showcase Page */

.showcase {
    padding: 5px;
    border: 1px solid #1293FF;
}

.accessible_on .showcase {
    border: 1px solid #000;
}

.accessible_on.dfw-blackmode .showcase {
    border: 1px solid #fff;
}

.ypo-l {
    padding: 10px;
    background: #fff;
    text-align: right;
}

.ypo-r {
    background: #efefef;
    padding: 10px;
    text-align: left;
}

.accessible_on .ypo-l,
.accessible_on .ypo-r {
    background: none;
    border-bottom: 1px dashed #000;
}

.accessible_on.dfw-blackmode .ypo-l,
.accessible_on.dfw-blackmode .ypo-r {
    border-bottom: 1px dashed #fff;
}

.ypo-l img,
.ypo-r img {
    border: 1px solid #1293FF;
    padding: 2px;
}

.ypo-l img {
    margin: 0px 15px 10px 0px;
    float: left;
}

.ypo-r img {
    margin: 0px 0px 10px 15px;
    float: right;
}


/* Sublist for textMain */

.subList {
    padding: 10px 0px;
}

.textMain .subList ul,
.textMain .subList li {
    padding: 0px;
    margin: 0px;
    background: none;
}

.textMain .subList li {
    font: 400 16px/20px 'Muli', sans-serif;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    padding: 2px;
    border: 2px solid #003263;
    margin: 3px 0px;
    width: 48%;
}

.textMain .subList li a {
    color: #fff;
    display: block;
    padding: 5px 15px;
    background: #003263;
    text-decoration: none;
}

.accessible_on .textMain .subList li a {
    background: none;
}


/* Sublist for textMain */

.relList {
    padding: 10px 0px;
}

.textMain .relList ul,
.textMain .relList li {
    padding: 0px;
    margin: 0px;
    background: none;
}

.textMain .relList li {
    font: 400 16px/20px 'Muli', sans-serif;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    padding: 2px;
    border: 2px solid #003263;
    margin: 3px 0px;
}

.textMain .relList li a {
    color: #fff;
    display: block;
    padding: 5px 15px;
    background: #003263;
    text-decoration: none;
}


/* ----- Accessible ----- */

.dfw-off {
    background: #ffec24 !important;
    font: 400 14px/20px 'Montserrat', sans-serif;
    letter-spacing: 0.50px;
    position: fixed;
    left: -191px;
    width: 232px;
    text-align: left;
    top: 0;
    z-index: 99999;
    transition: 0.7s all ease;
}


/*.dfw-off {
    background: #652372;
    position: fixed;
    z-index: 999;
    left: 15px;
    top: 50%;
    transform-origin: left;
    -webkit-transform: translate(0, -50%) rotate(-90deg);
    -moz-transform: translate(0, -50%) rotate(-90deg);
    -ms-transform: translate(0, -50%) rotate(-90deg);
    -o-transform: translate(0, -50%) rotate(-90deg);
    transform: translate(0, -50%) rotate(-90deg);
    border-radius: 0px 0px 10px 10px;
}*/

.dfw-off a {
    display: block;
    padding: 8px 40px 8px 10px;
    background: url(../images/accessible-img.png) no-repeat 96% center;
}

.dfw-off:hover {
    left: 0px;
}

.dfw-on,
.dfw-off {
    display: none;
}

.accessible_on #Access-Container {
    background: #652372;
}

#Accessibility {
    max-width: 1170px;
    min-width: 300px;
    padding: 2px 0px;
    font: 400 12px/20px Verdana, Arial, Helvetica, sans-serif;
    color: #000;
    margin: 0px auto;
}

#Accessibility a {
    color: #000;
}

.access-links {
    text-align: left;
    font: 500 14px/20px Verdana, Arial, Helvetica, sans-serif;
    padding: 0 2px
}

.access-settings {
    text-align: right
}

.fontsize {
    display: inline-block;
    width: 150px;
    vertical-align: top
}

.fontsize span {
    display: inline-block;
    vertical-align: bottom
}

.fontsize a {
    padding: 0 4px;
    display: block
}

#Accessibility .fontsize span.dfw-actSize a {
    color: #ffabab
}

.fontminus {
    font: 400 14px/20px Verdana, Arial, Helvetica, sans-serif;
}

.fontreset {
    font: 500 16px/20px Verdana, Arial, Helvetica, sans-serif;
}

.fontplus {
    font: 600 20px/20px Verdana, Arial, Helvetica, sans-serif;
}

.dfw-contrast {
    display: inline-block;
    width: 140px;
    vertical-align: top
}

.dfw-contrast a {
    padding: 0 3px;
    display: block
}

#Accessibility .dfw-contrast span {
    display: inline-block;
    vertical-align: top;
    font: 600 14px/16px Verdana, Arial, Helvetica, sans-serif
}

#Accessibility .dfw-contrastMode {
    background: #000;
    color: #fff
}

#Accessibility .dfw-contrastMode a {
    color: #fff;
    border: 2px solid #000
}

.dfw-colorMode {
    background: #fff;
    color: #000
}

#Accessibility .dfw-colorMode a {
    color: #000;
    border: 2px solid #fff;
}

#Accessibility .dfw-contrast a.dfw-active {
    border: 2px solid red
}

.dfw-skip {
    overflow: hidden;
    vertical-align: top;
    right: 5px;
    top: 0px;
    position: absolute;
    font: normal 12px/20px Verdana, Arial, Helvetica, sans-serif;
    display: none;
    z-index: 99;
}

#skip-header.dfw-skip {
    top: 0px;
}

#skip-sidebar.dfw-skip {
    right: 0px;
}

.dfw-skip a {
    padding: 0px 5px;
}

.accessible_on .dfw-skip {
    display: block;
    background: #fff;
    border: 1px solid #000;
}

.accessible_on.dfw-blackmode .dfw-skip {
    background: #000;
    border: 1px solid #fff;
}

.table-div {
    width: 100%;
    display: table;
    table-layout: fixed;
}

.table-cell {
    display: table-cell;
    vertical-align: top;
}

.accessible_on {
    background: #fff;
}

.accessible_on.dfw-blackmode {
    background: #000;
}

.accessible_on #Container {
    color: #000 !important;
}

.accessible_on #Container a,
.accessible_on #Container a:hover,
.accessible_on .slicknav_menu .slicknav_menutxt,
.accessible_on .slicknav_nav a {
    color: #00e !important;
}

.accessible_on.dfw-blackmode #Container {
    color: #fff !important;
}

.accessible_on.dfw-blackmode #Container a,
.accessible_on.dfw-blackmode #Container a:hover,
.accessible_on.dfw-blackmode .slicknav_menu .slicknav_menutxt,
.accessible_on.dfw-blackmode .slicknav_nav a {
    color: #fc0 !important;
}

.accessible_on .Intra-L,
.accessible_on .Intra-R {
    display: none;
}

.accessible_on .menu ul li,
.accessible_on .Wrapper {
    background: #eee;
}

.accessible_on.dfw-blackmode .menu ul li,
.accessible_on.dfw-blackmode .Wrapper {
    background: #333;
}

.accessible_on .parentMenu li a:hover,
.accessible_on .parentMenu ul li a,
.accessible_on nav,
.accessible_on .ser-shoulder,
.accessible_on .ser-elbow,
.accessible_on .ser-hip,
.accessible_on .ser-knee,
.accessible_on #Banner-Container,
.accessible_on #Profile-Section,
.accessible_on .team-physician,
.accessible_on .reasearchinterests,
.accessible_on #Interests,
.accessible_on #Expertise-section,
.accessible_on .ligament,
.accessible_on .cartilage,
.accessible_on .fracture,
.accessible_on #Video-content,
.accessible_on .vidban-R,
.accessible_on .vidban-L,
.accessible_on .visit,
.accessible_on .post-op,
.accessible_on .visit:hover,
.accessible_on .post-op:hover,
.accessible_on #Footer,
.accessible_on .footback-R,
.accessible_on .footback-L,
.accessible_on .copyrights,
.accessible_on .exp-img-left,
.accessible_on .cartilage:hover,
.accessible_on .ligament:hover,
.accessible_on .fracture:hover,
.accessible_on .forms,
.accessible_on .insurance,
.accessible_on .forms:hover,
.accessible_on .insurance:hover,
.accessible_on .insurance:hover::before,
.accessible_on .insurance::before,
.accessible_on .forms::before,
.accessible_on .forms:hover::before,
.accessible_on .reasearchinterests a,
.accessible_on .reasearchinterests a:hover,
.accessible_on .team-physician h2,
.accessible_on .exp-def h2,
.accessible_on .textMain .grid-list li,
.accessible_on .textMain .grid-list li:hover,
.accessible_on .side-specialities li,
.accessible_on .patient-review,
.accessible_on .patient-res,
.accessible_on .patient-res li,
.accessible_on .patient-res li:hover,
.accessible_on .sidebar-map,
.accessible_on .side-specialities p,
.accessible_on .research-interests,
.accessible_on .profile-intro a:hover,
.accessible_on .research-interests a:hover,
.accessible_on .research-interests a,
.accessible_on .menu-home a,
.accessible_on .facebook:hover,
.accessible_on .facebook,
.accessible_on .twitter,
.accessible_on .twitter:hover,
.accessible_on .linkedin,
.accessible_on .linkedin:hover,
.accessible_on .youtube,
.accessible_on .youtube:hover,
.accessible_on .google,
.accessible_on .google:hover,
.accessible_on.dfw-blackmode .textMain ul li,
.accessible_on .p-testimonials div,
.accessible_on .sidebar-vid p,
.accessible_on .formHead,
.accessible_on .tableborder,
.accessible_on .textMain .conditions-page .resp-tabs-container,
.accessible_on .educationalvideo-s a,
.accessible_on .knowmore-s a,
.accessible_on .textMain .conditions-page .resp-tabs-list.hor_1 li,
.accessible_on .resource-vid h2,
.accessible_on xyz,
.accessible_on xyz,
.accessible_on xyz {
    background: none;
}

.accessible_on .textMain .conditions-page .resp-tabs-list.hor_1 li {
    background: none !important;
}

.accessible_on .textMain,
.accessible_on .textMain h1,
.accessible_on .textMain h2,
.accessible_on .textMain h3,
.accessible_on .textMain h4,
.accessible_on .navigation,
.accessible_on .textMain h1 span,
.accessible_on .textMain h2 span,
.accessible_on .textMain h3 span,
.accessible_on .textMain h4 span,
.accessible_on .textMainBold,
.accessible_on .textMain ul li,
.accessible_on .PDFtext,
.accessible_on .copyr-name span,
.accessible_on .footer-grid h2,
.accessible_on .video-grid>h2,
.accessible_on .exp-def h2,
.accessible_on .research-ul li,
.accessible_on .team-physician h2,
.accessible_on .profile-intro li,
.accessible_on .profile-intro span,
.accessible_on .profile-intro h1,
.accessible_on .sidebar-map p,
.accessible_on .patient-res p,
.accessible_on .sidebar-map h3,
.accessible_on .side-specialities p,
.accessible_on .research-interests h3,
.accessible_on .textMain h3,
.accessible_on .hTag3,
.accessible_on .textMain h2.hTag3,
.accessible_on .textMain h4.hTag3,
.accessible_on .home-dr-text,
.accessible_on .formHead,
.accessible_on .text-address,
.accessible_on .textMain .tel-schema span,
.accessible_on .textMain .tel-schema,
.accessible_on .textMain h2,
.accessible_on .textMain h4.hTag2,
.accessible_on .textMain h3.hTag2,
.accessible_on .hTag2,
.accessible_on .sidebar-vid p,
.accessible_on .banner-grid span,
.accessible_on xyz,
.accessible_on xyz,
.accessible_on xyz,
.accessible_on xyz,
.accessible_on xyz,
.accessible_on xyz,
.accessible_on xyz {
    color: inherit !important;
}

.accessible_on #Profile-Section,
.accessible_on #Video-section,
.accessible_on footer,
.accessible_on .copyrights,
.accessible_on nav,
.accessible_on xyz,
.accessible_on xyz {
    border-top: 1px solid #000;
}

.accessible_on.dfw-blackmode #Profile-Section,
.accessible_on.dfw-blackmode #Video-section,
.accessible_on.dfw-blackmode footer,
.accessible_on.dfw-blackmode .copyrights,
.accessible_on.dfw-blackmode nav,
.accessible_on.dfw-blackmode xyz,
.accessible_on.dfw-blackmode xyz {
    border-top: 1px solid #fff;
}

.accessible_on nav,
.accessible_on #Profile-Section,
.accessible_on #Interests,
.accessible_on #Expertise-section,
.accessible_on xyz,
.accessible_on xyz,
.accessible_on xyz,
.accessible_on xyz {
    border-bottom: 1px solid #000;
}

.accessible_on.dfw-blackmode nav,
.accessible_on.dfw-blackmode #Profile-Section,
.accessible_on.dfw-blackmode #Interests,
.accessible_on.dfw-blackmode #Expertise-section,
.accessible_on.dfw-blackmode xyz,
.accessible_on.dfw-blackmode xyz,
.accessible_on.dfw-blackmode xyz {
    border-bottom: 1px solid #fff;
}

.accessible_on .profile-intro a,
.accessible_on .profile-intro a:hover,
.accessible_on .side-specialities ul,
.accessible_on .patient-res,
.accessible_on .textMain .grid-list li,
.accessible_on .tableborder,
.accessible_on .educationalvideo-s a,
.accessible_on .knowmore-s a,
.accessible_on .textMain .conditions-page .resp-tabs-list.hor_1 li,
.accessible_on xyz,
.accessible_on xyz,
.accessible_on xyz {
    border: 1px solid #000;
}

.accessible_on.dfw-blackmode .profile-intro a,
.accessible_on.dfw-blackmode .profile-intro a:hover,
.accessible_on.dfw-blackmode .side-specialities ul,
.accessible_on.dfw-blackmode .patient-res,
.accessible_on.dfw-blackmode .textMain .grid-list li,
.accessible_on.dfw-blackmode .tableborder,
.accessible_on.dfw-blackmode .educationalvideo-s a,
.accessible_on.dfw-blackmode .knowmore-s a,
.accessible_on.dfw-blackmode .textMain .conditions-page .resp-tabs-list.hor_1 li,
.accessible_on.dfw-blackmode xyz,
.accessible_on.dfw-blackmode xyz {
    border: 1px solid #fff;
}

.accessible_on .social-links li>a,
.accessible_on .facebook:hover,
.accessible_on .side-specialities p {
    border: none;
}

.accessible_on xyz {
    border-right: 1px solid #000;
}

.accessible_on.dfw-blackmode xyz {
    border-right: 1px solid #fff;
}

.accessible_on xyz {
    border-left: 1px solid #000;
}

.accessible_on.dfw-blackmode xyz {
    border-left: 1px solid #fff;
}

.accessible_on .accessImages li img {
    filter: invert(0%);
}

.accessible_on.dfw-blackmode .accessImages li img {
    filter: invert(100%);
}

.accessible_on .home-dr-text {
    width: 99%;
    position: relative;
}

.accessible_on .dr-profile {
    position: relative;
}

.accessible_on #Banner {
    margin-bottom: 10px;
}

.menu ul li {
    padding: 2px;
}

.accessible_on .profile-credits li {
    display: inline-block
}

.accessible_on #Patient-Review-Intra li i {
    font: 400 16px/24px 'Work Sans', sans-serif;
}

.accessible_on .ser-shoulder,
.accessible_on .ser-elbow,
.accessible_on .ser-hip,
.accessible_on .ser-knee,
.accessible_on .ser-shoulder:hover,
.accessible_on .ser-elbow:hover,
.accessible_on .ser-hip:hover,
.accessible_on .ser-knee:hover {
    position: relative;
    height: 120px;
    width: 20%;
    display: inline-block;
}

.accessible_on .sidebar-map img {
    display: none;
}

.accessible_on #Interests .dfw-skip {
    z-index: 99999;
}

.accessible_on #Patient-Review-Intra li {
    margin-bottom: 15px;
}

.accessible_on .donald-dolce-logo img,
.accessible_on .bone-and-joint-logo img {
    background: #fff;
    padding: 5px;
    border-radius: 5px;
}

.accessible_on #Banner p {
    margin-bottom: 18px;
}

.accessible_on .ypo-logo img {
    background: #000;
    padding: 5px;
    border-radius: 5px;
}

.accessible_on .hip-link,
.accessible_on .shoulder-link,
.accessible_on .elbow-link,
.accessible_on .knee-link {
    position: relative;
}

.accessible_on .ser-shoulder p,
.accessible_on .ser-elbow p,
.accessible_on .ser-hip p,
.accessible_on .ser-knee p {
    text-transform: uppercase;
    font: 700 16px/50px 'Lora', serif;
}

.accessible_on .ser-shoulder,
.accessible_on .ser-elbow,
.accessible_on .ser-hip,
.accessible_on .ser-knee {
    text-align: center;
}

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

.accessible_on #Banner-Container {
    height: auto;
}

.accessible_on .exp-def h2 {
    margin: 0px auto 0 auto;
}

.accessible_on .textMain .grid-list li {
    box-shadow: none;
}

.accessible_on .menu-home a {
    text-indent: 0px;
}

.accessible_on .resource-vid h2 {
    margin: -45px auto;
}

.accessible_on #Interests-Intra li#middle-image img {
    display: none;
}

.accessible_on #Banner {
    text-align: center;
}

.accessible_on #Banner li {
    font: 300 16px/20px 'Work Sans', sans-serif;
}

.accessible_on #Banner span {
    font: 300 26px/29px 'Work Sans', sans-serif;
}

.accessible_on .team-physician h2 {
    margin: 0px auto 0px auto;
}

.accessible_on .social-links li span {
    display: none;
}

.social-links li span {
    display: block;
}

.accessible_on .exp-def a {
    padding: 23px 20px 23px 0px;
}

.social-links li a span {
    display: none;
}

.accessible_on .social-links li a span {
    display: block;
    font: 400 14px/24px 'Work Sans', sans-serif;
}

.accessible_on .exp-def {
    width: 100%;
    text-align: center;
}

.accessible_on .exp-def>ul li {
    max-width: inherit;
}

.accessible_on .exp-def li {
    text-align: center;
}

.accessible_on .donald-dolce-logo {
    width: 28%;
}

.accessible_on .bone-and-joint-logo {
    width: 24%;
}

.accessible_on .logo-cell {
    display: inline;
}

.accessible_on .contact-cell {
    display: inline-block;
}

.accessible_on .profile-credits li {
    margin: 5px;
}

.accessible_on .copyrights {
    opacity: 1
}

.accessible_on .resource-right a span,
.accessible_on .resource-left a span {
    filter: invert(100%);
}

.accessible_on.dfw-blackmode .resource-right a span,
.accessible_on.dfw-blackmode .resource-left a span {
    filter: invert(0%);
}


/* Media Query For Different Screens */

@media screen and (max-width: 860px) {
    .menu>li {
        font: 400 13px/50px 'Lora', serif;
    }
    .dfw-off {
        transform: none;
        top: 0px;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
        line-height: 20px;
        position: absolute;
    }
    .accessible_on .donald-dolce-logo,
    .accessible_on .bone-and-joint-logo {
        width: auto;
    }
    .accessible_on .dfw-skip {
        display: none;
    }
    .accessible_on .contact-cell {
        display: block;
    }
	.dfw-off {
	width: 271px;
}
}

@media screen and (max-width: 640px) {
    .dfw-on li.table-cell {
        text-align: center;
        padding: 5px 0px;
    }
    /* Menu CSS */
    #Main-Menu {
        display: none;
    }
    #Mobile-Menu {
        display: block;
    }
    .accessible_on #Mobile-Menu,
    .accessible_on .parentMenu li:hover,
    .accessible_on .parentMenu li.actMenu,
    .accessible_on .parentMenu li.actMenu li {
        background: none;
    }
    .accessible_on .parentMenu li:hover,
    .accessible_on .parentMenu li.actMenu,
    .accessible_on .parentMenu li.actMenu li,
    .accessible_on .parentMenu li {
        border-top: none;
    }
    .multiBorder {
        padding: 150% 0px 0px 0px;
    }
}

@media screen and (max-width: 480px) {
    .dfw-off {
        width: 250px;
        margin: 0px auto;
        text-align: center;
        position: relative !important;
        transform-origin: top;
        transform: none !important;
        top: 0px;
        left: 0px !important;
        text-align: left;
    }
    .multiBorder {
        padding: 200% 0px 0px 0px;
    }
}