/* html {
  scroll-behavior: smooth;
  scroll-padding-top: 45%;
} */

.slider__button a, .cta__button, .cta__button--icon, .featuredblock__button, button:not([class^=se__]):not([class^=redactor__]):not([class^=vjs-]):not([class^=redactor-]):not(.gallery-video-btn), input[type=button], input[type=reset], input[type=submit], .button {
    background-color: #F26822!important;
}
.wrap__footer {
    background: #41BA88;
}
.wrap__header .logo .logo__link.logo__left .logo__image {
    width: 100% !important;
    height: auto !important;
    padding: 20px 0;
}
.fullwidth-layout .wrap__form,
.wrap__form
 {
    background: #41BA88;
}

.dl i {
    color: #41BA88;
}
.horizontal .form form {
display: block;
}

.horizontal .form form .form__group {
width: 32%;
padding: 0 0 15px;
display: inline-block;
    margin: 0px 5px;
}

.horizontal .form form .form-input-comments {
    width: calc(96% + 20px);
}
hr, .clr {
    clear:both!important;
}

.feat4 i {
    color: #41BA88;
}

.btn-primary {
    color: #fff;
    background-color: #f26822;
    border-color: #f26822;
    border-radius: 50px;
}


/* TABLE CSS */
    table.zebra {
    border-collapse: collapse;
    width: 100%;
    margin: 0px 0px;
    font-size: 16px;
    }
    table.zebra th {
        background: #37BA88;
        color: #fff;
        padding: 10px 5px;
        text-align: center;
        border-right: 1px solid #37BA88;
        border-left: 1px solid #37BA88;
        letter-spacing: 1px;
        font-weight: bold;
        text-transform: uppercase;
    }
    table.zebra tr:nth-child(odd) {
        background-color: #fde4d0;
    }
    table.zebra tr {
        background: #fff;
    }
    table.zebra td {
    padding: 10px 5px;
    border-bottom: 1px solid #37BA88;
    vertical-align: middle;
    letter-spacing: 0.5px;
    text-align: center;
    border-left: 1px solid #37BA88;
    border-right: 1px solid #37BA88;
}

.fullwidth-layout h2 {
    font-size: 22px;
    color: #41ba88;
    font-weight: bold;
}
.fullwidth-layout h3 {
    font-size: 18px;
    color: #308c66;
    font-weight: bold;
}


@media(max-width: 1200px) {
.horizontal .form form .form__group, .horizontal .form form .form__group:first-child {
margin-left: 0px;
}
.horizontal .form form .form__group {
    width:100%;
}
}



/* FIXED CONTACT FORM  */
@media only screen and (min-width: 1200px){
.form form .contact-form-columns .form-input-comments {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    margin-top: 0;
    padding-left: 7px;
    width: 48%;
    display: flex;
    flex-direction: column;
}
}

h1, h2, h3, h4, h5, h6 {
    font-family: "open-sans", Arial, Helvetica, sans-serif;
    line-height: 1.5;
    margin: 10px 0 0 0;
}

.socialmedia__link:before {
    color: #308c66;
}