/* ----- Global CSS ----- */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li {
    margin: 0px;
    padding: 0px;
}
body {
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
    font: 400 16px / 20px 'Muli', sans-serif;
}
ul li {
    list-style: none;
}
img {
    border: 0px;
    max-width: 100%;
    vertical-align: middle;
}
a,
a:hover {
    text-decoration: none;
    color: inherit;
}
.twitter a{
	 background: url(../images/prev-b.png) no-repeat center center;
}
*,
::after,
::before {
    -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;
}
.fluid-div,
.theme-L,
.theme-R {
    width: 100%;
    height: 100%;
}
.table-div,
.form-table {
    width: 100%;
    display: table;
    table-layout: fixed;
}
.table-row,
.form-row {
    display: table-row;
}
.table-cell,
.form-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;
}
.dfw-whitemode .videoBorder {
    border: 4px solid #000;
}
.dfw-blackmode .videoBorder {
    border: 4px solid #fff;
}
.multiBorder {
    width: 100%;
    padding: 85% 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: 45px;
    right: 5px;
}
.Banner-Tabs li {
    position: relative;
    background: #061150;
    width: 25px;
    height: 5px;
    transition: 0.7s all ease;
}
.Banner-Tabs li.Banner_here {
    background: #f7df49;
    width: 40px;
}
.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;
    right: 30px;
    bottom: 69px;
}
.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;
    right: 55px;
    bottom: 69px;
}
.Banner_nav.next {
    background: url(../images/next-b.png) no-repeat center center #fff;
    right: 5px;
    bottom: 69px;
}
.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;
}*/
/*----- Accessibility -----*/
.dfw-on,
.dfw-off {
    display: none;
}
.dfw-off {
    background: #043C9A;
    position: fixed;
    z-index: 9999;
    left: -120px;
    top: 0;
    transition: all 900ms ease-out 0s;
    padding: 6px 8px;
}
/*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;
	text-transform: uppercase;*/
}
.dfw-off a {
    display: block;
    padding: 8px 10px 8px 10px;
}
.dfw-off:hover {
    left: 0;
}
.dfw-off span {
    display: inline-block;
    vertical-align: middle;
    width: 29px;
    height: 26px;
    background: url(../images/accessible-icon.png) no-repeat center center;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(0deg);
    margin: 0 3px 0 0;
}
#dfw-close {
    padding: 0 0 0 9px;
}
.dfw-off li {
    display: inline-block;
    vertical-align: top;
}
.dfw-off li:last-child {
    border-left: 1px solid rgba(255, 255, 255, 0.7);
    font-weight: bold;
}
.accessible_on #Access-Container {
    background: #043C9A;
}
#Accessibility {
    max-width: 1170px;
    min-width: 300px;
    padding: 2px 0px;
    font: normal 12px/20px Verdana, Arial, Helvetica, sans-serif;
    color: #fff;
    margin: 0px auto;
}
#Accessibility a {
    color: #fff
}
.access-links {
    text-align: left;
    font: normal 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-mode {
    display: inline-block;
    width: 140px;
    vertical-align: top
}
.dfw-mode a {
    padding: 0px 3px;
    display: block
}
#Accessibility .dfw-mode span {
    display: inline-block;
    vertical-align: top;
    font: 600 14px/16px Verdana, Arial, Helvetica, sans-serif
}
#Accessibility .dfw-blackMode {
    background: #000;
    color: #fff
}
#Accessibility .dfw-blackMode a {
    color: #fff;
    border: 2px solid #000
}
.dfw-whiteMode {
    background: #fff;
    color: #000
}
#Accessibility .dfw-whiteMode a {
    color: #000;
    border: 2px solid #fff
}
#Accessibility .dfw-mode 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;
}
.dfw-whitemode .dfw-skip {
    display: block;
    background: #fff;
    border: 1px solid #000;
}
.dfw-blackmode .dfw-skip {
    background: #000;
    border: 1px solid #fff;
}
/*----- Accessible -----*/
.dfw-whitemode {
    background: #fff;
}
.dfw-blackmode {
    background: #000;
}
.dfw-whitemode #Container {
    color: #000 !important;
}
.dfw-whitemode #Container a,
.dfw-whitemode #Container a:hover,
.dfw-whitemode .Wrapper a {
    color: #00e !important;
}
.dfw-blackmode #Container {
    color: #fff !important;
}
.dfw-blackmode #Container a,
.dfw-blackmode #Container a:hover,
.dfw-blackmode .Wrapper a {
    color: #fc0 !important;
}
.accessible_on .theme-L,
.accessible_on .theme-R {
    display: none;
}
.dfw-whitemode .menu ul,
.dfw-whitemode .Wrapper {
    background: #eee;
}
.dfw-blackmode .menu ul,
.dfw-blackmode .Wrapper {
    background: #333;
}
.accessible_on .parentMenu li,
.accessible_on .textMain .relList li,
.accessible_on .textMain .subList li,
.accessible_on .ypo-l,
.accessible_on .parentMenu li a:hover,
.accessible_on .parentMenu ul li a,
.accessible_on .ypo-r,
.accessible_on .textMain ul ul li,
.accessible_on .menu-home a,
.accessible_on .textMain .mediaList li,
.accessible_on nav,
.accessible_on .menu li a:hover,
.accessible_on .menu li li a,
.accessible_on .menu li:hover > a,
.accessible_on #Dr-profile,
.accessible_on .board-certified,
.accessible_on #Conditions-procedures,
.accessible_on .surgical,
.accessible_on .minimally-invasive,
.accessible_on #In-news,
.accessible_on .surgery,
.accessible_on #Testimonial,
.accessible_on .address,
.accessible_on .map2,
.accessible_on .spine,
.accessible_on .news,
.accessible_on footer,
.accessible_on .testi-s,
.accessible_on .background-doc,
.accessible_on .accordane,
.accessible_on .accordion .accordead.show_accord,
.accessible_on .video-bg,
.accessible_on #Expertise,
.accessible_on .accordead,
.accessible_on .ref a,
.accessible_on .twitter,
.accessible_on #Mobile-Menu,
.accessible_on #Maps,
.accessible_on .dr-details li,
.accessible_on .dr-details li:hover a,
.accessible_on .textMain .useful-lists li span,
.accessible_on .share-your-story a,
.accessible_on .textMain .grid-list li:hover,
.accessible_on .textMain .conditions-page .resp-tabs-list li.resp-tab-active,
.accessible_on .textMain .conditions-page .resp-tabs-container,
.accessible_on .knowmore-s a,
.accessible_on .textMain .conditions-page .resp-tabs-list.hor_1 li,
.accessible_on .educationalvideo-s a,
.accessible_on .tableborder,
.accessible_on xyz,
.accessible_on xyz,
.accessible_on xyz,
.accessible_on xyz,
.accessible_on xyz {
    background: none !important;
}
.accessible_on .textMain,
.accessible_on .textMain h1,
.accessible_on .textMain h1 span,
.accessible_on .textMain h2,
.accessible_on .textMain h2 span,
.accessible_on .textMain h3,
.accessible_on .textMain h3 span,
.accessible_on .textMain h4,
.accessible_on .textMain h4 span,
.accessible_on .navigation,
.accessible_on .PDFtext,
.accessible_on .notFound,
.accessible_on .certification,
.accessible_on .board-certified h1,
.accessible_on .graduation,
.accessible_on .spine p,
.accessible_on .surge,
.accessible_on .surgical p,
.accessible_on .surgery p,
.accessible_on .add-head,
.accessible_on .location,
.accessible_on .tell,
.accessible_on .whats-new,
.accessible_on .minimal,
.accessible_on .news-detail h3 span,
.accessible_on .news-detail li,
.accessible_on .patient-rosource-list h4,
.accessible_on .spine h2,
.accessible_on #Expertise-intra h3,
.accessible_on .miss,
.accessible_on #Testimonial-intra h3,
.accessible_on #Testimonial-intra h3 span,
.accessible_on .date,
.accessible_on .news-about,
.accessible_on .follow,
.accessible_on .copyrights p,
.accessible_on .dr-name-s,
.accessible_on .background-doc p,
.accessible_on .accordane li,
.accessible_on .accordane p,
.accessible_on .video-bg,
.accessible_on .specialites-S p,
.accessible_on .special-s,
.accessible_on .textMain ul ul li,
.accessible_on .textMain .useful-lists li span,
.accessible_on .textMain .grid-list li,
.accessible_on .board-certified h1 span,
.accessible_on .textMain .conditions-page .resp-tabs-list li.resp-tab-active,
.accessible_on .textMain.doc-profile p,
.accessible_on .text-address,
.accessible_on xyz,
.accessible_on xyz,
.accessible_on xyz {
    color: inherit !important;
}
.dfw-whitemode a.more,
.dfw-whitemode a.view-all-more,
.dfw-whitemode .dr-details li,
.dfw-whitemode a.view-all-s,
.dfw-whitemode .textMain .useful-lists li,
.dfw-whitemode .share-your-story a,
.dfw-whitemode .textMain .grid-list li,
.dfw-whitemode .view-awards li,
.dfw-whitemode .awards-images,
.dfw-whitemode .textMain .conditions-page .resp-tabs-list li.resp-tab-active,
.dfw-whitemode .knowmore-s a,
.dfw-whitemode .textMain .conditions-page .resp-tabs-list.hor_1 li,
.dfw-whitemode .educationalvideo-s a,
.dfw-whitemode .tableborder,
.dfw-whitemode xyz,
.dfw-whitemode xyz,
.dfw-whitemode xyz,
.dfw-whitemode xyz,
.dfw-whitemode xyz,
.dfw-whitemode xyz {
    border: 1px solid #000;
}

.dfw-blackmode a.more,
.dfw-blackmode a.view-all-more,
.dfw-blackmode .dr-details li,
.dfw-blackmode a.view-all-s,
.dfw-blackmode .textMain .useful-lists li,
.dfw-blackmode .share-your-story a,
.dfw-blackmode .textMain .grid-list li,
.dfw-blackmode .view-awards li,
.dfw-blackmode .awards-images,
.dfw-blackmode .textMain .conditions-page .resp-tabs-list li.resp-tab-active,
.dfw-blackmode .knowmore-s a,
.dfw-blackmode .textMain .conditions-page .resp-tabs-list.hor_1 li,
.dfw-blackmode .educationalvideo-s a,
.dfw-blackmode xyz,
.dfw-blackmode xyz,
.dfw-blackmode xyz {
    border: 1px solid #fff;
}
.dfw-whitemode nav,
.dfw-whitemode .copy,
.dfw-whitemode xyz,
.dfw-whitemode xyz,
.dfw-whitemode xyz,
.dfw-whitemode xyz,
.dfw-whitemode xyz,
.dfw-whitemode xyz,
.dfw-whitemode xyz,
.dfw-whitemode xyz,
.dfw-whitemode xyz,
.dfw-whitemode xyz {
    border-top: 1px solid #000;
}
.dfw-blackmode nav,
.dfw-blackmode .copy,
.dfw-blackmode xyz,
.dfw-blackmode xyz,
.dfw-blackmode xyz,
.dfw-blackmode xyz,
.dfw-blackmode xyz,
.dfw-blackmode xyz,
.dfw-blackmode xyz,
.dfw-blackmode xyz,
.dfw-blackmode xyz,
.dfw-blackmode xyz {
    border-top: 1px solid #fff;
}
.dfw-whitemode .copy,
.dfw-whitemode xyz,
.dfw-whitemode xyz,
.dfw-whitemode xyz,
.dfw-whitemode xyz,
.dfw-whitemode xyz,
.dfw-whitemode xyz,
.dfw-whitemode xyz,
.dfw-whitemode xyz,
.dfw-whitemode xyz,
.dfw-whitemode xyz,
.dfw-whitemode xyz {
    border-bottom: 1px solid #000;
}
.dfw-blackmode .copy,
.dfw-blackmode xyz,
.dfw-blackmode xyz,
.dfw-blackmode xyz,
.dfw-blackmode xyz,
.dfw-blackmode xyz,
.dfw-blackmode xyz,
.dfw-blackmode xyz,
.dfw-blackmode xyz,
.dfw-blackmode xyz,
.dfw-blackmode xyz,
.dfw-blackmode xyz {
    border-bottom: 1px solid #fff;
}
.dfw-whitemode .accessImages img {
    -webkit-filter: invert(0);
    -moz-filter: invert(0);
    -ms-filter: invert(0);
    -o-filter: invert(0);
    filter: invert(0);
}
.dfw-blackmode .accessImages img {
    -webkit-filter: invert(100%);
    -moz-filter: invert(100%);
    -ms-filter: invert(100%);
    -o-filter: invert(100%);
    filter: invert(100%);
}
.accessible_on #Content,
.accessible_on #Sidebar {
    display: block;
}
.accessible_on .menu-home span.nodisplay {
    display: block !important;
}
.accessible_on .keysList li img {
    display: none !important;
}
.accessible_on .keysList li span.nodisplay {
    display: inline-block !important;
}
.accessible_on #Testimonial-intra a.more,
.accessible_on .testi-s a.more {
    filter: grayscale(0%);
}
.accessible_on #Credibility-intra li {
    margin: 5px;
}
.accessible_on .social-logo li {
    width: 100px;
}
.accessible_on .social-logo li a {
    width: auto;
}
.accessible_on .social-logo li span.nodisplay {
    display: block !important;
}
.accessible_on .subMenu li {
    padding: 2px;
}
.accessible_on .textMain .useful-lists li {
    opacity: 1;
    filter: grayscale(0%);
}
/*----- 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 li {
    float: left;
    position: relative;
    text-align: center;
    font: normal 12px/20px Verdana, Arial, Helvetica, sans-serif;
}
.menu li a {
    display: block;
}
.menu ul {
    position: absolute;
    z-index: 999;
    left: 0px;
    display: none;
}
.menu ul ul {
    left: 100%;
    top: 0px;
}
.menu ul li {
    float: none;
    height: auto;
    text-align: left;
}
.menu ul li a {
    padding: 10px 15px 10px 30px;
}
.menu li:hover > ul {
    display: block;
}
.menu li:last-child ul {
    right: 0px;
    left: auto;
}
.menu li:last-child li ul,
.menu li:last-child li:last-child ul {
    right: 100%;
}
/* Mobile Menu */
#Mobile-Menu {
    border: 1px solid #000;
}
.toggleMenu {
    text-align: center;
    padding: 2px;
    font: bold 16px/30px Verdana, Arial, Helvetica, sans-serif;
}
.toggleMenu a {
    display: block;
    padding: 5px;
    border: 2px solid #fff;
    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 a {
    padding: 10px 10px 10px 20px;
    display: block;
    color: #fff;
}
.parentMenu li:hover,
.parentMenu li.actMenu,
.parentMenu li.actMenu li {
    background: #043C9A;
}
.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,
.dfw-whitemode .parentMenu li:hover .parentList {
    background: url(../images/menu-wd-bg.png) no-repeat 95% center;
}
.parentMenu li:hover .parentList,
.dfw-blackmode .parentMenu li .parentList,
.dfw-blackmode .parentMenu li:hover .parentList {
    background: url(../images/menu-wl-bg.png) no-repeat 95% center;
}
.parentMenu li.actMenu .parentList,
.dfw-blackmode .parentMenu li.actMenu .parentList {
    background: url(../images/menu-wd-bg.png) no-repeat 95% center;
}
.dfw-whitemode .parentMenu li li,
.dfw-whitemode .parentMenu li.actMenu li {
    background: url(../images/menu-bl-bg.png) no-repeat 25px center !important;
}
.dfw-blackmode .parentMenu li li,
.dfw-blackmode .parentMenu li.actMenu li {
    background: url(../images/menu-wl-bg.png) no-repeat 25px center !important;
}
.dfw-whitemode .parentMenu li.actMenu .parentList {
    background: url(../images/menu-bd-bg.png) no-repeat 95% center;
}
.Wrapper {
    z-index: 9999;
    background: #097EF0;
    font: normal 14px/20px Verdana, Arial, Helvetica, sans-serif;
}
.Wrapper.mobileMenu {
    position: absolute;
    width: 100%;
    left: 0px;
    display: none;
}
.Wrapper.slideMenu {
    position: fixed;
    width: 90%;
    top: 0px;
    display: block;
}
#Container.slideLeft .Wrapper.slideMenu {
    left: -90%
}
#Container.slideLeft .Wrapper.slideMenu.showMenu {
    left: 0px;
}
#Container.slideRight .Wrapper.slideMenu {
    right: -90%;
}
#Container.slideRight .Wrapper.slideMenu.showMenu {
    right: 0px;
}
#Container.slideRight,
#Container.slideLeft,
.Wrapper.slideMenu {
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}
#Container.slideLeft.slideContainer {
    left: 90%;
}
#Container.slideRight.slideContainer {
    right: 90%;
}
/* 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,
.textMain ol ul li {
    background: url(../images/bullet-b.gif) no-repeat 15px 16px;
    padding: 5px 5px 5px 30px;
}
.dfw-whitemode .textMain ul li {
    background: url(../images/bullet-b.gif) no-repeat 15px 16px;
}
.dfw-blackmode .textMain ul li {
    background: url(../images/bullet-w.gif) no-repeat 15px 16px;
}
.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 ol ul li {
    list-style: none;
}
.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;
}
/* 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 a {
    background: none;
}
.dfw-whitemode .textMain .submit-testimonials {
    border: 2px solid #000;
}
.dfw-blackmode .textMain .submit-testimonials {
    border: 2px solid #fff;
}
/* YPO Showcase Page */
.ypo-showcase {
    position: absolute;
    bottom: 10px;
    left: 10px;
}
.showcase {
    padding: 5px;
    border: 1px solid #1293FF;
}
.dfw-whitemode .showcase {
    border: 1px solid #000;
}
.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;
}
.dfw-whitemode .ypo-l,
.dfw-whitemode .ypo-r {
    border-bottom: 1px dashed #000;
}
.dfw-blackmode .ypo-l,
.dfw-blackmode .ypo-r {
    border-bottom: 1px dashed #fff;
}
.ypo-l img,
.ypo-r img {
    border: 1px solid #1293FF;
    padding: 2px;
}
.dfw-whitemode .ypo-l img,
.dfw-whitemode .ypo-r img {
    border: 1px solid #000;
}
.dfw-blackmode .ypo-l img,
.dfw-blackmode .ypo-r img {
    border: 1px solid #fff;
}
.ypo-l img {
    margin: 0px 15px 10px 0px;
    float: left;
}
.ypo-r img {
    margin: 0px 0px 10px 15px;
    float: right;
}
/* 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;
}
/* 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;
}
.dfw-whitemode .textMain .mediaList li {
    border: 2px solid #000;
}
.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;
}
/* Accordion CSS*/
.accordion {
    margin: 10px 0px;
}
.accordead,
.textMain .accordead {
    padding: 0px;
    background: url(../images/plus-b-img.png) 98% center no-repeat;
    margin: 2px 0px;
    letter-spacing: 1px;
    border: 1px solid #097EF0;
}
.accessible_on .accordead,
.accessible_on .textMain .accordead {
    border: none;
    margin: 0px;
}
.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;
}
.accordane,
.textMain .accordane {
    display: none;
    padding: 15px 10px;
    border: 1px solid #097EF0;
}
.accessible_on .accordane,
.accessible_on .textMain .accordane {
    border: none;
    display: block;
    padding: 0px;
    margin: 0px;
}
.dfw-whitemode .accordane,
.dfw-whitemode .textMain .accordane {
    border-bottom: 1px dashed #000;
}
.dfw-blackmode .accordane,
.dfw-blackmode .textMain .accordane {
    border-bottom: 1px dashed #fff;
}
/* Sublist for textMain */
.subList {
    padding: 10px 0px;
}
.textMain .subList ul,
.textMain .subList li {
    padding: 0px;
    margin: 0px;
    background: none;
}
.textMain .subList li {
    font: normal 16px/20px Verdana, Arial, Helvetica, sans-serif;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    padding: 2px;
    border: 1px solid #097EF0;
    margin: 3px 0px;
    width: 48%;
    background: none;
}
.textMain .subList li a {
    display: block;
    padding: 5px 15px;
    text-decoration: none;
}
.accessible_on .textMain .subList li {
    background: none;
}
.dfw-whitemode .textMain .subList li {
    border: 2px solid #000;
}
.dfw-blackmode .textMain .subList li {
    border: 2px solid #fff;
}
/* Relative list for textMain */
.relList {
    padding: 10px 0px;
}
.textMain .relList ul,
.textMain .relList li {
    padding: 0px;
    margin: 0px;
    background: none;
}
.textMain .relList li {
    font: normal 16px/20px Verdana, Arial, Helvetica, sans-serif;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    padding: 2px;
    border: 1px solid #097EF0;
    margin: 3px 0px;
    background: none;
}
.textMain .relList li a {
    display: block;
    padding: 5px 15px;
    text-decoration: none;
}
.accessible_on .textMain .relList li {
    background: none;
}
.dfw-whitemode .textMain .relList li {
    border: 2px solid #000;
}
.dfw-blackmode .textMain .relList li {
    border: 2px solid #fff;
}
.accessible_on .spine-img {
    border-top: none !important;
}
.accessible_on .image li {
    display: inline-block;
    vertical-align: top;
}
.accessible_on .image {
    text-align: center;
    padding: 20px 0px;
}
.accessible_on .ypo-logo img {
    background: #000;
    padding: 10px;
}
.accessible_on .dr-logo img,
.accessible_on .dr-name img {
    padding: 5px;
}
.accessible_on nav,
.accessible_on #Dr-profile,
.accessible_on #Conditions-procedures,
.accessible_on #Expertise,
.accessible_on #Testimonial,
.accessible_on #In-news,
.accessible_on #Patient-resource,
.accessible_on #Maps,
.accessible_on #Credibility,
.accessible_on #Content-Container,
.accessible_on .specialites-S li {
    border-bottom: 1px solid #000;
}
.dfw-blackmode nav,
.dfw-blackmode #Dr-profile,
.dfw-blackmode #Conditions-procedures,
.dfw-blackmode #Expertise,
.dfw-blackmode #Testimonial,
.dfw-blackmode #In-news,
.dfw-blackmode #Patient-resource,
.dfw-blackmode #Maps,
.dfw-blackmode #Credibility,
.dfw-blackmode #Content-Container,
.dfw-blackmode .specialites-S li {
    border-bottom: 1px solid #fff;
}
.accessible_on .map1,
.accessible_on .map2 {
    border: none;
    background: none;
}
.accessible_on #Maps-intra:after {
    border-right: none;
}
.accessible_on .patient-rosource-list li,
.accessible_on .accordion,
.accessible_on .dr-profile-sub,
.accessible_on .testi-s,
.accessible_on .video-s,
.accessible_on .specialites-S ul {
    background: none;
    border: 1px solid #000;
}
.dfw-blackmode .patient-rosource-list li,
.dfw-blackmode .accordion,
.dfw-blackmode .dr-profile-sub,
.dfw-blackmode .testi-s,
.dfw-blackmode .video-s,
.dfw-blackmode .specialites-S ul {
    background: none;
    border: 1px solid #fff;
}
.dfw-blackmode .social-logo li,
.dfw-whitemode .textMain ul li,
.dfw-blackmode .textMain ul li {
    background: none;
}
.dfw-blackmode .menu li li {
    background: #333;
}
.accessible_on .background-doc {
    height: 190px;
}
.accessible_on .menu-home img {
    display: none;
}
.accessible_on .accordane {
    padding-left: 30px;
}
.accessible_on .accordead {
    font: 800 18px/24px 'Muli', sans-serif;
    text-transform: uppercase;
}
.accessible_on .accordion .accordead.show_accord {
    background: none;
}
.accessible_on .social-logo li a::before {
    display: none;
}
.accessible_on .social-logo li {
    margin: 0px 30px;
    font-family: 'Muli';
    font-size: 18px;
}
.accessible_on .surge,
.accessible_on .minimally-invasive {
    padding: 0px;
}
.accessible_on .board-edu {
    padding: 50px 0 0 5px;
}
.accessible_on .map-address1 {
    margin-bottom: 10px;
}
.accessible_on .pre-post-op {
    background: url(../images/pre-post-op.png) no-repeat center 50px !important;
}
.accessible_on .pre-post-op:hover {
    background: url(../images/pre-post-op.png) no-repeat center 50px !important;
}
.accessible_on .forms {
    background: url(../images/forms.png) no-repeat center 50px !important;
}
.accessible_on .forms:hover {
    background: url(../images/forms.png)) no-repeat center 50px !important;
}
.accessible_on .insurance {
    background: url(../images/insurance.png) no-repeat center 50px !important;
}
.accessible_on .insurance:hover {
    background: url(../images/insurance.png) no-repeat center 50px !important;
}
.accessible_on .edu {
    background: url(../images/edu.png) no-repeat center 50px !important;
}
.accessible_on .edu:hover {
    background: url(../images/edu.png) no-repeat center 50px !important;
}
.accessible_on .pre-post-op-s {
    background: url(../images/pre-post-op.png) no-repeat 16px center !important;
}
.accessible_on .pre-post-op-s:hover {
    background: url(../images/pre-post-op.png) no-repeat 16px center !important;
}
.accessible_on .forms-s {
    background: url(../images/forms.png) no-repeat 16px center !important;
}
.accessible_on .forms-s:hover {
    background: url(../images/forms.png)) no-repeat 16px center !important;
}
.accessible_on .insurance-s {
    background: url(../images/insurance.png) no-repeat 16px center !important;
}
.accessible_on .insurance-s:hover {
    background: url(../images/insurance.png) no-repeat 16px center !important;
}
.accessible_on .edu-s {
    background: url(../images/edu.png) no-repeat 16px center !important;
}
.accessible_on .edu-s:hover {
    background: url(../images/edu.png) no-repeat 16px center !important;
}
.accessible_on .dfw-skip {
    display: block;
}
.dfw-blackmode .dr-logo img,
.dfw-blackmode .dr-name img {
    background: #fff;
}
.dfw-blackmode .dr-logo {
    padding-right: 10px
}
.accessible_on #Dr-profile .noDisplay,
.accessible_on .board-certified {
    display: inline-block;
    vertical-align: top;
    width: 49%;
}
.accessible_on .ypo-showcase {
    position: relative;
}
.accessible_on .board-certified {
    position: relative;
    right: auto;
    top: auto;
}
.accessible_on #Dr-profile {
    height: auto;
}
.accessible_on .dr-profile-sub > img {
    display: none;
}
.accessible_on .dr-profile-sub .d-profile-side.noDisplay {
    display: block;
    margin-top: 35px;
}
.accessible_on .board-certified h1::before {
    content: none;
}
/* Media Query For Different Screens */
@media screen and (max-width: 640px) {
    .dfw-on li.table-cell {
        text-align: center;
        padding: 5px 0px;
    }
    .dfw-off {
        transform: none;
        margin: 0PX auto;
        text-align: center;
        line-height: 20px;
        position: relative;
        border-radius: 5px;
        width: 230px;
        left: auto;
    }
    .dfw-off:hover,
    .dfw-off:focus,
    .dfw-off:focus-within {
        margin: 0px auto;
    }
    .accessible_on .dfw-skip {
        display: none;
    }
    /* Menu CSS */
    #Main-Menu {
        display: none;
    }
    #Mobile-Menu {
        display: block;
    }
    .multiBorder {
        padding: 150% 0px 0px 0px;
    }
}
@media screen and (max-width: 480px) {
    .multiBorder {
        padding: 200% 0px 0px 0px;
    }
}