a {
    color: #3f4043;
}

body {
    background-color: #EEEEEE;
    margin: 0;
    padding: 0;
    font-family: solitaire-mvb-pro, sans-serif !important;
}

.ovd-nav-container {
    background-color: #ffffff;
    margin: 0 auto;
    width: 100%;
    border-bottom: 1px solid #c4c6cb;
    padding: 15px 16px;
}

.ovdnav {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.ovdnav img {
    display: inline-block;
    float: left;
    margin-left: 0px;
    margin-right: 20px;
    margin-top: -10px;
    padding: 0;
    width: 100px;
}

.navitems li {
    list-style: none;
    float: left;
}

.navitems li a {
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4444;
    color: #3f4043;
    letter-spacing: .5px;
    padding: 15px 15px 0 15px;
}

.navitems li a:hover {
    color: #123b56;
}


.ovdphone {
    margin-top: 30px;
    margin-left: 100px;
    width: 280px;
    float: left;

}

.ovdphone img {
    width: 280px;
}

.newslettertext {
    width: 300px;
    float: left;
    margin-left: 60px;
    margin-top: 30px;
    color: #3f4043;
}

.newslettertext h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.25;
    margin: 0;
    padding-bottom: 10px;
    font-family: solitaire-mvb-pro, sans-serif !important;
    color: #3f4043 !important;
}

.newslettertext p {
    font-size: 16px;
    margin: 0;
    padding-bottom: 15px;
}

.maincontainer {
    margin: 0 auto;
    width: 750px;
}

.questionlabel {
    padding-bottom: 10px !important;
}

.drg-field-address-normal {
    margin: 0 !important;
}

#pd29 input,
#pd30 input,
#pd31 input,
#pd32 input {
    margin-left: 0 !important;
    width: 18px;
    height: 18px;
}

.labeleditor strong {
    font-size: 17px;
}

.labelcopy {
    font-size: 15px;
}

.labeleditor {
    float: left;
    margin-top: -27px;
    margin-left: 27px;
}

#submitOVNL input {
    font-family: 'solitaire-mvb-pro' !important;
    font-size: 16px !important;
    background: #00a1dc;
    color: #ffffff !important;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: none !important;
    border: none;
    border-radius: 4px;
    padding: 12px 27px;
    transition: all .2s;
    margin-top: 12px;
    -webkit-appearance: none;
}


#submitOVNL input:hover {
    background: #3f4043;
}

.subscriptioninfo .drg-field-address-normal {
    padding: 15px;
    border-radius: 4px;
    font-size: 18px;
    color: #37383B;
}



.container .sixteen.columns {
    max-width: 940px !important;
}

#submitbtn>input[type=submit] {
    visibility: hidden;
}

.thankyou {
    font-weight: bold;
    font-size: 18px !important;
}

@media screen and (max-width: 650px) {
    .ovdnav {
        width: 300px;
    }

    .ovdnav img {
        margin-top: 0px;
    }


    .navitems {
        display: none;
    }

    .ovdphone {
        display: none;
    }

    .newslettertext {
        /* width:67%; */
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    .newslettertext * {
        max-width: 100%;
    }

    .maincontainer {
        width: 100%;
    }

    .container {
        width: 100%;

    }
    .container .sixteen.columns {
        width: 100%;
    }

}
