* {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
}

h1 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 800;
    color: #217950;
    text-transform: uppercase;
}

a {
    color: #217950;
    text-decoration: none;
    cursor: pointer;
}

a:hover,
a:focus {
    color: #217950;
}

a.no-link {
    color: #333;
}

a.no-link:hover,
a.no-link:focus {
    color: #333;
}

ul {
    background-color: #fff;
    list-style-type: none;
    list-style-position: outside;
    margin: 0;
    padding: 15px;
}

li {
    background: url(../img/list-bullet.png) left 3px no-repeat;
    padding-left: 34px;
}

li > img {
    vertical-align: bottom;
}

li + li {
    margin-top: 10px;
}

.btn {
    background-color: #217950;
    color: #fff;
}

.btn:hover,
.btn:focus {
    color: #fff;
}

.page-header {
    border-bottom: none;
}

.section {
    background: linear-gradient(90deg, rgba(34,122,80,1) 0%, rgba(193,254,224,1) 100%);
    padding: 5px 15px;
}

.section + .section {
    margin-top: 30px;
}

.section__heading {
    text-transform: uppercase;
    color: #fff;
    margin-left: 41px;
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    padding: 0;
    margin: 5px 0 5px 49px;
}

.messages {
    margin-bottom: 30px;
}

.form {
    margin-top: 30px;
}

.form__heading {
    font-size: 24px;
    line-height: 32px;
    font-weight: 800;
    color: #217950;
    text-transform: uppercase;
}

.form__mandatory {
    color: #a94442;
}

.form__honeypot {
    display: none;
}

.footer {
    margin-top: 30px;
    padding-bottom: 50px;
}

.contact__small {
    font-weight: 300;
}

@media screen and (max-width: 767px) {
    .contact {
        margin-top: 15px;
    }

    .logo {
        margin-top: 15px;
        float: left;
    }
}

@media screen and (min-width: 768px) {
    .contact-form {
        float: left;
    }
    
    .contact {
        float: left;
        margin-left: 15px;
    }
    
    .logo {
        float: right;
    } 
}

@media screen and (min-width: 992px) {
    .contact {
        margin-left: 90px;
    }   
}