.container-fluid {
    max-width: 1214px;
}

.content-area {
    min-height: calc(100vh - 445px);
}

ul, ol {
    padding-left: 20px;
}

/*Header*/

body {
    padding-top: 80px;
}

.top-head {
    padding: 10px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: #fff;
    box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.17);
    z-index: 99;
}

body.logged-in .top-head {
    top: 32px;
}

.logo-wrapper {
    display: inline-block;
}

.logo-wrapper img {
    display: block;
    max-width: 100%;
    padding: 11px 0;
    max-height: 60px;
}

/*Top Menu*/

.top-menu {
    padding: 8px 0;
}

.top-menu > ul {
    padding: 0;
    margin: 0 auto;
    letter-spacing: -0.3em;
    text-align: center;
    width: 100%;
}

.top-menu > ul > li {
    list-style: none;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    margin: 0 10px;
}

.top-menu > ul > li > a {
    display: block;
    padding: 15px 5px;
    color: #4a4b4b;
    font-size: 13px;
    font-weight: 700;
}


.btn {
    padding: 6px 15px;
}


.top-head-btns {
    text-align: right;
    padding: 14px 0 8px;
}

.top-head-btns a:not(:last-child) {
    margin-right: 10px;
}

.btn-grey {
    background-color: #4a4b4b;
    color: #fff;
    min-width: 90px;
}


.btn-grey:hover,
.btn-grey:focus,
.btn-grey:active,
.btn-grey:focus:hover {
    color: #fff;
    background-color: #373839;
}

.btn-white {
    background-color: #ffffff;
    color: #4a4b4b;
    min-width: 90px;
}


.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white:focus:hover {
    color: #3a3b3b;
    background-color: #ffffff;
}


/*Video banner*/

.content-area {
    z-index: 50;
    position: relative;
}

.video-banner-wrapper {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 50;
}

.video-banner-wrapper .inline-YTPlayer {
    position: absolute !important;
    height: 100%;
    width: 100%;
    pointer-events: none;
    left: 0;
    top: 0;
    z-index: -1;
}

.video-banner-wrapper #background-video iframe {
    position: absolute;
    height: 100%;
    width: 100%;
	top:0;
	bottom:0;
}
.video-overlay-wrapper {
    background-color: rgba(231, 30, 37, 0.4);
    z-index: 100;
    position: relative;
    min-height: 450px;
    color: #fff;
    overflow: hidden;
}

.top-banner {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

.top-banner-content {
    position: relative;
    padding: 150px 0;
    color: #fff;
    max-width: 50%;
}

.top-banner-content h1 {
    font-size: 55px;
    margin: 0 0 40px;
}

.top-banner-content a {
    margin: 20px 0 10px;
}

.overlay-wrapper {
    background-color: rgba(231, 30, 37, 0.85);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.overlay-banner-wrapper {
    background-color: rgba(231, 30, 37, 0.85);
    width: 100%;
    height: 100%;
}

.overlay-wrapper-content {
    background-color: rgba(231, 30, 37, 0.4);
    width: 100%;
    height: 100%;
}

.overlay-2-parts {
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
}

.overlay-1-part {
    width: 30%;
}

.wide-banner .top-banner-content {
    width: 100%;
    max-width: 100%;
    padding: 150px 65px 250px;
}

.wide-banner .top-banner-content h1 {
    font-size: 71px;
}

.banner-subhead {
    font-size: 24px;
}

.video-banner-wrapper::after {
	z-index: 101;
	position: absolute;
	border-color: transparent #fff transparent transparent;
	border-width: 124px 100vw 0 0;
	border-style: solid;
	content: '';
	display: block;
	margin-top: -124px;
	left: 0;
}

.top-banner-inclined {
    position: relative;
    overflow: hidden;
}

.top-banner-inclined::after {
	z-index: 95;
	position: absolute;
    border-color: transparent transparent transparent #fff;
	border-width: 124px 0 0 100vw;
	border-style: solid;
	content: '';
	display: block;
	margin-top: -124px;
	left: 0;
}

.container-md-wrapper {
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
}


.main-banner-content {
    background-color: rgba(231, 30, 37, 0.75);
    padding: 200px 0 300px;
}


.main-banner-content h1 {
    font-size: 55px;
}

.main-banner-content p {
    max-width: 240px;
    margin: 40px auto;
    font-size: 20px;
}



.btn-light {
    background-color: #fff;
    color: #4a4b4b;
    border-radius: 18px;
    font-size: 18px;
    padding: 10px 30px 12px 30px;
}

.btn-light span {
    display: inline-block;
    vertical-align: middle;
}

.icon-right {
    display: inline-block;
    vertical-align: middle;
    background-image: url(../images/right-chevron.svg);
    height: 15px;
    width: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 5px;
    margin-left: 25px;
}

.btn-light:hover,
.btn-light:focus,
.btn-light:focus:hover {
    color:  #e71e25;
}

.banner-footer {
    text-align: center;
    margin-top: -84px;
    z-index: 98;
    padding-bottom: 100px;
    position: relative;
}

.banner-footer a {
    display: inline-block;
}

.banner-footer img {
    display: inline-block;
    height: 50px;
    width: 50px;
}

/*Content*/

.title-sm-width {
    max-width: 285px;
    margin: 15px auto;
}

.separator {
    display: block;
    margin: 20px auto;
    height: 2px;
    width: 100%;
    max-width: 102px;
    background-color: #e71e25;
}

.separator-dark {
    display: block;
    margin: 20px auto;
    height: 2px;
    width: 100%;
    max-width: 100%;
    background-color: #4a4b4b;
}

.two-cols-content{
    position: relative;
    background-color: #ebebeb;
}

.background-section {
    display: block;
    position: absolute;
    left: 0;
    width: 50%;
    height: 100%;
    z-index: 2;
    top: 0;
    background-image: url(../images/2section.jpg);
    background-size: cover;
    background-position: right center;
}

.picture-shadow {
    position: relative;
}

.picture-shadow::after,
.background-section::after {
    background-color: rgba(231, 30, 37, 0.4);
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.main-page-services {
    max-width: 420px;
    margin: 0 auto 40px;
}

.main-page-services img {
    width: 115px;
    max-width: 100%;
    margin: 30px auto;
    display: block;
}

.about-icons-section {
    max-width: 1000px;
    margin: 0 auto;
}

.stat-section h1.title-bigger {
	font-size: 36px;
	max-width: 310px;
	margin: 21px auto 15px;
}

.column-block,
.icon-block { 
    text-align: center;
    margin: 20px auto;
    max-width: 330px;
}

.icon-block img {
    width: 115px;
    max-width: 100%;
    margin: 30px auto;
    display: block;
}

.icon-block-lg {
    max-width: 400px;
}

.icon-block-lg img {
    width: 150px;
}

.column-block p,
.icon-block p {
    margin: 20px auto;
}

.content-padding {
    padding: 60px;
}

.two-cols-content h3 {
    margin: 20px 0;
}

.second-col {
    padding-left: 30px;
}

.btn {
    white-space: normal;
}

.brand-section {
    background-color: #e71e25;
    color: #fff;
}

.brand-section iframe {
    margin-top: 20px;
}

.grey-section {
    background-color: #4a4b4b;
    color: #fff;
}

.call-to-action .btn-light {
    margin-top: 15px;
}

.title-bigger {
    font-size: 42px;
}

.inline-btns .btn {
    margin: 5px 20px;
}

/*Slider*/

.testimonials-slider-section {
    text-align: center;
    padding: 80px 0;
}

.testimonial-slide p {
    font-size: 25px;
    font-style: italic;
    margin-bottom: 25px;
}

.testimonial-author {
    color: #e71e25;
    text-transform: uppercase;
}

.testimonial-logo {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.testimonial-logo img {
    max-height: 120px;
    max-width: 120px;
    display: block;
    margin: 15px auto 0;
}

.slick-dots {
    padding: 15px 0;
    margin: 0 auto;
    text-align: center;
    letter-spacing: -0.3em;
}


.slick-dots li {
    list-style: none;
    display: inline-block;
    letter-spacing: normal;
    margin: 5px 12px;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 16px;
	height: 16px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: 0;
    border-radius: 100%;
	outline: 0;
	background: 0 0;
    background-color: #4a4b4b;
    transition: all 0.2s;
}

.slick-dots li.slick-active button {
    background-color: #e71e25;
}

.testimonials-slider  .slick-track {
	display: -webkit-flex;
    display: flex;
    height: 100%;
    margin: auto;
    min-height: 100%;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


.testimonials-slider .slick-initialized .slick-slide {
	display: -webkit-flex;
    display: flex;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
    
/*Map Location*/

.top-map-line {
    padding: 15px 0;
}

.top-map-line .form-control {
    border-radius: 16px;
    max-width: 150px;
    color: #4a4b4b;
    display: inline-block;
    text-align: center;
    margin: 0 5px 0 15px;
    padding: 4px 5px;
    box-shadow: none;
}

.top-map-line .btn-search {
    background-color: transparent;
    border: none;
    box-shadow: none;
    margin: 0 10px 0 5px;
    padding: 0;
}

.top-map-line .btn-search:hover,
.top-map-line .btn-search:focus,
.top-map-line .btn-search:focus:hover {
    border: none;
    box-shadow: none;
    padding: 0;
}


.btn-location-search {
    color: #fff;
    margin: 0 0 0 10px;
}


.btn-location-search span, 
.btn-location-search i {
    vertical-align: middle;
    padding: 0 5px;
    cursor: pointer;
}

.btn-location-search:hover {
    color: #fff;
}

.search-results-wrapper {
    text-align: right;
    font-style: italic;
    font-size: 18px;
}
.search-results-wrapper p {
    margin: 5px 0;
    color: #bababa;
}

/*Map section*/

.map-section-wrapper {
    margin: 20px auto;
    border: 1px solid #d7d7d7;
    max-width: 1184px;
    overflow: hidden;
}

.addresses-list {
    width: 250px;
    max-height: 700px;
    overflow-y: auto;
    padding: 5px 30px;
}

.map-wrapper {
    width: calc(100% - 250px);
}

.map-wrapper #locations-map {
    height: 700px;
    width: 100%;
}

/*Address card*/

.address-wrapper {
    margin: 20px 0 30px;
}

.address-number {
    font-size: 18px;
    font-weight: 700;
    width: 40px;
}

.address-description {
    width: calc(100% - 40px);
}

.address-btn {
    padding-left: 40px;
    padding-top: 15px;
}

.address-btn .btn-primary {
    border-radius: 16px;
    padding: 4px 12px;
}

.addresses-list-head {
    padding: 20px 15px;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

.addresses-list-head p {
    margin: 10px 0 0;
    font-style: italic;
}

.address-list-toggle {
    text-align: right;
    padding-top: 5px;
}

.address-list-toggle i {
    display: inline-block;
    font-size: 46px;
    color: #4a4b4b;
    text-align: right;
    line-height: 30px;
}

.text-grey {
    color: #b8b8b8; 
}

.addresses-list-body .address-wrapper {
    border-bottom: 1px solid #eaeaea;
}

.addresses-list-body .address-wrapper .inline-wrapper {
    max-width: 480px;
    margin: 20px auto;
    padding: 5px 15px;
}

.addresses-list-body .address-description {
    max-width: calc(100% - 137px);
    padding-right: 10px;
    font-size: 13px;
}

.addresses-list-body .address-btn {
    padding-left: 0;
}

.addresses-list-body .address-btn .btn-primary {
    padding: 6px 20px;
    width: 107px;
}

.location-footer .inline-wrapper > * {
    vertical-align: middle;
}

.location-footer {
    margin-top: 40px;
}

.location-footer h1 {
    margin: 5px 60px;
}

/*Location popup*/

.modal-address {
    margin-top: 15vh;
}

.modal-address .modal-body {
    padding: 10px 30px;
}

.modal-address .modal-dialog {
    width: 1100px;
    max-width: 96%;
}

.modal-address .modal-header .close {
	color: #4a4b4b;
	font-size: 45px;
	opacity: 1;
	position: absolute;
	right: 15px;
	top: 6px;
    z-index: 60;
}

.modal-address .modal-header {
    border-bottom: 0;
}

.office-picture {
    padding: 0 20px 20px 20px;
}

.office-picture img {
    max-width: 100%;
}

.modal-address h1 {
    border-bottom: 1px solid #4a4b4b;
    padding-bottom: 15px;
    line-height: 1.4;
}

.address-content-modal {
    padding: 0 20px;
}
.modal-address h5 {
    font-weight: 700;
    letter-spacing: 2px;
    margin-top: 15px;
}

.title-with-subtitle h1 {
    margin-bottom: 0;
}

.title-with-subtitle .subtitle {
    margin-top: 10px;
}


/*Blog list*/

.blog-list-wrapper {
    padding: 60px 0;
}

.category-filter {
    text-align: right;
    padding: 5px 0 0;
}

.category-filter .btn-default {
    border-color: #4a4b4b;
}

.blog-list {
    padding: 0;
}

.post-card-wrapper {
    margin: 20px 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 15px;
    min-height: 300px;
    color: #fff;
}

.post-overlay-wrapper {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.65);
    left: 0;
    top: 0;
    transition: all 0.2s;
}

.post-overlay-wrapper:hover {
    background-color: rgba(231, 30, 37, 0.85);
}

.post-card-wrapper .post-content-wrapper {
    position: absolute;
    bottom: 20px;
    left: 30px;
    width: calc(100% - 60px);
}

.post-card-wrapper .btn-light {
    padding: 3px 12px 4px;
    border-radius: 6px;
    font-size: 14px;
}

.post-info-wrapper {
    padding: 0;
    margin: 0;
}

.post-info-wrapper li {
    list-style: none;
    padding-right: 5px;
    font-size: 13px;
}

.post-info-wrapper li a {
    color: #fff;
}

.post-info-wrapper li:not(:last-child):after {
    content: '|';
    display: inline-block;
    padding-left: 2px;
}

.post-card-wrapper .post-title {
    font-weight: 400;
    margin: 10px 0 20px;
    max-width: 50%;
}

.post-card-wrapper .post-title a {
    color: #fff;
}

.blog-pagination-wrapper {
    text-align: center;
    padding: 20px 0;
}

.blog-pagination-wrapper li {
    list-style: none;
    font-weight: 700;
    padding: 5px;
    margin: 0 3px;
}

.blog-pagination-wrapper ul li.prev {
    margin-right: 15px;
}


.blog-pagination-wrapper ul li.next {
    margin-left: 15px;
}


.blog-pagination-wrapper ul li a {
    color: #4a4b4b;
}

.blog-pagination-wrapper ul li.active a {
    color: #e71e25;
}

/*Blog post*/

.blog-single {
    padding: 60px 0 80px;
    min-height: calc(100vh - 445px);
}

.page-single {
    padding: 60px 0 80px;
    min-height: calc(100vh - 445px);
}

.page-single .content p {
    font-size: 18px;
}

.blog-single .content {
    width: 1000px;
    max-width: 100%;
    margin: 10px auto;
}

.blog-single .content p {
    font-size: 18px;
}

.blog-single .fullwidth-image {
    max-width: 95%;
    display: block;
    margin: 0 auto;
}

.post-info ul {
    padding: 0;
    margin: 0;
}

.post-info ul li {
    list-style: none;
    padding-right: 5px;
}

.post-info ul li:not(:last-child)::after {
    content: '|';
    padding-left: 5px;
}

.share-btns {
    text-align: right;
}

.share-btns span {
    width: 103px;
}

.share-btns .soc-btns-wrapper {
    max-width: calc(100% - 103px);
}

.share-btns li {
    list-style: none;
    padding-left: 20px;
    vertical-align: middle;
}


.blog-single .post-title {
    margin: 0 0 15px;
    max-width: 400px;
}

.post-navigation {
    max-width: 800px;
    margin: 60px auto;
}

.post-navigation .post-nav-btn a {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 4px 12px;
	font-size: 15px;
	line-height: 1.42857143;
	border-radius: 16px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #fff;
	background-color: #e71e25;
	border-color: #d5171d;
}

.post-navigation .post-nav-btn a:hover,
.post-navigation .post-nav-btn a:focus,
.post-navigation .post-nav-btn a:focus:hover {
    text-decoration: none;
    color: #fff;
    background-color: #be141a;
}

/*Recent post widget*/

.recent-post-wrapper {
    margin-bottom: 20px;
}

.recent-post-wrapper .recent-post-pic {
    border-radius: 100%;
    height: 40px;
    width: 40px;
    background-size: cover;
    background-position: center center;
}

.recent-post-desc {
    width: calc(100% - 50px);
    padding-left: 20px;
    text-align: left;
}

.recent-post-desc a {
    color: #fff;
    display: inline-block;
    margin-bottom: 3px;
}

/*Partner*/

.modal-video {
    padding-top: 15vh;
}

.modal-video iframe {
    width: 100%;
    height: 600px;
}

.diagram-pic img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    width: 300px;
    padding: 0 15px;
}

/*Contact*/

.contact-tabs-wrapper {
    text-align: center;
    margin-top: -150px;
}

.contact-tab {
    display: inline-block;
    margin: 15px auto;
    padding: 15px;
    border-radius: 15px;
    background-color: #fff;
    width: 350px;
    color: #4a4b4b;
    max-width: 100%;
    font-size: 18px;
    cursor: pointer;
}

.contact-tab:hover,
.contact-tab:focus,
.contact-tab:focus:hover {
    text-decoration: none;
}

.contact-tab img {
    max-width: 100%;
    width: 65px;
    margin: 20px auto;
    display: inline-block;
}

.contact-info-wrapper {
    max-width: 700px;
    margin: 40px auto;
}

img {
    max-width: 100%;
}

.office-contact-info {
    border: 1px solid #dcdcdc;
}

.office-contact-info > img {
    width: 100%;
}

.office-contact-content {
    padding: 60px 30px;
    font-size: 13px;
}

.soc-line .social-links {
    text-align: left;
}


.office-contact-content .soc-line  {
    margin-top: 60px;
}

/*Footer*/

.footer-wrapper {
    background-color: #4a4b4b;
    color: #fff;
    font-size: 13px;
}

.footer-content-wrapper {
    padding: 40px 0 20px;
}

/*Footer widgets*/

.footer-content-wrapper .widget {
    max-width: 160px;
    display: inline-block;
}

.footer-content-wrapper .widget.widget_text {
    max-width: 195px;
}

.footer-content-wrapper.footer-last-child {
    text-align: right;
}

.footer-content-md {
    text-align: center;
}

.footer-content-wrapper .widget > * {
    text-align: left;
}

.footer-content-wrapper h5 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 13px;
    text-align: left;
}


/*Instagram*/

.instagram-pics {
    margin: 0 auto;
    padding: 0;
    letter-spacing: -0.3em;
    margin-left: -3px;
    margin-right: -3px;
}

.instagram-pics li {
    list-style: none;
    display: inline-block;
    letter-spacing: normal;
    width: 33.33333333%;
    padding: 3px;
}
.instagram-pics li a {
    display: block;
}
.instagram-pics li img {
    max-width: 100%;
}


/*Footer bottom section*/

.footer-bottom-section {
    padding-bottom: 20px;
}

.bottom-menu ul {
    margin: 15px 0 10px;
    text-align: left;
    letter-spacing: -0.3em;
    padding: 0;
}

.bottom-menu ul li {
    position: relative;
    list-style: none;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
}

.bottom-menu ul li:not(:last-child) {
    padding-right: 11px;
}

.bottom-menu ul li:not(:last-child)::after {
    content: '';
    height: 12px;
    width: 1px;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    background-color: #fff;
    position: absolute;
    right: 5px;
    top: 4px;
}

.bottom-menu ul li a,
.bottom-menu ul li span {
    display: block;
    color: #fff;
    padding-right: 0;
}

.social-links {
    margin: 10px 0;
    text-align: right;
    letter-spacing: -0.3em;
    padding: 0;
}

.social-links li {
    position: relative;
    list-style: none;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    font-size: 16px;
}

.social-links li:not(:last-child) {
    margin-right: 11px;
}

/* Superfish Menu */
.sf-menu, .sf-menu *{margin:0; padding:0; list-style:none}
.sf-menu{
	line-height:1.0;
}
.sf-menu ul{position:absolute; top:-999em; width:12em; /* left offset of submenus need to match (see below) */}
.sf-menu ul li{width:100%;}
.sf-menu li:hover{visibility:inherit; /* fixes IE7 'sticky bug' */}
.sf-menu li{position:relative;}
.sf-menu a{display:block; position:relative}
.sf-menu li:hover ul, 
.sf-menu li.sfHover ul {left:0; top: 34px; /* match top ul list item height */z-index:9999}
ul.sf-menu li:hover li ul, 
ul.sf-menu li.sfHover li ul {top:-999em}
ul.sf-menu li li:hover ul, 
ul.sf-menu li li.sfHover ul {left:12em; /* match ul width */top:0}
ul.sf-menu li li:hover li ul, 
ul.sf-menu li li.sfHover li ul {top:-999em}
ul.sf-menu li li li:hover ul, 
ul.sf-menu li li li.sfHover ul {left:12em; /* match ul width */top:0}

/*** Submenu Links ***/
.sf-menu > li  > ul { background-color: #f5f5f5; padding: 5px 0; border: none; text-align: left;  font-size: 13px; font-weight: bold;}

.sf-menu > li > ul > li { }

.sf-menu > li > ul > li > a,
.sf-menu > li > ul > li > a:visited { color: #4a4b4b;; padding: 0.6em; background-color: transparent; }

.sf-menu > li > ul > li > a:hover{ background-color: #eeeeee; color: #4a4b4b; text-decoration: none; }

.sf-menu > li.current_page_item > ul > li > a, 
.sf-menu > li.current-menu-item > ul > li > a { color: #4a4b4b;; background-color: transparent; }

.sf-menu > li  > ul > li.current_page_item > a, 
.sf-menu > li  > ul > li.current-menu-item > a { background-color: #eeeeee; }

/*** Second Level Submenu Links ***/
.sf-menu > li  > ul > li  > ul { background-color: #f5f5f5; padding: 5px 0; border: none; }

.sf-menu > li > ul > li > ul > li { }

.sf-menu > li  > ul > li > ul > li > a,
.sf-menu > li  > ul > li > ul > li > a:visited { color: #4a4b4b; padding: 0.6em; background-color: transparent; }

.sf-menu > li  > ul  > li  > ul > li > a:hover{ background-color: #eeeeee; color: #4a4b4b; text-decoration: none;  }

.sf-menu > li.current_page_item > ul > li > ul > li > a, 
.sf-menu > li.current-menu-item > ul > li > ul > li > a,
.sf-menu > li > ul > li.current_page_item > ul > li > a, 
.sf-menu > li > ul > li.current-menu-item > ul > li > a { color: #eeeeee; background-color: transparent; }

.sf-menu > li  > ul > li > ul > li.current_page_item  > a, 
.sf-menu > li  > ul > li > ul > li.current-menu-item  > a { background-color: #4a4b4b; }

/*** Thrid Level Submenu Links ***/
.sf-menu  > li  > ul > li  > ul > li  > ul { background-color: #f5f5f5; padding: 5px 0; border: none; }

.sf-menu > li > ul > li > ul > li > ul > li { }

.sf-menu > li  > ul > li > ul > li > ul > li > a,
.sf-menu > li  > ul > li > ul > li > ul > li > a:visited { color: #4a4b4b; padding: 0.6em; background-color: transparent; text-decoration: none;  }

.sf-menu > li  > ul  > li  > ul > li > ul > li > a:hover { background-color: #eeeeee; color: #4a4b4b; text-decoration: none; }

.sf-menu > li.current_page_item > ul > li > ul > li > ul > li > a, 
.sf-menu > li.current-menu-item > ul > li > ul > li > ul > li > a,
.sf-menu > li > ul > li.current_page_item > ul > li > ul > li > a, 
.sf-menu > li > ul > li.current-menu-item > ul > li > ul > li > a,
.sf-menu > li > ul > ul > li > li.current_page_item > ul > li > a, 
.sf-menu > li > ul > ul > li > li.current-menu-item > ul > li > a { color: #4a4b4b; background-color: transparent; }

.sf-menu > li > ul > li > ul > li > ul > li.current_page_item > a, 
.sf-menu > li > ul > li > ul > li > ul > li.current-menu-item > a { background-color: #eeeeee; }