header,
nav,
footer {
    width: 100%;
    margin: 0px;
    padding: 0px;
    position: relative;
}

#Header,
#Footer,
#Credibility,
#Main-Menu,
#Location {
    max-width: 1200px;
    min-width: 300px;
    margin: 0px auto;
    padding: 0px;
    position: relative;
}

/* Selection CSS */
#Container ::selection {
    background: #CCC;
    color: #000;
}

/* Scroller CSS */
#Scroller a {
    background: #fff;
    border: 2px solid #000;
    color: #000;
    border-radius: 50%;
}

/* ----- Header ----- */
header.stickyAnimate {
    background: #fff;
    border-bottom: 1px solid #d3d3d3;
}

header.stickyAnimate+#Banner-Container,
header.stickyAnimate+#Banner-Container-S {
    padding-top: 140px;
}

#Header {
    min-height: 120px;
}

.logo {
    width: 360px;
    padding: 30px 10px 10px 10px;
    text-align: center;
}

.appoint {
    text-align: right;
    vertical-align: middle;
}

.appoint ul {
    font-size: 0px;
}

.appoint li {
    display: inline-block;
    vertical-align: middle;
    font: 700 18px/26px 'Lato', sans-serif;
    margin: 2px;
}

.appoint li a {
    display: block;
    padding: 10px 15px;
}

.call-appoint {
    border: 1px solid #b8b8b8;
}

.book-appoint {
    background: #bb0000;
    color: #fff;
    border: 1px solid #bb0000;
}

.book-appoint:hover {
    background: none;
    color: #000;
    border: 1px solid #b8b8b8;
}

.appoint li span {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.book-appoint span {
    background: url(/images/book-appoint-h-img.png) no-repeat center center;
}

.book-appoint:hover span {
    filter: invert(100%);
}

.call-appoint span {
    background: url(/images/call-appoint-h-img.png) no-repeat center center;
}

/* ----- Menu ----- */
#Menu-Container {
    border-top: 1px solid #d3d3d3;
}

.menu {
    text-align: center;
}

.menu li,
.accessible_on .menu li {
    font: 400 16px/20px 'Lato', sans-serif;
    height: 50px;
}

.menu>li::after {
    content: '';
    position: absolute;
    z-index: 1;
    content: '';
    width: 0px;
    height: 4px;
    background: #b60607;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.menu>li:hover::after {
    width: 90%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.menu li a {
    padding: 15px 0px;
    color: #000;
    position: relative;
}

.menu li a:hover,
.menu li:hover>a {
    color: #bb0000;
}

.menu ul li {
    text-transform: none;
}

.menu ul li a {
    padding: 10px 15px 10px 30px;
    color: #fff;
    background: url(/images/bullet-w.gif) no-repeat 10px 16px #b60607;
}

.menu ul li a:hover,
.menu ul li:hover>a {
    background: url(/images/bullet-b.gif) no-repeat 10px 16px #fff;
}

.menu-home a::before {
    font-size: 20px;
}

.menu-home {
    width: 6%;
    min-width: 50px;
}

.menu-practice {
    width: 14%;
}

.menu-practice ul {
    width: 100%;
    min-width: 230px;
}

.menu-expertise {
    width: 18%;
}

.menu-expertise ul {
    width: 100%;
    min-width: 240px;
}

.menu-resources {
    width: 18%;
}

.menu-resources ul {
    width: 100%;
    min-width: 260px;
}

.menu-resources ul ul {
    min-width: 160px;
}

.menu-educational {
    width: 12%;
}

.menu-educational ul {
    width: 100%;
    min-width: 200px;
}

.menu-media {
    width: 8%;
}

.menu-media ul {
    width: 100%;
    min-width: 170px;
}

.menu-contact {
    width: 20%;
}

.menu-contact ul {
    width: 100%;
    min-width: 200px;
}

/* Mobile Menu CSS */
.toggleMenu {
    font: 700 20px/30px 'PT Sans', sans-serif;
    color: #fff;
    background: #262626;
}

.Wrapper {
    font: 400 14px/20px 'Lato', sans-serif;
    background: #ba221f;
    color: #fff;
}

.parentMenu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.parentMenu li:hover,
.parentList.actMenu {
    background: #333;
}

.parentList.actMenu ul {
    background: #444;
    color: #fff;
}

.subMenu li a:hover {
    background: #555;
}

/* ----- Credibility ----- */
#Credibility {
    padding: 80px 0px 50px 0px;
    text-align: center;
}

#Credibility li {
    display: inline-block;
    vertical-align: middle;
}

/* ----- Footer ----- */
#Footer-Container {
    background: #bb0000;
}

#Footer {
    padding: 50px 0px 110px 0px;
    text-align: center;
    color: #fff;
}

.social-logo {
    padding: 0px 0px 40px 0px;
}

.socialHead {
    font: 400 20px/30px 'PT Sans', sans-serif;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.social-logo li {
    width: 46px;
    height: 46px;
    display: inline-block;
    vertical-align: top;
    line-height: 44px;
    margin: 3px;
    color: #fff;
}

.social-logo li:hover {
    color: #fff;
}

.social-logo li a {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 100%;
    border: 2px solid #fff;
}

.social-logo li a::before {
    font-size: 24px;
}

.social-logo li span {
    display: none;
}

.facebook a {
    background: #1f5791;
}

.twitter a {
    background: #0099bb;
}

.youtube a {
    background: #ee3033;
}

.linkedin a {
    background: #006ea9;
}

.footMenu {
    font-size: 0px;
    padding-bottom: 20px;
}

.footMenu li {
    font: 400 16px/20px 'Lato', sans-serif;
    display: inline-block;
    vertical-align: top;
}

.footMenu li a {
    display: block;
    padding: 5px;
}

.foot-home {
    width: 8%;
}

.foot-practice {
    width: 14%;
}

.foot-expertise {
    width: 18%;
}

.foot-resources {
    width: 18%;
}

.foot-educational {
    width: 12%;
}

.foot-media {
    width: 8%;
}

.foot-contact {
    width: 20%;
}

.footLinks {
    font: 400 16px/20px 'Lato', sans-serif;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footLinks a {
    display: inline-block;
    vertical-align: middle;
    padding: 15px 50px;
}

.footLinks span {
    display: inline-block;
    vertical-align: middle;
}

.copyrights {
    padding: 30px 0px 20px 0px;
    font: 400 16px/20px 'Lato', sans-serif;
}

.ypo-logo {
    padding: 10px 0px 20px 0px;
}

@media screen and (max-width: 900px) {

    .logo,
    .appoint {
        display: block;
        width: auto;
        text-align: center;
    }

    .menu li,
    .accessible_on .menu li {
        font: 400 14px/20px 'Lato', sans-serif;
    }

    #Header {
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 730px) {
    #Main-Menu {
        display: none;
    }

    #Mobile-Menu {
        display: block;
    }
}

@media screen and (max-width: 640px) {
    .footMenu li {
        width: auto !important;
    }

    .footMenu li a {
        padding: 5px 10px;
    }

    .footLinks a {
        padding: 5px 10px;
    }

    .social-logo {
        padding-bottom: 20px;
    }

    #Footer {
        padding: 20px 0px 40px 0px;
    }

    #Credibility {
        padding: 10px 0px;
    }
}