h2{
    font-family: Merriweather;
    font-weight: 300;

}
h3{
    font-family: neusa_next_proregular;
    font-size: 36px;
    font-weight: 300;
    color: var(--color_dark_green);
    font-size: 26px;
}
a{
    color: inherit;
    text-decoration: none;
}
.content{
    font-family: neusa_next_proregular;
    font-size: 18px;
    line-height: 130%;
}
.sep{
    display: inline-block;
    width: 90px;
    height: 1px;
    background-color: #000;
}

#content .inner .button {
    background-color: #CFDCD3;
    color: var(--color_dark_green);
    font-size: 18px;
    text-align: center;
    display: inline-block;
    width: auto;
    min-width: 170px;
    position: relative;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin-top: 15px;
    /*height: 32px;*/
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 10px;
    cursor: pointer;
    transition: all 200ms ease-in-out;
    margin-top: 28px;
}
#content .inner .button:hover{
    background-color: var(--color_dark_green);
    color: #fff;
    transition: all 200ms ease-in-out;
}
#content .inner .button:hover .arrow{
    border-color: #fff;
    transition: all 200ms ease-in-out;
}
#content .inner .button>span:first-child {
    position: relative;
    font-family: neusa_next_proregular;
    font-size: 18px;
    display: inline-block;
    padding-left: 10px;
    padding-top: 3px;
}
#content .inner .button>span>span{
    margin-left: 8px;
}




.container h3, .content h3{
    font-family: Merriweather;
    font-weight: 300;
    font-size: 26px;
    color: #666;
    /*font-style: italic;*/
    margin-top: 35px;
    margin-bottom: 25px;
}

.content h3.cat_title{
    margin-top: 55px;
    font-style: italic;
}
.breadcrumb{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.breadcrumb li:not(:last-child):after{
    content: '»';
}
.content{
    font-family: neusa_next_proregular;
    font-weight: 300;
    line-height: 30px;
    font-size: 18px;
    color: #666;
}
.content h1{
    font-family: Merriweather;
    font-weight: 300;
    line-height: 130%;
}
.conditions_title{
    font-size: 26px;
    font-family: neusa_next_proregular;
}