/* ----- Fonts CSS ----- */

@font-face {
    font-family: 'fontello';
    src: url('fonts/fontello.eot');
    src: url('fonts/fontello.eot#iefix') format('embedded-opentype'), url('fonts/fontello.woff') format('woff'), url('fonts/fontello.ttf') format('truetype'), url('fonts/fontello.svg#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* ----- 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 15px/25px 'Roboto', sans-serif;
}

ul li {
    list-style: none;
}

img {
    border: 0px;
    max-width: 100%;
    vertical-align: middle;
}

a,
a:hover {
    text-decoration: none;
    color: inherit;
}

*,
::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 #000;
}

a:focus-within {
    outline: 1px dotted #000;
}

.accessible_on a:focus {
    outline: 2px solid #F00 !important;
}

.accessible_on a:focus-within {
    outline: 2px solid #F00 !important;
}

.font-icon::before {
    content: attr(data-icon);
    font-family: "fontello";
}


/* ----- Fixed CSS ----- */

.hr {
    padding: 10px 0px;
    background: url(../images/hr-b.gif) repeat-x left center;
}

.dfw-whitemode .hr {
    background: url(../images/hr-b.gif) repeat-x left center;
}

.dfw-blackmode .hr,
.dfw-greymode .hr {
    background: url(../images/hr-w.gif) repeat-x left center;
}

.clear-float {
    clear: both;
}

.nodisplay {
    display: none !important;
}

.fluid-div,
.theme-L,
.theme-R {
    width: 100%;
    height: 100%;
}

.theme-L,
.theme-R {
    position: absolute;
    z-index: 99;
    padding: 0px;
    margin: 0px;
    top: 0px;
}

.theme-L {
    left: -100%;
}

.theme-R {
    right: -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;
}

.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%;
    padding: 50% 0px 0px 0px;
}

.videoBorder iframe,
.videoBorder embed {
    position: absolute;
    margin: 0px;
    padding: 0px;
    border: 4px solid #333;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.dfw-whitemode .videoBorder iframe {
    border: 4px solid #000;
}

.dfw-blackmode .videoBorder iframe {
    border: 4px solid #fff;
}

.dfw-greymode .videoBorder iframe {
    border: 4px solid #ccc;
}

.multiBorder {
    width: 100%;
}

.multiBorder iframe,
.multiBorder embed {
    margin: 0px;
    padding: 0px;
    border: 0px;
    width: 100%;
}


/* ----- 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: 9;
    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 'Roboto', 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: 20px;
    height: 20px;
    bottom: 5px;
    text-align: center;
}

.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 'Roboto', 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 {
    left: 30px;
}

.slidePrev::before,
.slideNext::before,
.slidePlay::before,
.slidePause::before {
    font-family: 'fontello';
}

.slidePlay::before {
    content: '\e815';
}

.slidePause::before {
    content: '\e814';
}

.slidePrev::before {
    content: '\e80e';
}

.slideNext::before {
    content: '\e810';
}

.Banner_nav.slidePrev {
    left: 5px;
}

.Banner_nav.slideNext {
    left: 55px;
}

.Banner_nav.slidePrev span {
    left: 0px;
}

.Banner_nav.slideNext 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;
    overflow: auto;
    display: none;
}

.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    margin: 0px auto;
    width: 95%;
}

.nbs-flexisel-item {
    float: left;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    position: relative;
}

.nbs-flexisel-item img {
    cursor: pointer;
    position: relative;
    margin: 6px 0px;
}

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    position: absolute;
    z-index: 99;
    margin: 0px;
    padding: 0px;
    top: 0px;
    height: 100%;
    width: 20px;
    cursor: pointer;
}

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-left::before {
    left: 0px;
}

.nbs-flexisel-nav-right,
.nbs-flexisel-nav-right::before {
    right: 0px;
}

.nbs-flexisel-nav-left::before,
.nbs-flexisel-nav-right::before {
    font: normal 20px/30px 'fontello';
    position: absolute;
    text-align: center;
    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%);
}

.nbs-flexisel-nav-left::before {
    content: '\e80e';
}

.nbs-flexisel-nav-right::before {
    content: '\e810';
}

.nbs-flexisel-nav-left.disabled,
.nbs-flexisel-nav-right.disabled {
    opacity: 0.4;
}


/* ----- Back to Top/Bottom CSS ----- */

#Scroller {
    cursor: pointer;
    right: 5px;
    position: fixed;
    z-index: 9999;
    width: 42px;
    height: 42px;
    text-align: center;
    bottom: 10px;
    display: none;
    opacity: 0.7;
}

#Scroller a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

#Scroller a::before {
    position: absolute;
    z-index: 9;
    left: 50%;
    top: 50%;
    font-family: 'fontello';
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 16px;
}

#Scroller.scrollUp a::before {
    content: '\e80f';
}

#Scroller.scrollDown a::before {
    content: '\e80d';
}

#Scroller:hover {
    opacity: 1;
}

#Scroller span {
    font: normal 12px/20px 'Roboto', sans-serif;
    background: rgba(125, 205, 230, 1);
    position: absolute;
    right: 95%;
    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;
}

#Scroller:hover span {
    display: block;
}


/*----- Accessibility -----*/

.dfwOff,
.dfwOn {
    display: none;
}

.dfwActive.dfwOff,
.dfwActive.dfwOn {
    display: block;
}

.dfwOff {
    position: fixed;
    z-index: 99999;
    left: 5px;
    bottom: 20px;
    width: 42px;
    height: 42px;
}

.dfwOff li {
    position: absolute;
}

.dfwOff.adaHide {
    left: -40px;
}

.adaOn {
    width: 100%;
    height: 100%;
    z-index: 1;
}

.adaOn span {
    width: 100%;
    height: 100%;
    display: block;
    font-family: 'fontello';
    font-size: 30px;
}

.adaOn span::before {
    position: absolute;
    content: '';
    background: url(/images/ada-icon.png) no-repeat 0px 0px;
    width: 18px;
    height: 25px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.adaClose {
    font: bold 10px/18px 'Roboto', sans-serif;
    color: #fff;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.adaClose a {
    border-radius: 5px;
    display: block;
    padding: 0px 8px;
    background: #356cd3;
}

.dfwOff:hover .adaClose,
.dfwOff:focus .adaClose {
    left: 85%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.dfwOff:focus-within .adaClose {
    left: 85%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.dfwClose {
    position: absolute;
    font: bold 11px/24px 'Roboto', sans-serif;
    left: 50%;
    top: 0px;
    z-index: -1;
}

.dfwClose a {
    border-radius: 0px 5px 5px 0px;
    display: block;
    padding: 0px 8px;
    background: #fff;
    border: 1px solid #000;
    color: #000;
}

.dfw-whitemode .dfwClose a {
    background: #000;
    border: 1px solid #000;
    color: #fff;
}

.dfw-blackmode .dfwClose a {
    background: #fff;
    border: 1px solid #fff;
    color: #000;
}

.dfw-greymode .dfwClose a {
    background: #ccc;
    border: 1px solid #000;
    color: #000;
}

.dfwOn.dfwActive.dfwHide .dfwClose {
    visibility: visible;
    left: 70%;
}

.dfwOn.dfwActive.dfwHide .dfwClose a {
    padding: 0px 30px 0px 8px;
}

.dfwOn.dfwActive.dfwHide .dfwClose a::before {
    position: absolute;
    z-index: 1;
    content: '\f29a';
    left: calc(100% - 24px);
    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%);
    font: 400 20px/24px 'fontello';
}

.dfwOn:hover .dfwClose,
.dfwOn:focus .dfwClose,
.dfwOn.dfwActive.dfwHide:hover .dfwClose,
.dfwOn.dfwActive.dfwHide:focus .dfwClose {
    left: 100%;
}

.dfwOn:focus-within .dfwClose,
.dfwOn.dfwActive.dfwHide:focus-within .dfwClose {
    left: 100%;
}

.dfwOn {
    position: fixed;
    left: 0px;
    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%);
    font: normal 12px/20px 'Roboto', sans-serif;
    z-index: 9999;
    width: 200px;
    background: #fff;
    border: 1px solid #000;
    color: #000;
}

.dfwOn.dfwHide {
    left: -200px;
}

.dfwOn li {
    border-bottom: 1px dotted #ccc;
}

.dfwOn li:last-child {
    border-bottom: none;
}

.dfwOn li a {
    padding: 10px 15px;
    display: block;
}

.dfwOn li a::before {
    margin-right: 10px;
}

.dfw-whitemode .dfwOn {
    background: #fff;
    border: 1px solid #000;
    color: #000;
}

.dfw-blackmode .dfwOn {
    background: #000;
    border: 1px solid #fff;
    color: #fff;
}

.dfwOff,
.dfwOff.adaHide,
.adaClose,
.dfwOff:hover .adaClose,
.dfwOff:focus .adaClose,
.dfwClose,
.dfwOn:hover .dfwClose,
.dfwOn:focus .dfwClose,
.dfwOn.dfwActive.dfwHide:hover .dfwClose,
.dfwOn.dfwActive.dfwHide:focus .dfwClose,
.dfwOn,
.dfwOn.dfwHide {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.dfwOff:focus-within .adaClose,
.dfwOn:focus-within .dfwClose,
.dfwOn.dfwActive.dfwHide:focus-within .dfwClose {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.dfwHead {
    font: bold 14px/20px 'Roboto', sans-serif;
    padding: 15px;
    position: relative;
    z-index: 1;
    background: #fff;
}

.dfw-whitemode .dfwHead,
.dfw-whitemode .dfwHide {
    background: #fff;
    color: #000;
}

.dfw-blackmode .dfwHead,
.dfw-blackmode .dfwHide {
    background: #000;
    color: #fff;
}

.dfw-greymode #Container {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.dfw-whitemode .dfwHide a {
    border: 2px solid #000;
}

.dfw-blackmode .dfwHide a {
    border: 2px solid #fff;
}

.dfwHide .dfwHide {
    right: -10px;
}

.dfwHide .dfwHide a {
    padding-left: 20px;
}

.dfwHide.dfwOn:hover .dfwHide,
.dfwHide.dfwOn:focus .dfwHide {
    right: -65px;
}

.dfwHide.dfwOn:focus-within .dfwHide {
    right: -65px;
}

.dfwHide.dfwOn:hover .dfwHide a,
.dfwHide.dfwOn:focus .dfwHide a {
    padding-left: 50px;
}

.dfwHide.dfwOn:focus-within .dfwHide a {
    padding-left: 50px;
}

.dfw-skip {
    overflow: hidden;
    vertical-align: top;
    right: 5px;
    top: 0px;
    position: absolute;
    font: normal 12px/20px 'Roboto', sans-serif;
    display: none;
    z-index: 99;
    padding: 2px;
}

#skip-header.dfw-skip {
    top: 0px;
}

#skip-sidebar.dfw-skip {
    right: 0px;
}

.dfw-skip a {
    display: block;
    padding: 0px 5px;
}


/*----- 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;
}

#Content {
    position: relative;
}


/*----- Sticky Header -----*/

header.stickyHeader {
    width: 100%;
    z-index: 999;
    position: absolute;
}

header.stickyHeader {
    top: 0px;
}

header.stickyHeader,
header.stickyHeader.stickyAnimate {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

header.stickyHeader.stickyAnimate {
    position: fixed;
}


/*---- Menu ----*/

#Main-Menu {
    display: block;
}

#Mobile-Menu {
    display: none;
}

.menu {
    font-size: 0px;
}

.menu li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-align: center;
}

.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 {
    height: auto;
    text-align: left;
    display: block;
}

.menu ul li a {
    padding: 10px 15px 10px 30px;
}

.menu li:hover > ul,
.menu li:focus > ul {
    display: block;
}

.menu li:focus-within > 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%;
}

.accessible_on .menu li.menu-home span {
    display: block !important;
}


/* Mobile Menu */

.toggleMenu {
    text-align: center;
    padding: 2px;
}

.toggleMenu a {
    display: block;
    padding: 5px;
}

.toggleMenu span {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 10px;
    width: 40px;
    height: 30px;
    font-size: 26px;
    line-height: 30px;
}

.parentMenu li {
    position: relative;
    overflow: hidden;
    color: #fff;
}

.parentMenu li:hover {
    background: #7dcde6;
}

.parentMenu li a {
    padding: 10px 5px 10px 10px;
    display: block;
    position: relative;
    z-index: 1;
}

.parentMenu li ul {
    display: none;
}

.parentMenu li ul li a {
    padding: 10px 5px 10px 20px;
}

.parentMenu li li ul li a {
    padding: 10px 5px 10px 40px;
}

.parentMenu li li li ul li a {
    padding: 10px 5px 10px 60px;
}

.parentMenu li li li li ul li a {
    padding: 10px 5px 10px 80px;
}

.dropMenu {
    width: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 0;
    display: block;
    cursor: pointer;
}

.dropMenu::after {
    font-family: 'fontello';
    position: absolute;
    right: 15px;
    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%);
}

.parentMenu li.parentList > a:first-child,
.parentMenu li li.subparentList > a:first-child {
    display: inline-block;
}

.parentList > .dropMenu::after,
.parentList .subparentList > .dropMenu::after {
    content: '\e810';
}

.parentList:hover > .dropMenu::after,
.parentList.actMenu > .dropMenu::after,
.parentList .subparentList:hover > .dropMenu::after,
.parentList .subparentList.actMenu > .dropMenu::after {
    content: '\e80d';
}

.Wrapper {
    z-index: 9999;
}

.Wrapper.mobileMenu {
    position: absolute;
    width: 100%;
    left: 0px;
    display: none;
}

.Wrapper.slideMenu {
    position: fixed;
    width: 90%;
    top: 0px;
    display: block;
    height: 100%;
    overflow-y: scroll;
}

#Container.slideLeft .Wrapper.slideMenu {
    left: -90%;
    -webkit-transition: left .90s ease-in-out;
    -moz-transition: left .90s ease-in-out;
    -ms-transition: left .90s ease-in-out;
    -o-transition: left .90s ease-in-out;
    transition: left .90s ease-in-out;
}

#Container.slideLeft .Wrapper.slideMenu.showMenu {
    left: 0px;
}

#Container.slideRight .Wrapper.slideMenu {
    right: -90%;
    -webkit-transition: right .90s ease-in-out;
    -moz-transition: right .90s ease-in-out;
    -ms-transition: right .90s ease-in-out;
    -o-transition: right .90s ease-in-out;
    transition: right .90s ease-in-out;
}

#Container.slideRight .Wrapper.slideMenu.showMenu {
    right: 0px;
    background: #356cd3;
}

#Container.slideLeft {
    left: 0px;
    -webkit-transition: left .90s ease-in-out;
    -moz-transition: left .90s ease-in-out;
    -ms-transition: left .90s ease-in-out;
    -o-transition: left .90s ease-in-out;
    transition: left .90s ease-in-out;
}

#Container.slideLeft.slideContainer {
    left: 90%;
    background: rgba(0, 0, 0, 0.4);
}

.dfw-blackmode #Container.slideLeft.slideContainer {
    background: rgba(255, 255, 255, 0.4);
}

#Container.slideRight {
    right: 0px;
    -webkit-transition: right .90s ease-in-out;
    -moz-transition: right .90s ease-in-out;
    -ms-transition: right .90s ease-in-out;
    -o-transition: right .90s ease-in-out;
    transition: right .90s ease-in-out;
}

#Container.slideRight.slideContainer {
    right: 90%;
    background: rgba(0, 0, 0, 0.4);
}

.dfw-blackmode #Container.slideRight.slideContainer {
    background: rgba(255, 255, 255, 0.4);
}

.menuClose {
    position: absolute;
    z-index: 9;
    right: 5px;
    background: rgba(0, 0, 0);
    width: 70px;
}

.menuClose a {
    display: block;
    padding: 5px 20px 5px 10px;
    color: #fff;
}

.menuClose a span::before {
    font-family: 'fontello';
    content: '\e816';
    position: absolute;
    right: 5px;
    top: 5px;
}

.Wrapper .socialIcons,
.Wrapper .socialIcons ul,
.Wrapper .socialIcons li {
    margin: 0px;
    padding: 0px;
}

.Wrapper .socialIcons li {
    display: inline-block;
    vertical-align: top;
}


/* Navigation CSS */

.navigation {
    font-weight: bold;
}

.navigation a {
    font-weight: normal;
}


/* Text CSS */

.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 15px;
    padding: 5px 5px 5px 30px;
}

.dfw-whitemode .textMain ul li {
    background: url(../images/bullet-b.gif) no-repeat 15px 15px;
}

.dfw-blackmode .textMain ul li {
    background: url(../images/bullet-w.gif) no-repeat 15px 15px;
}

.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 'Roboto', sans-serif;
    color: #999;
}

.mandatory {
    font: normal 14px 'Roboto', sans-serif;
    color: #F00;
}

#Sidebar {
    position: relative;
    width: 320px;
    padding: 60px 0px 20px 0px;
}

.s-doc {
    background: url(/images/s-doc-bg.jpg) no-repeat 0px 0px;
    min-height: 601px;
    padding: 40px 0px 50px 30px;
    margin-bottom: 50px;
}

.s-doc-main {
    padding-left: 18px;
}

.s-doc-name {
    font: 800 30px/35px 'Muli', sans-serif;
    text-transform: uppercase;
    color: #356cd3;
    padding-top: 35px;
}

.s-bc {
    color: #383838;
    text-transform: uppercase;
    font: 400 15px/20px 'Roboto', sans-serif;
    padding: 2px 0px 26px;
}

.s-doc-rm {
    display: inline-block;
    font: 400 13px/20px 'Roboto', sans-serif;
}

.s-doc-rm a {
    display: block;
    padding: 14px 31px;
    color: #fff;
    background: #9a3521;
    text-transform: uppercase;
}

.s-pev {
    background: url(/images/s-resources-bg.jpg) no-repeat 0px 0px;
    min-height: 615px;
    text-align: center;
}

.s-pev-head {
    font: 600 22px/24px 'Muli', sans-serif;
    color: #fff;
    text-transform: uppercase;
    padding: 35px 22px 22px 22px;
}

.s-pr-list {
    background: url(/images/s-pr-bg.png) no-repeat 0px 0px;
    min-height: 375px;
    margin-top: -54px;
    z-index: 99;
    position: relative;
    padding-top: 63px;
    color: #fff;
    display: inline-block;
    width: 260px;
}

.s-pr-list li {
    text-align: left;
    font: 400 16px/20px 'Muli', sans-serif;
    text-transform: uppercase;
}

.s-pr-list li a {
    display: block;
    padding: 15px 40px 15px 66px;
    margin-left: 30px;
}

.s-pr-list1 a {
    background: url(/images/s-pr-icons.png) no-repeat 0px 12px;
}

.s-pr-list2 a {
    background: url(/images/s-pr-icons.png) no-repeat 0px -55px;
}

.s-pr-list3 a {
    background: url(/images/s-pr-icons.png) no-repeat 0px -122px;
}

.s-pr-list4 a {
    background: url(/images/s-pr-icons.png) no-repeat 0px -192px;
}

.s-pr-list1:hover a {
    background: url(/images/s-pr-icons-h.png) no-repeat 0px 12px;
}

.s-pr-list2:hover a {
    background: url(/images/s-pr-icons-h.png) no-repeat 0px -55px;
}

.s-pr-list3:hover a {
    background: url(/images/s-pr-icons-h.png) no-repeat 0px -122px;
}

.s-pr-list4:hover a {
    background: url(/images/s-pr-icons-h.png) no-repeat 0px -192px;
}


/* YPO Showcase Page */

.ypo-showcase {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.showcase {
    padding: 5px;
    border: 1px solid #003263;
}

.ypo-l {
    padding: 10px;
    background: #fff;
    text-align: right;
}

.ypo-r {
    background: #efefef;
    padding: 10px;
    text-align: left;
}

.ypo-l img,
.ypo-r img {
    border: 1px solid #003263;
    padding: 2px;
}

.ypo-l img {
    margin: 0px 15px 10px 0px;
    float: left;
}

.ypo-r img {
    margin: 0px 0px 10px 15px;
    float: right;
}


/* Blog */

.textMain .blog-posts ul,
.textMain .blog-posts li,
.textMain .pagelet-posts ul,
.textMain .pagelet-posts li {
    margin: 0px;
    padding: 0px;
    background: none;
}

.textMain .blog-posts li,
.textMain .pagelet-posts li {
    padding: 15px 0px;
    border-bottom: 1px solid #ccc;
}

.textMain .blog-posts li h3 a,
.textMain .pagelet-posts li h3 a {
    text-decoration: none;
}

.textMain .blog-posts li p,
.textMain .pagelet-posts li p {
    padding: 10px 0px !important;
    margin: 0px !important;
}

.textMain .blog-posts li .read-more,
.textMain .pagelet-posts li .read-more {
    display: inline-block;
}

.textMain .blog-posts li .read-more a,
.textMain .pagelet-posts 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;
    background: none;
    border: 2px solid #ccc;
}

.mediaList li a {
    display: block;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
}

.mediaList li a::before {
    font-family: 'fontello';
    margin-right: 10px;
}

.info a::before {
    content: '\e80b';
}

.video a::before {
    content: '\e808';
}


/* Tab Accordion */

.tabAccordion {
    margin: 10px 0px;
    position: relative;
}

.tabList {
    display: none;
}

.tabList ul,
.textMain .tabList ul {
    margin: 0px;
    padding: 0px;
}

.tabList li,
.textMain .tabList li {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    vertical-align: top;
    border-radius: 5px 5px 0px 0px;
    border: 1px solid #ccc;
    background: none;
}

.tabList li a,
.textMain .tabList li a {
    display: block;
    text-decoration: none;
    padding: 5px 15px;
}

.tabResponsive .tabList {
    display: block;
}

.tabResponsive .tabContent {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    padding: 15px 10px;
    border: 1px solid #ccc;
    display: none;
}

.tabContent.tabActive {
    position: relative;
    display: block;
    z-index: 1;
}


/* Accordion CSS*/

.accordion {
    margin: 10px 0px;
}

.accordTitle,
.textMain .accordTitle,
.accordResponsive .tabTitle,
.accordResponsive .textMain .tabTitle {
    padding: 0px;
    margin: 2px 0px;
    letter-spacing: 1px;
    position: relative;
    cursor: pointer;
}

.accordTitle::after,
.textMain .accordTitle::after,
.accordResponsive .tabTitle::after,
.accordResponsive .textMain .tabTitle::after {
    font-family: 'fontello';
    position: absolute;
    right: 0px;
    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%);
}

.accordTitle::after,
.textMain .accordTitle::after,
.accordResponsive .tabTitle::after,
.accordResponsive .textMain .tabTitle::after {
    /*content: '\e80b';*/
    content: '';
    background: url(/images/plus.png) no-repeat center top;
    width: 70px;
    height: 50px;
    position: absolute;
}

.accordTitle.showAccord::after,
.textMain .accordTitle.showAccord::after,
.accordResponsive .tabTitle.showAccord::after,
.accordResponsive .textMain .tabTitle.showAccord::after {
    /*content: '\e80c';*/
    content: '';
    background: url(/images/minus.png) no-repeat center top;
}

.accessible_on .accordTitle,
.accessible_on .textMain .accordTitle,
.accessible_on .accordResponsive .tabTitle,
.accessible_on .accordResponsive .textMain .tabTitle {
    border: none;
    padding: 10px 0px;
    margin: 0px;
}

.accordTitle a,
.textMain .accordTitle a,
.accordResponsive .tabTitle a,
.accordResponsive .textMain .tabTitle a {
    padding: 5px 10px;
    display: inline-block;
    text-decoration: none;
}

.accordContent,
.textMain .accordContent,
.accordResponsive .tabContent,
.textMain .accordResponsive .tabContent {
    display: none;
    padding: 10px;
}

.accessible_on .accordContent,
.accessible_on .textMain .accordContent,
.accessible_on .accordResponsive .tabContent,
.accessible_on .textMain .accordResponsive .tabContent {
    border: none;
    display: block;
    padding: 0px;
    margin: 0px;
}

.dfw-whitemode .accordContent,
.dfw-whitemode .textMain .accordContent,
.dfw-whitemode .accordResponsive .tabContent,
.dfw-blackmode .textMain .accordResponsive .tabContent {
    border-bottom: 1px dashed #000;
}

.dfw-blackmode .accordContent,
.dfw-blackmode .textMain .accordContent,
.dfw-blackmode .accordResponsive .tabContent,
.dfw-blackmode .textMain .accordResponsive .tabContent {
    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 {
    color: #fff;
    display: inline-block;
    vertical-align: top;
    padding: 5px;
    margin: 5px 4px;
    background: #54CEE3;
}

.textMain .subList li:hover {
    background: #124CBA;
}

.textMain .subList li a {
    display: block;
    padding: 5px 15px;
    text-decoration: none;
    color: #fff;
}


/* Relative list for textMain */

.relList {
    padding: 10px 0px;
}

.textMain .relList ul,
.textMain .relList li {
    padding: 0px;
    margin: 0px;
    background: none;
}

.textMain .relList li {
    display: inline-block;
    vertical-align: top;
    padding: 2px;
    margin: 3px 0px;
}

.textMain .relList li a {
    display: block;
    text-decoration: none;
}

.tel1,
.tel2,
.tel3,
.tel4,
.tel5,
.tel6,
.tel7,
.tel8,
.tel9 {
    display: inline-block;
}

.social-logo li {
    display: inline-block;
    vertical-align: top;
}

.social-logo li span {
    display: none;
}


/* Page Not Found */

.notImg {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    font: normal 60px/100px 'Roboto', sans-serif;
    margin: 0px auto;
    text-align: center;
}

.dfw-whitemode .notImg {
    background: #00e;
    color: #fff;
}

.dfw-blackmode .notImg {
    background: #fc0;
    color: #000;
}

.notImg::before {
    font-family: 'fontello';
    line-height: 100px;
    content: '\e817';
}

.textMain .notFound {
    font: normal 20px/30px 'Roboto', sans-serif;
    text-align: center;
    padding: 50px 0px;
}

.textMain .notFound h1 {
    font: normal 100px/120px 'Roboto', sans-serif;
}

.textMain .notFound h1 span {
    font: normal 50px/60px 'Roboto', sans-serif;
}


/* Thank You Page */

.thankImg {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    font: normal 60px/100px 'Roboto', sans-serif;
    background: #060;
    color: #fff;
    margin: 0px auto;
    text-align: center;
}

.dfw-whitemode .thankImg {
    background: #00e;
    color: #fff;
}

.dfw-blackmode .thankImg {
    background: #fc0;
    color: #000;
}

.thankImg::before {
    font-family: 'fontello';
    line-height: 100px;
    content: '\e813';
}

.textMain .thankYou {
    font: normal 16px/30px 'Roboto', sans-serif;
    text-align: center;
    padding: 50px 0px;
}

.textMain .thankYou h1 {
    font: normal 60px/100px 'Roboto', sans-serif;
}

.textMain .thankYou h1 span {
    font: normal 60px/100px 'Roboto', sans-serif;
    display: inline-block;
    color: #060;
}
.textMain .thankYou h2 {
	font: 400 60px/100px 'Roboto', sans-serif;
}
.textMain .thankYou h2 span {
    font: normal 60px/100px 'Roboto', sans-serif;
	display: inline-block;
	color: #060;
}

/*----- Icons -----*/

.pdf-icon::before {
    font-family: 'fontello';
}

.pdf-icon::before {
    content: '\f1c1';
    color: red;
    font-size: 20px;
    margin-right: 10px;
}


/*----- Accessible -----*/

.dfw-whitemode,
.dfw-whitemode .dfw-skip {
    background: #fff;
}

.dfw-blackmode,
.dfw-blackmode .dfw-skip {
    background: #000;
}

.dfw-whitemode #Container {
    color: #000 !important;
}

.dfw-whitemode #Container a,
.dfw-whitemode #Container a:hover,
.dfw-whitemode .Wrapper a,
.accessible_on.dfw-whitemode #dfw-WhiteMode.dfw-active a {
    color: #00e !important;
}

.dfw-blackmode #Container {
    color: #fff !important;
}

.dfw-blackmode #Container a,
.dfw-blackmode #Container a:hover,
.dfw-blackmode .Wrapper a,
.accessible_on.dfw-blackmode #dfw-BlackMode.dfw-active a {
    color: #fc0 !important;
}
.dfw-greymode #Container a,
.dfw-greymode #Container a:hover,
.dfw-greymode .Wrapper a,
.accessible_on.dfw-greymode #dfw-BlackMode.dfw-active a {
    color: #000 !important;
}

.dfw-greymode #dfw-GreyMode.dfw-active a {
    background: #ccc;
}

.accessible_on .theme-L,
.accessible_on .theme-R,
.accessible_on .accordTitle a::after,
.accessible_on .textMain .accordTitle a::after,
.accessible_on .social-logo li a:before,
.accessible_on .menu-home a::before,
.accessible_on .service-img img,
.accessible_on .head-solial li a::before,.accessible_on .hr-list li a::before,.accessible_on .hr-list li a::after,.accessible_on .accordTitle::after, .accessible_on .textMain .accordTitle::after, .accessible_on .accordResponsive .tabTitle::after, .accessible_on .accordResponsive .textMain .tabTitle::after,.accessible_on .textMain .dld-cv a::before,.accessible_on .banner-cntact span::before, .accessible_on .sun-nav span::before,.accessible_on .serv-pg-list img,.accessible_on .video-more::before,.accessible_on .ed-video::before {
    display: none;
}
.accessible_on #Banner-Container-S .banner-nav {
    height: 300px;
    padding-top: 60px;
}
/*
.dfw-whitemode .gdpCookie a {
color:#00e !important;
}
.dfw-blackmode .gdpCookie a {
color:#fc0 !important;
}
.dfw-blackmode .gdpCookie {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    border: 1px solid #fff;
}
*/
/*GDPR ADA CSS*/
.accessible_on .cookie-main li.cookie-button .accept,
.accessible_on .cookie-main li.cookie-button .accept:hover, 
.accessible_on .cookie-main li.cookie-button .change-preference,
.accessible_on .cookie-main li.cookie-button .change-preference:hover {
    border: 1px solid !important;
    background: none !important;
    min-width: 120px;
    min-height: 40px;
    text-decoration: none;
    margin-top: 10px;
}
.accessible_on .cookie-main li.cookie-button .change-preference {
    padding-top: 3px;
}
.dfw-whitemode .cookie-main li.cookie-button .accept,
.dfw-whitemode .cookie-main li.cookie-button .change-preference,
.dfw-whitemode .gdpCookie a {
    color: #00e;
}
.dfw-blackmode .cookie-main li.cookie-button .accept,
.dfw-blackmode .cookie-main li.cookie-button .change-preference,
.dfw-blackmode .gdpCookie a {
    color: #fc0;
}
.dfw-greymode .cookie-main li.cookie-button .accept,
.dfw-greymode .cookie-main li.cookie-button .change-preference,
.dfw-greymode .gdpCookie a {
    color: #000;
}
.dfw-blackmode .gdpCookie {
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	border: 1px solid #fff;
}
.dfw-blackmode .gdpCookie p {
	color: #fff;
}
.accessible_on .cc-cp-body-content-entry-text {
    text-align: left !important;
}
.accessible_on .gdp_dialog .cc-cp-foot-byline {
	font-size: inherit;
}
.accessible_on .cc-custom-checkbox.always_active .nodisplay {
	display: none;
}
.accessible_on .social-logo li span,
.accessible_on #Content,
.accessible_on #Sidebar,
.accessible_on .dfw-skip {
    display: block;
}

.accessible_on #Content,
.accessible_on #Sidebar {
    position: relative;
}

.accessible_on .social-logo li {
    width: 100px;
}
.dfw-blackmode .ypo-logo img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.dfw-greymode .ypo-logo img {
    -webkit-filter: brightness(0);
    filter: brightness(0);
}

.dfw-whitemode .menu ul,
.dfw-whitemode .Wrapper {
    background: #eee;
}

.dfw-blackmode .menu ul,
.dfw-blackmode .Wrapper {
    background: #333;
}

.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 #Banner-Container-S .banner-nav,.accessible_on .s-pev-head,.accessible_on .s-doc-name,.accessible_on .s-bc,.accessible_on .textMain .staff-name,.accessible_on .textMain .staff-name span,.accessible_on .mandatory,.accessible_on .testimonial-no-record {
    color: inherit !important;
}
.patient-stories-detail li,.patient-stories li {
    background: none !important;
    position: relative;
    text-align: left;
    margin: 30px 1%;
    padding: 15px !important;
    -webkit-box-shadow: inset 0 0 5px 1px rgb(51 51 51 / 20%);
    -moz-box-shadow: inset 0 0 5px 1px rgba(51, 51, 51, 0.2);
    -ms-box-shadow: inset 0 0 5px 1px rgba(51, 51, 51, 0.2);
    -o-box-shadow: inset 0 0 5px 1px rgba(51, 51, 51, 0.2);
    box-shadow: inset 0 0 5px 1px rgb(51 51 51 / 20%);
}

.patient-stories-detail li::before,.patient-stories-detail li::after {
    position: absolute;
    content: '';
    width: 35px;
    height: 35px;
}
.patient-stories-detail li::before {
    border-top: 3px solid #ccc;
    border-left: 3px solid #ccc;
    top: -10px;
    left: -10px;
}
.galleries li {
    box-shadow:none;
    display: inline-block !important;
}
.galleries li::before,.galleries li::after {
    display: none;
}
.accessible_on .parentMenu li,
.accessible_on .textMain .relList li,
.accessible_on .textMain .subList li,
.accessible_on .ypo-l,
.accessible_on .ypo-r,
.accessible_on .textMain ul ul li,
.accessible_on .menu-home a,
.accessible_on .textMain .mediaList li,
.accessible_on .menu li li,
.accessible_on .hr-list1 a,
.accessible_on .hr-list2 a,
.accessible_on .hr-list3 a,
.accessible_on .hr-list4 a,.accessible_on .dr-pg-main .accordTitle,.accessible_on .textMain .dld-cv a,.accessible_on .textMain.dr-pg-main,.accessible_on #Banner-Container-S .banner-nav,.accessible_on .textMain .staff-rm a,.accessible_on .s-doc, .accessible_on .s-doc-rm a, .accessible_on .s-pev,.accessible_on .s-pr-list,.accessible_on .s-pr-list1 a,.accessible_on .s-pr-list2 a,.accessible_on .s-pr-list3 a,.accessible_on .s-pr-list4 a,.accessible_on .landing-page ul li,.accessible_on .textMain .useFul li span {
    background: none !important;
}
.accessible_on #Menu-Container .dfw-skip {
    top: 62px;
    right: -271px;
}
.accessible_on .textMain ul.staff-list li  {
    box-shadow: none;
}
.accessible_on #Sidebar,.accessible_on .textMain ul.staff-list li,.accessible_on .s-pev,.accessible_on .s-doc,.accessible_on .resp-tabs-list li,.accessible_on .landing-page ul li,.accessible_on .sun-nav,.accessible_on .patient-stories-detail li, .accessible_on .patient-stories li {
    border: 1px solid #ccc;
}

.dfw-whitemode .dfw-skip,
.dfw-whitemode .showcase,
.dfw-whitemode .ypo-l img,
.dfw-whitemode .ypo-r img,
.dfw-greymode .dfw-skip,
.dfw-greymode .showcase,
.dfw-greymode .ypo-l img,
.dfw-greymode .ypo-r img{
    border: 1px solid #000;
}

.dfw-blackmode .dfw-skip,
.dfw-blackmode .showcase,
.dfw-blackmode .ypo-l img,
.dfw-blackmode .ypo-r img {
    border: 1px solid #fff;
}

.dfw-whitemode .textMain .mediaList li,
.dfw-whitemode .textMain .relList li,
.dfw-whitemode .textMain .subList li {
    border: 2px solid #000;
}
.dfw-greymode .textMain .mediaList li,
.dfw-greymode .textMain .relList li,
.dfw-greymode .textMain .subList li {
    border: 2px solid #000;
}

.dfw-blackmode .textMain .mediaList li,
.dfw-blackmode .textMain .relList li,
.dfw-blackmode .textMain .subList li {
    border: 2px solid #fff;
}
.dfw-blackmode .textMain .mediaList li, .dfw-blackmode .textMain .relList li, .dfw-blackmode .textMain .subList li, .dfw-blackmode .cookie-main li.cookie-button a {
    border: 2px solid #fff;
}
.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;
}

.dfw-whitemode .ypo-logo img {
    -webkit-filter: invert(100%);
    -moz-filter: invert(100%);
    -ms-filter: invert(100%);
    -o-filter: invert(100%);
    filter: invert(100%);
}

.dfw-greymode .dfw-skip, .dfw-greymode #dfw-GreyMode.dfw-active a, .dfw-greymode .menu ul, .dfw-greymode .Wrapper {
    background: #ccc;
}


/* Service page */

.textMain ul li.serv-pg-list {
    background: none;
    padding: 0px;
    margin-bottom: 38px;
    border: 1px solid #d7d7d7;
    padding: 16px 26px;
}

.serv-pg-main {
    padding: 18px 0px 0px 60px;
}

.textMain li .serv-pg-main p {
    font: 400 15px/26px 'Roboto', sans-serif;
    text-align: justify;
    padding-right: 50px;
    letter-spacing: 0.5px;
    margin: 0px;
}

.serv-pg-main p.s-owc-rm {
    font: 400 15px/18px 'Roboto', sans-serif;
    padding-right: 0px;
    letter-spacing: 0px;
    display: inline-block;
}

.textMain li .serv-pg-main p.s-owc-rm a {
    display: block;
    padding: 8px 16px;
    background: #356cd3;
    color: #fff;
    text-decoration: none;
    margin: 0px;
}

.s-pg-img {
    width: 300px;
}

.serv-pg-head {
    font: 900 26px/30px 'Muli', sans-serif;
    color: #356cd3;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 34px;
}

.serv-pg-head a {
    text-decoration: none;
}

.serv-pg-head::after {
    position: absolute;
    content: '';
    border-bottom: 4px solid #d9d8d8;
    height: 4px;
    width: 75px;
    left: 0px;
    bottom: 0px;
}

.textMain ul .serv-pg-main ul li {
    list-style: none;
    font: 400 15px/20px 'Roboto', sans-serif;
    background: url(/images/h-service-arrow.png) no-repeat 0px 21px;
    padding-left: 30px;
    display: inline-block;
    vertical-align: top;
    width: 49%;
}

.textMain ul .serv-pg-main ul li a {
    color: #66696c;
    text-decoration: none;
    padding: 8px 0px;
    display: block;
}

.textMain ul .serv-pg-main ul li:hover a {
    color: #356cd3;
}

.textMain.dr-pg-main {
    background: url(/images/dr-pg-bg1.jpg) no-repeat right -96px;
}

.textMain.dr-pg-main .theme-R {
    background: url(/images/dr-pg-bg1-r.jpg) no-repeat left -96px;
}

.textMain.dr-pg-main h2 {
    padding: 10px 0px 25px 0px;
}

.textMain.dr-pg-main h2 span {
    padding: 5px 0px;
}

.dr-pg-img {
    float: right;
    margin: -133px 0px 60px 80px;
}

.dr-text {
    text-align: justify;
}

.dr-pg-main .accordTitle {
    background: #e8ebec;
    margin: 18px 0px;
    /*border-bottom: 1px dotted #b8b8b8; */
    padding: 8px 0px;
}

.dr-pg-main .accordTitle.showAccord {
    border-bottom: 4px solid #356cd3;
}

.textMain.dr-pg-main h4 a {
    color: #626262;
    font: 900 20px/25px 'Muli', sans-serif;
    text-transform: uppercase;
    padding: 5px 10px 5px 38px;
}

.textMain.dr-pg-main h4.accordTitle.showAccord a {
    color: #356cd3;
}

.dr-cv {
    text-align: center;
    padding-top: 15px;
}

.textMain .dld-cv a {
    display: inline-block;
    color: #fff;
    background: #356cd3;
    text-transform: uppercase;
    font: 700 20px/25px 'Muli', sans-serif;
    text-decoration: none;
    padding: 18px 68px 18px 74px;
    border-radius: 50px;
    position: relative;
}

.textMain .dld-cv a::before {
    position: absolute;
    content: '';
    left: 5px;
    background: url(/images/pdf-icon.png) no-repeat 0px 0px;
    width: 53px;
    height: 51px;
    top: 5px;
}

.textMain ul.staff-list {
    text-align: center;
}

.textMain ul.staff-list li {
    display: inline-block;
    vertical-align: top;
    width: 222px;
    box-shadow: 0px 1px 15px 10px #383E4B1A;
    background: none;
    min-height: 400px;
    text-align: center;
    padding: 25px 5px 5px 5px;
    margin: 15px;
}

.textMain ul.staff-list li .topicimage.table-cell {
    width: 275px;
    padding-top: 14px;
}

.topicimage.table-cell img {
    border: 1px solid #eee;
}

.textMain ul.staff-list li p span {
    padding-left: 6px;
}

.textMain ul.staff-list li p {
    padding: 6px 0px;
}

.textMain .staff-name {
    font: 800 16px/20px 'Muli', sans-serif;
    text-transform: uppercase;
    color: #356cd3;
    padding-top: 15px;
}

.textMain .staff-name span {
    display: block;
    font: normal 15px/21px 'Roboto', sans-serif;
    color: #66696c;
    text-transform: none;
}

.textMain .staff-rm a {
    text-decoration: none;
    color: #fff;
    background: #9a3521;
    padding: 8px 18px
}

.staff-img img {
    width: 300px;
}


/*-----------Video & Page Tabs CSS-----------*/

.landing-page ul {
    text-align: right;
}

.landing-page ul li {
    background: #356cd3;
    padding: 0 !important;
    display: inline-block;
    font: 400 15px/15px 'Lato', sans-serif;
    position: relative;
    border-radius: 4px;
}

.ed-video::before {
    content: '\e808';
    left: 8px;
    top: 11px;
    position: absolute;
    font-size: 16px;
    font-family: "fontello";
    color: #fff;
}

.video-more::before {
    content: '\e80b';
    top: 10px;
    left: 8px;
    position: absolute;
    font-size: 16px;
    font-family: "fontello";
    color: #fff;
}

.landing-page ul li a {
    color: #fff;
    display: block;
    text-decoration: none;
    padding: 12px 12px 12px 23px;
    border-radius: 7px;
}

.landing-page ul li a span {
    padding-right: 10px;
}

.landing-page ul li a:hover {
    text-decoration: none;
    color: #F0B310;
}

.knowmore-s a span {
    padding: 6px 0px 0px 5px;
}

.knowmore-s a {
    background: #626262;
}

.educationalvideo-s a {
    background: #3F3F3F;
}


/*-----------Easy Tabs CSS-----------*/

.textMain .conditions-page #parentHorizontalTab {
    background: none;
    text-transform: none;
}

.textMain .conditions-page .resp-tabs-list.hor_1 {
    display: block;
    margin: 0 auto;
    text-align: center;
    margin: 20px 0 0 0;
    padding: 0;
}

.textMain .conditions-page .resp-tabs-list li {
    display: inline-block;
    vertical-align: top;
}

.textMain .conditions-page .resp-tabs-list li {
    cursor: pointer;
    display: inline-block !important;
    vertical-align: top;
    font: 500 15px/18px 'Lato', sans-serif;
    text-transform: uppercase;
    position: relative;
    height: auto;
    margin: 0 15px;
    display: block;
    text-align: center;
    padding: 0px 0px !important;
    background: #7dcde6 !important;
    padding: 15px 0px;
    border-radius: 5px;
    margin: 3px;
    text-align: center;
}

.textMain .conditions-page .resp-tabs-list.hor_1 li a {
    text-decoration: none;
    padding: 15px 50px !important;
    display: block;
    color: #ffffff;
}

.textMain .conditions-page .resp-tabs-list.hor_1 li a:hover {
    color: #fff;
}

.textMain .conditions-page .resp-tabs-container {
    padding: 0px;
    clear: left;
    background: #fff;
}

.textMain .conditions-page h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.textMain .conditions-page .resp-tab-content {
    display: none;
    padding: 15px;
}

.textMain .conditions-page .resp-tab-active {
    border-bottom: none;
}

.textMain .conditions-page .resp-tabs-list li.resp-tab-active {
    vertical-align: top;
    position: relative;
    background: #356cd3 !important;
    color: #fff;
}

.textMain .conditions-page .resp-tabs-list li.resp-tab-active::before {
    vertical-align: top;
    position: absolute;
}

.textMain .conditions-page .resp-content-active,
.textMain .conditions-page .resp-accordion-active {
    display: block;
}

.textMain .conditions-page .resp-tab-content {
    border: none;
    min-height: auto;
    margin: 30px 0 0 0;
}

.textMain .conditions-page h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px;
}

.textMain .conditions-page h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
}

.textMain .conditions-page h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}


/*-----------Vertical tabs-----------*/

.textMain .conditions-page .resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}

.textMain .conditions-page .resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0 0 4px;
    cursor: pointer;
    float: none;
}

.textMain .conditions-page .resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}

.textMain .conditions-page .resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word;
}

.textMain .conditions-page .resp-vtabs li.resp-tab-active {
    position: relative;
    z-index: 1;
}

.textMain .conditions-page .resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1;
}

.textMain .conditions-page h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797;
}

.textMain .conditions-page h2.resp-tab-active {
    background: #DBDBDB;
}

.textMain .conditions-page .resp-easy-accordion h2.resp-accordion {
    display: block;
}

.textMain .conditions-page .resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

.textMain .conditions-page .resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1;
}

.textMain .conditions-page .resp-jfit {
    width: 100%;
    margin: 0px;
}

.textMain .conditions-page .resp-tab-content-active {
    display: block;
}

.textMain .conditions-page h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1;
}

.textMain .conditions-page .resp-tabs-list li a {
    color: #a8a8a8;
    float: left;
    text-decoration: none;
    position: relative;
    width: auto;
}

.textMain .conditions-page .resp-tabs-list li a span {
    float: left;
    width: 116px;
    height: 115px;
    margin: -45px 10px 0 0;
}

.textMain .conditions-page .resp-tabs-list li a:hover {
    position: relative;
    color: #37aaff;
}

.textMain .conditions-page .resp-tabs-list li:hover::before {
    display: none;
}

.topicimage.table-cell {
    width: 275px;
    padding: 15px 0px;
}

.textMain .dr-list-accord ul li {
    background: none;
    padding: 5px;
}