html {
    height: 100%;
}
.leadgeneration {
    width: 100%;
    min-width: auto;
    text-align: center;
    font-family: "Helvetica Neue", sans-serif;
}
.wrapper {
    width: 90%;
    max-width: 1410px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
}
img {
    max-width: 100%;
}
h1 {
    padding-top: 100px;
    font-size: 46px;
}
h2 {
    font-size: 28px;
    line-height: 34px;
    font-weight: normal;
    padding: 25px 0;
}
.logo {    
    max-width: 275px;
    display: block;
    margin: 30px auto 0;
}
.headline {
    font-weight: bold;
    padding: 15px;
    font-size: 22px;
    line-height: 28px;
    border-top: 2px solid #569619;
    border-bottom: 2px solid #569619;
}
.wrapper ul {
    list-style: initial;
    text-align: left;
    width: 66%;
    margin: 0 auto;
    padding: 25px 0;
    font-size: 18px;
}
.wrapper li {
    line-height: 26px;
}
.country {
    text-transform: uppercase;
}
.left p {
    line-height: 26px;
    font-size: 20px;
    margin-top: 25px;
}
.left p span {
    font-weight: bold;
    white-space: nowrap;
}
.left p span a {
    color: #838282;
}
.left ul span {
    display: block;
}
.country p {
    margin: 0;
    display: inline-block;
    position: relative;
    bottom: 6px;
}

@media only screen and (min-width: 1200px) {
    h2 {    
        margin-bottom: 25px;
        font-size: 24px;
    }
    .left {
        text-align: left;
    }
    .right {
        float: right;
        width: 39%;
        padding-left: 3.5%;
        border-left: 2px solid #569619;
    }
    .left {
        float: left;
        width: 54%;
    }
    .wrapper ul {
        margin: 0 0 0 25px;
        width: auto;
    }
    .left ul span {
         display: inline; 
    }
}
.leadgeneration {
    background-color: #FFF;
    color: #838282;
}
.logo {    
    max-width: 100%;
}
h1 {
    font-weight: 200;
    text-transform: uppercase;
}
.headline {
    border-color: #E6D65F;
    font-weight: normal;
    font-style: italic;
}
.country p {
    font-weight: normal;
}
@media only screen and (min-width: 1200px) {
    .right {
        border: none;
        padding: 0;
    }
    .left {
        padding-right: 3.5%;
        border-right: 2px solid #E6D65F;
    }
}