/*.footer {*/
    /*background:#f6f6f6;*/
    /*padding:20px 0;*/
    /*border-top:2px solid orange;*/
/*}*/
.footer-holder{
    max-width:100%;
    /*margin:auto;*/
    padding:35px;
    height: auto;
    overflow: hidden;
}
.footertextcontainer{
    display: flex; 
    margin-top: 20px;
    margin-bottom: 10px;
    -webkit-box-align: center;
    align-items: center;

}
.footercontainer{
    padding-top: 50px;
}
.footerimage{
    width: 6%;
    margin-right: 10px;
}
.socialtext{
    padding-bottom: 80px;
}
.footertext {
    display: block;
    color:#655a5a;
    font-weight: 500;
    font-size: 14px;
    line-height: 125%;
    text-decoration: none;
}
.footertext.rm20{
    margin-right: 20px;
}
.footertextcontainer{
    display: flex;
    margin-top: 20px;
    margin-bottom: 10px;
}

.footer-row{
    margin: 10px 0;
    text-align: center;
}
@media (min-width:992px){
    .footer-holder{
        padding:30px 15px 0px
    }
}
.widget{
    margin: 10px 0;
    padding-left: 0;
    padding-right: 0;
}
.widget h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #494948;
    text-transform: uppercase !important;
}
.widget_content a.vhq-footer-link{
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #0073B5;
}
.footer-bottom {
    background:#d8d8d8;
    padding:15px 0;
    border-top:1px solid #d9d9d9;
    font-size:11px;
    color:#777;
}
.vhq-footer-column-region-title {
    font-size: 13px;
    color: #5f7887 !important;
    font-weight: 800;
    text-transform: uppercase !important;
}

@media (max-width: 700px){
    .socials-div{
        float: right !important;
    }
}

@media  (max-width: 991px) {
    .widget_content{
        height: 0;
        transition: all ease-in-out 0.3s;
        text-align: center;
        overflow: hidden;
    }

    .active .widget_content{
        height: 120px;
    }

    .widget h2 {
        cursor: pointer;
        display: block;
        margin: auto;
        text-align: center;
        padding-bottom: 5px;
        line-height: 60px;
        height: 60px;
    }

    .vhq-address {
        text-align: center;
    }

    #myFooter .footer-logo {
        display: flex;
        margin: auto;
    }

    .widget {
        padding: 0;
        margin: 0;
        /* border-bottom: 1px solid #DDDDDD; */
        line-height: 60px;
    }

    .widget:first-child {
        height: 100px;
        padding-top: 30px;
    }

    .widget:last-child, .widget:first-child {
        border-bottom: none;
    }

    #myFooter .mobile-widget {
        display: block !important;
    }

    .col-content .vhq-footer-sublink:first-child {
        padding-top: 0;
    }

    .vhq-footer-sublink {
        padding-top: 6px;
        padding-bottom: 6px;
        line-height: initial;
    }
    .mobile-widget.active .widget_content {
        height: 90px;
    }
}