/*Custom BG Gradient*/
.button {
background: linear-gradient(153deg, rgba(212,161,87,1) 11%, rgba(12,127,63,1) 100%); 
padding:0.5em 1em;
border-radius: 4px;}

.navContent li .button {
  padding: 0.5em 1em;
  border-radius: 4px;
}

.footerContainer,
.mobileSideNav,.navContainer{background: linear-gradient(153deg, rgba(212,161,87,1) 11%, rgba(12,127,63,1) 100%) !important;}

.mfTextLabel {font-weight:bold;font-size:15px;}


.navContent a[href^="tel:"] {
    padding-left: 20px;
    background: url(https://static.gofasturtle.com/dec029195b4c4da68bc228d6b3530b5f/i/bc0c85acbfd84473a6d15dcb1e825fb4/1/5feFb8zhrk/1608790_phone_icon.png) no-repeat center left;
    background-size: 18px;
}

/*--------SIMPLE LIST ITEMS SAME HEIGHT--------*/
.items_dc9a7fca4c7c4411b20f440d06491ac1,
.items_a6bd961a02c246b8a381c20443774147,
.items_d4e0913643834db9a925abf93360cfe3,
.items_e16b7c8b142b4cae850495d47f5feaf9,
.items_e2972f9de3d9464eb63b18d4509cb164,
.items_b401bf39517844ffb5b72413d978f820{
        display: -webkit-box; 
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex; 
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        -webkit-box-align: stretch;
        -moz-box-align: stretch;
        -ms-flex-align: stretch;
        -webkit-align-items: stretch;
        align-items: stretch;
}
/*-----END SIMPLE LIST ITEMS SAME HEIGHT--------*/