div#c-1 .menuWrapper .ed-menu li a:hover,
div#c-1 .menuWrapper .ed-menu li a.active {
    background: #747476;
}

div#c-1 .ed-button .button {
    background: #747476;
}

div#c-1 .ed-button .button:hover,
div#c-1 .ed-button .button.active {
    background: white;
    color: #6a6a6c;
}

div#c-1 a {
    color: #6a6a6c;
}

div#c-1 a:hover, div#c-1 a.active {
    color: #747476;
}

div#c-1 h2 {
    color: #6a6a6c;
}

div#c-1 .ed-text strong {
    color: #6a6a6c;
}

div#c-1 .banner .info.sticky {
    background: #747476;
}

div#c-1 .ed-form-container form button[type="submit"] {
    background: #747476;
}

/* since 2020-09-30 by an Start */
.overlay{
    background: rgba(116, 116, 118, .8) !important;
}
#form_button {
    background: rgba(116, 116, 118, .8) !important;
}
.wv-bg-fixed {
    background-image: none !important;
}
/* since 2020-09-30 by an Ends */

div#c-1 .footer .ed-text .fa {
    background: #747476;
}

.white-popup-block {
    color: white;
    background: #6a6a6c;
    padding: 20px 30px;
    text-align: left;
    max-width: 650px;
    margin: 40px auto;
    position: relative;
}

ed-section section > div.overlay{
    background-color: #6a6a6c;
    opacity: 0.82;
}

@media screen and (max-width: 1180px) {
    #ed-3026716 a h1 {
        color: #6a6a6c !important;
    }

    #menuTrigger span {
        background: #6a6a6c;
    }

    div#c-1 .menuWrapper .ed-menu{
        background: #6a6a6c;
    }
}

@media screen and (max-width: 763px)  {
    #ed-3026714  .span3 {
        min-width: 60%;
        max-width: 60%;
    }
}

@media only screen and (min-width: 1025px) {
   /* .span3 {
        width: 23%;
        margin-left: -10.5%;
        padding-right: 10px;
    }

    .span7{
        margin-left: 3%;
        margin-right: -10%;
    }
*/
}

@media only screen and (max-width: 768px ) {
    /*.span3 {
        width: 25% !important;
        margin-left: 0;
        padding-right: 10px;
        height: 100%;
    }

    img#partnerLogo {
        max-height: 90% !important;
        margin-top: -15px;
    }*/


}

@media only screen and (min-width: 769px ) and  (max-width: 1024px ) {
    /*.span3 {
        width: 23%;
        margin-left: -2%;
        padding-right: 10px;
        height: 100%;
    }

    img#partnerLogo {
        max-height: 90% !important;
    }

    .span7{
        max-width: 30%;
        margin-left: 1%;
        margin-right: -15%;
    }

    .span14{
        float: right;
        margin-right: -2%;
    }*/

}