.wrapper {
    background: #EDE6DA;
}

/*HEADER*/
.wrap__locationsHeader .location__address{
    color: #24433d !important;
}
.wrap__locationsHeader .location__city-state-zip{
    color: #24433d !important;
}
.headerTop {
    background-color: #EDE6DA;
}
img.logo__image {
    height: 150px !important;
    width: 334px !important;
}
a.cta__button--icon {
    color: rgb(51, 51, 51) !important;
}

.wrap__locationsHeader .location__phone a, .wrap__locationsHeader .location__phone a:hover {
    color: #24433d;
}
p.location__email {
    color: #24433d;
}
.wrap__ctaHeader .cta__button--icon .icon {
    color: #24433d;
}
ul.socialmedia__list {
    display: inline-flex;
}
li.socialmedia__item {
    margin: 0px 15px;
}
.socialmedia {
    float: right;
    position: relative;
    right: 35px;
}


/*NAVBAR*/
.wrap__navigationHeader {
    background-color: #315650;
}
.wrap__navigationHeader .navigation:not(.mm-menu) .navigation__list > .navigation__item:hover > a {
    text-decoration: none;
    background: UNSET;
    COLOR: #e6e6e6;
}
.wrap__navigationHeader .navigation:not(.mm-menu) .navigation__list > .navigation__item.active > a{
    color: white;
    text-decoration: none;
    background: unset;
}

/*SIDEBAR*/
.sidebar--inner {
    background-color: #315650;
}

ul.articles__categories-list.mm-listview {
    background-color: #315650 !important;
}
div#mm-1 {
    background-color: #315650 !important;
}
.articles__categories .mm-opened .mm-title {
    background-color: #315650 !important;
}
.articles__categories .mm-panels > .mm-panel > .mm-listview > li {
    background-color: #315650 !important;
}
div#mm-2 {
    background-color: #315650 !important;
}

/*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;
}

/*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;
    color: rgb(51, 51, 51) !important;
}
.page__title h1 {
    COLOR: rgb(110, 175, 81) !important;
}
h1, h2{
    COLOR: rgb(110, 175, 81) !important;
}
.editable p {
    color: rgb(51, 51, 51);
}

a{
    COLOR: rgb(110, 175, 81);
}
p{
    color: rgb(51, 51, 51) !important;
}
label {
    color: rgb(51, 51, 51);
}
.blog {
    color: rgb(51, 51, 51);
}
.featuredblock__title {
    color: rgb(49, 86, 80);
}

/*STAFF*/
img.fin {
    width: 300px;
    height: 200px;
}

/*OFFICE*/
table#tab td {
    padding: 10px 5px;
    text-align: left;
    border: 0px;
}
table#tab {
    color: rgb(51, 51, 51) !important;
    border-collapse: collapse;
    margin: 5px 0 15px;
    table-layout: fixed;
    width: auto;
    margin: 10px 0px;
}
img.shelf {
    width: 355px;
    height: 264px;
}

/*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: #315650;
    color: rgb(237, 227, 27);
    border-top: 5px solid #6eaf51;
}
.wrap__footer a, .wrap__footer a:hover {
    color: #fff !important;
}
.wrap__hoursFooter p {
    color: #fff !important;
}
p.location__address{
    color: #fff !important;
}
p.location__city-state-zip {
    color: #fff !important;
}
.wrap__footer [class^="component__title"] [class$="__title"]{
    color: #fff !important;
}
.wrap__locationsFooter .location__phone a{
    color: #fff !important;
}

@media screen and (max-width: 1024px){
}

@media screen and (max-width: 768px){
.socialmedia {
    float: none;
    clear: none;
    position: relative;
    right: 0px;
    text-align: center;
}

img.shelf{
    display:block;
    margin:10px auto;
}

table#soc {
    border-collapse: collapse;
    margin: 0px auto;
    table-layout: fixed;
    width: auto;
}


/*STAFF*/
img.staff {
    float:none;
    clear:none;
    margin:10px auto;
    display:block;
}

img.left{
    float:none;
    clear:none;
    margin:10px auto;
    display:block;
}
/*SERVICES*/
img.right{
    float:none;
    clear:none;
    margin:10px auto;
    display:block;
}
/*REVIEWS*/
img.ico{
    margin:10px auto;
    display:block;
}

a.cta__button {
    margin: 10px 0px;
}
}

@media screen and (max-width: 425px){
.location {
    text-align: center;
}
.image {
    background-size: 100% 50%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

/*SLIDER*/
.slider__title {
    font-size: 30px !important;
}

.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;
}
}
