html body #Wrapper ,html body  #Content{
    background-color: #F1F3F6;
}

#Content .the_content_wrapper .vc_section{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;

}
.vc_row.vc_row  {
    margin-left: 0px;
    margin-right: -0px;
}
.colored-columns.colored-columns:before{
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    position: absolute;
    content: "";
    /* background-color: red; */
    height: 0;
    top: 0;
    bottom: unset;
    display: block;
    border-top: 1px solid #EEEEEE;
    box-shadow: 0px 3px 6px #00000029;
}
.colored-columns.colored-columns:after{
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    position: absolute;
    content: "";
    /* background-color: red; */
    height: 0;
    top: unset;
    bottom: 0;
    display: block;
    border-top: 1px solid #EEEEEE;
    box-shadow: 0px 3px 6px #00000029;
}

.vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.colored-columns.colored-columns > .wpb_column {
    padding-top: 2.78579610537rem;
    padding-bottom: 2.78579610537rem;
    position: relative;
   
}

.colored-columns.colored-columns > .wpb_column .vc_column-inner{
    position: unset;
}

.colored-columns.colored-columns > .wpb_column.vc_col-has-fill .vc_column-inner:after{
    background: inherit;
    background-color: inherit;
    top: 0;
    bottom: 0;
    left: 0;
    content: '';
    position: absolute;
    /* height: 20px; */
    display: block;
    width: 100vw;
    z-index: -1;
    border-top: 1px solid #EEEEEE;
    box-shadow: 0px 3px 6px #00000029
}
.vc_col-has-fill>.vc_column-inner.vc_column-inner, 
.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner.vc_column-inner, 
.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner.vc_column-inner, 
.vc_row-has-fill>.vc_column_container>.vc_column-inner.vc_column-inner {
    padding-top: 0px;
}

.colored-columns.colored-columns  .vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 100%;
}

.colored-columns.colored-columns {
    position: relative;
}

#Content .vc_section.vc_section:last-child{
    margin-bottom : 0px;
    padding-bottom : 0px;
}

footer#Footer#Footer {
    
}


@media only screen and (max-width: 780px) {
    #Content {
        width: 100%;
        padding-top: 1rem;
    }
    #Content .the_content_wrapper .vc_section:first-child {
        padding-top: 1rem;
        padding-bottom: 2.5rem;
    }
    .colored-columns.colored-columns .vc_column_container>.vc_column-inner {
        box-sizing: border-box;
        padding-left: 0;
        padding-right: 0px;
        width: 100%;
    }
}

