.container-full-width {
    width: 100%;
}

.block-content.child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


button.white {
    display: inline-block;
    font-family: "Avenir LT W01_65 Medium1475532" !important;
    font-size: 13px;
    text-transform: uppercase;
    border: 1px solid #000;
    font-weight: 600;
    color: #000 !important;
    width: 170px;
    height: 45px;
    line-height: 45px;
    padding: 0px !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color:#fff;
    outline: none;
}

button.dark {
    display: inline-block;
    font-family: "Avenir LT W01_55 Roman1475520" !important;
    font-size: 13px;
    text-transform: uppercase;
    border: 0px;
    background-color: #3e5d58;
    font-weight: 600;
    color: #fff !important;
    width: 170px;
    height: 45px;
    line-height: 45px;
    padding: 0px !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
button.simple-link.green{
    background: none;
    border: none;
    outline: none;
    padding: 0;
}

button.simple-link.green:hover {
    opacity: .7;
}