.wrap__layout {
    background-color: #323A45;
}

/*HEADER*/
.wrap__locationsHeader .location {
    color: #fff;
}
.wrap__locationsHeader .location a {
    color: #fff;
}
p.logo__title {
    color: #fff;
}

/*NAVBAR*/
#navigation_header {
    background: #323A45;
    border-top: 1px dotted;
}
#navigation_header:not(.mm-menu) .navigation__list > .navigation__item:hover {
    z-index: 1;
    color: white;
    background: rgb(158, 196, 8);
}


/*SLIDER*/
.slider .slider__text.solid-background:before {
    background-color: unset;
}
.wrap__bx-controls {
    display: none;
}
.slider__image, .slider__image--fixed {
    background-position: 50% 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.wrap__slider .solid-background .slider__button, .wrap__slider .solid-background .component__title-caption-wrap {
    background: unset;
}

.cta__button{
    background: rgb(89, 102, 119);
}
.location__phone a{
    color: rgb(158, 196, 8);
}
h2.locations__title {
    color: #fff;
}
h2.hours__title {
    color: #fff;
}
h2 {
    color: #ffff;
}

h1 {
    color: #fff;
}


/*CONTENT*/
a[href^="tel"],
a[href^="fax"] {
  cursor: pointer;
  pointer-events: unset;
}
.editable__container ul li{
    list-style-position: inside;
    text-indent: -1.3em;
    padding-left: 2.5em;
}
p {
    color: #fff;
}
h1.page__title {
    color: #fff;
}
li.featuredblock__item.hasimage {
    background-color: rgb(32, 38, 45);
    border-color: rgb(158, 196, 8);
    color: rgb(158, 196, 8) !important;
}
.featuredblock__title {
    color: rgb(158, 196, 8);
}
.articles_page__container.articles__container P {
    color: #000 !important;
}


/*SIDEBAR*/
.sidebar {
    background: #9ec408;
    padding: 5px 0 15px;
    border-top: 10px solid #596677;
    color: white;
    border-radius: 0 10px 10px;
}
.articles__categories-list li a:hover{
    color: unset;
}
div#mm-1 {
    background: #9ec408;
}
.articles__categories .mm-opened .mm-title {
    background: #9ec408;
}
.articles__categories .mm-listview li a:not(.mm-next) {
    background: #9ec408;
}
.mm-panels>.mm-panel:after {
    background: #9ec408;
}
.articles__categories .mm-listview li a.mm-next {
    background: #9ec408;
}

/*OFFICE*/
table#tab td {
    padding: 10px 5px;
    text-align: left;
    border: 0px;
}
table#tab {
    border-collapse: collapse;
    margin: 5px 0 15px;
    table-layout: fixed;
    width: auto;
    margin: 10px 0px;
}

/*SERVICES*/
img.right{
    float:right;
    clear:right;
    margin:10px;
}
img.left{
    float:left;
    clear:left;
    margin:10px;
}
table#tab1 td {
    padding: 10px 5px;
    text-align: left;
    border: 0px;
}

/*FOOTER*/
.wrap__footer {
    background: rgb(32, 38, 45);
    color: rgb(150, 165, 188) !important;
}

/* PUSHLIVE REVISION */
.article__content.content p, .article__content.content ol li, .article__content.content ul li, .article__content.content, .servulliw li, strong.cwhite, .wrap__page--inner ul li {
    color: white !important;
}


table#tab td {
    color: white;
}

.disclaimerbody__container--inner.disclaimerbody__container--inner * {
    color: white !important;
}

































@media screen and (max-width: 1024px){
}

@media screen and (max-width: 768px){
/*SERVICES*/
img.right{
    float:none;
    clear:none;
    margin:10px auto;
    display:block;
}
}

@media screen and (max-width: 425px){
    table#tab1 td {
    display: block !important;
}
    li.copyright__item {
    display: block !important;
}
/*SLIDER*/
.slider_home__container--inner.slider__container--inner {
    min-height: 0px;
    height: 230px;
}

.slider__title {
    font-size: 28px;
    color: #fff;
    text-shadow: 1px 1px 3px rgb(0 10 0 / 35%);
}
.slider__text.align-left.solid-background {
    position: relative;
    bottom: 145px;
}
.slider__button {
    position: relative;
    top: 0px;
}
}