.call-to-action{
    width: 100%;
    color: #6C6B6B;
    font-family: 'Lato', sans-serif;
    text-align: center;
    margin: 0 0 30px 0;
    background-image: url('../images/woman-on-computer.jpg');
    background-size: cover;
    height: 275px;
}

@media screen and (min-width: 768px){
    .call-to-action{
        display: none;
    }
}

.call-to-action-text{
    background-color: #f9f9f9;
    padding: 5px 0;
}

.call-to-action-lg h3{
    font-weight: 400;
    font-size: 20px;
}

.call-to-action-lg h4{
    font-weight: 300;
    color: #a9a9a9;
}

.contact-form{
    background-color: #fff;
    padding: 10px;
    border: solid thin silver;
    height: 100%;
}

.form-respond{
    margin-top: -10px;
}

.form-respond h1{
    font-size: 1.5em;
    margin: 15px 0;
}

.top-header {
    width: 100%;
    border-bottom: solid 2px silver;
    background-color: #fff;
    min-height: 85px;
}

.logo-lg{
    padding: 10px 0;
}

.call-to-action-lg {
    text-align: center;
    margin: 10px auto;
}

.call-to-action-lg h3{
    margin: 0 0 5px;
}

.call-to-action-lg h4{
    margin: 0;
}

@media screen and (min-width: 768px){
    .content-wrap {
        display: flex;
    }

    .contact-form{
        background-color: rgba(255,255,255,.9);
        border-radius: 0;
        border: none;
        font-family: 'Lato', sans-serif;
    }

    .form-respond{
        margin-top: -30px;
    }

    .container-lg{
        width: 700px;
        position: relative;
        top: 125px;
        margin-bottom: 125px;
    }

    .content-wrapper-1,
    .content-wrapper-2{
        width: 50%;
    }

    .call-to-action-lg,
    .logo-lg{
        display: inline-block;
        background-color: #fff;
        font-family: 'Lato', sans-serif;
        text-align: center;
        width: 49%;
        padding: 15px 0;
        vertical-align: middle;
    }

    .right-border{
        border-right: solid 1px silver;
    }

    .contact-form form{
        padding: 0 15px;
    }

}

input{
    padding: 10px 10px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    width: 100%;
}

.input-wrapper{
    margin: 0 0 15px 0;
}

.host-wrapper{
    width: 125px;
    height: 125px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 15px auto 0 auto;
}

.host-info h3,
.host-info h5{
    font-family: 'Lato', sans-serif;
    text-align: center;
}

.host-info h3{
    font-weight: 700;
    margin: 5px 0 5px 0;
}

.host-info h5{
    font-weight: 400;
    margin: 5px 0 5px 0;
}

.host-border{
    height: 1px;
    width: 90%;
    background-color: gray;
    margin: 20px auto 10px;
}

.host-phone,
.host-email{
    display: inline-block;
    height: 25px;
    width: 25px;
    border-radius: 50px;
    background-color: silver;
    text-align: center;
    padding: 6px;
    font-size: 12px;
    margin: 10px 5px 0 10px;
}

.phone-number{
    display: inline-block;
}

.phone-number,
.email{
    font-size: 12px;
    height: 40px;
    line-height: 45px;
}

.disclaimer{
    width: 100%;
    padding: 20px 18px 18px 18px;
    float: left;
    background-color: rgba(255,255,255,.9);
    border-top: solid 1px silver;
}

.disclaimer p{
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    text-align: center;
}

.ehl-logo{
    width: 150px;
    height: 150px;
    margin: 0 auto 10px;
    background-size: contain;
    background-repeat: no-repeat;
}

.privacy-policy{
    text-align: center;
    margin: 10px 0 0 0;
}

.host-branding{
    background-image: url('../images/te-logo.png');
    padding-bottom: 65px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 15px;
}

@media screen and (min-width: 768px){
    .host-info h3,
    .host-info h5{
        font-family: 'Lato', sans-serif;
        text-align: center;
    }

    .host-info h3{
        font-weight: 700;
        margin: 5px 0 5px 0;
    }

    .host-info h5{
        font-weight: 400;
        margin: 5px 0 5px 0;
    }

    .host-border{
        height: 1px;
        width: 90%;
        background-color: gray;
        margin: 20px auto 10px;
    }

    .host-phone,
    .host-email{
        display: inline-block;
        height: 35px;
        width: 35px;
        border-radius: 50px;
        background-color: silver;
        text-align: center;
        padding: 8px;
        font-size: 15px;
        margin: 10px 5px 0 15px;
    }

    .phone-number{
        display: inline-block;
        width: 245px;
    }

    .phone-number,
    .email {
        line-height: 55px;
    }
}

@media screen and (min-width: 1024px){
    .container-lg{
        width: 800px;
    }

    .phone-number{
        width: 300px;
    }
}

.btn-submit{
    background-color: #6C6B6B;
    color: white;
    border: none;
    border-radius: 5px;
    margin: 0 0 15px 0;
    transition: background-color .3s ease-out;
}

.btn-submit:hover{
    background-color: #525252;
}
.global-copyright{
    background-color:rgba(255,255,255,0.7);
    position:fixed;
    bottom:0;
}