:root{
    --menucolor:#555F57
}
body{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    position: relative;
}
.menu{
    margin-top: 82px !important;
    margin-left: 32px;
}
.wrap{
    overflow-x: hidden;
    position: relative;
}
p{
    font-family: neusa_next_proregular;
    font-size: 18px;
    color: #666;
    line-height: 30px;
}



.menu > ul li ul{
    background-color:rgba(255,255,255,1);
}
.services_list_row{
    display: flex;
    flex-direction: row;
    column-gap: 25px;
}
.services_list_row>div{
    width: 50%;
}
.services_list_row:nth-child(2n + 1)>div{
    order: 5;
}
/*.services_list_row .services_list_image{*/
/*    width: calc(100% - 30px);*/
/*    height: 325px;*/
/*    background-size: contain;*/
/*    background-position: top center;*/
/*    background-repeat: no-repeat;*/
/*    margin-top: 20px;*/
/*}*/
.services_list_row .title *{
    font-family: "Merriweather" !important;
    font-weight: 300;
    font-size: 28px;
    color: #666;
    line-height: 35px;
}
.services_list_row .title .sep{
    width: 45px;
    height: 1px;
    background-color: #000;
    margin-bottom: 30px;
}
.services_list_row .content *{
    line-height: 26px;
}
.services_list_row .content a{
    color: #407F5B;
    text-decoration: none;
    float: right;
    font-family: neusa_next_proregular;
    font-weight: bold;
}
.services_list_row .content a:after{
    content: " »";
}

#header_main{
    width: 100%;
    height: 191px ;
}
#header_main>.inner{
    /*width: var(--content_wide_inner_width);*/
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    overflow: visible;
}
.top_menu_container{
    height: 191px;
    width: 100%;
}
.header_logo_white{
    width: 221px;
    height: 58px;
    background-image: url("../../../../images/top_logo_green.svg");
    background-size: contain;
    /*margin-left: 165px;*/
    margin-top: 75px;
    cursor: pointer;
    background-repeat: no-repeat;
}
.titlerow{
    width: 100%;
    background-color:#F2F2F2 ;
    height: 170px;
    display: table;
    background-image: url("../../../../images/bg_dots.svg");
    background-size: 85%;
    background-position: center center;
}
.titlerow .inner{
    width: var(--content_inner_width) ;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.titlerow h1{
    color: #044620;
    font-family: "Merriweather";
    text-align: center;
    display: inline-block;
    font-weight: 300;
    max-width: 720px;

}

.titlerow .sep{
    width: 45px;
    height: 1px;
    background-color: #000;
    margin: 0 auto;
    display: block;
}
#content{
    /*width: 100%;*/
    margin-top: 25px;
}
#content>.inner{
    width: var(--content_inner_width);
    margin: 0 auto;
}