﻿/* Move down content because we have a fixed navbar that is 50px tall */
.faqAnswer {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding-left:10px;
}

.field350 {
    width: 50%;
    margin-bottom: 1%;
    height: 35px;
}

.field750 {
    width: 100%;
    margin-bottom: 1%;
    height: 30px;
}

.lblCol {
    width: 20%;
    display: inline-block;
}

.valueCol {
    width: 75%;
    display: inline-block;
}

.submitBtn {
    color: white;
    background-color: blue;
    height: 35px;
    width: 20%;
    margin-top: 1%;
}


.link {
    color: blue;
    text-decoration: underline;
}

label {
    width: 100%;
}

label, .field350, .field750, .link, p, #ddLanguage {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
}

h1, .bold {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: 800;
}

img {
    width: 190px;
    height: 75px;
}

.popup {
    margin: auto;
    width: 50%;
    border: 3px solid green;
    padding: 10px;
    z-index: 999;
    color: red;
}

.dataArea {
    min-height: 650px;
}

.footer-menu {
    border-top: 6px solid #999;
    border-bottom: 1px solid #ccc;
    font-size: 11.5px;
    float: left;
    padding: 5px 0;
    width: 100%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

    #footer-holder ul, .footer-menu ul {
        list-style: none;
    }

        #footer-holder ul a, .footer-menu ul a {
            color: #a2a2a2;
        }

a:hover {
    color: red !important;
}

#footer-holder ul li, .footer-menu ul li {
    display: inline-block;
    padding: 0 3.5px;
}

#footer-holder {
    position: relative;
}

.footer {
    padding: 10px 0;
    color: #a2a2a2;
    font-size: 11px;
    clear: both;
}

    .footer label {
        font-weight: bold;
        padding-left: 4px;
        text-transform: uppercase;
    }

.bold {
    font-weight: bold;
}

.inlineblock {
    display: inline-block;
    vertical-align: top;
}

.trademark {
    line-height: 18px;
}

    .trademark .inlineblock {
        text-align: center;
        display: block;
    }

.footerLinks {
    font-size: 12px;
    letter-spacing: 0.05px;
}

/*img {
    width: 20%;
    height: 10%;
}*/
@media (max-width: 600px) {
    .field350 {
        width: 100%;
    }

    .lblCol {
        display: block;
        width: 100%;
    }

    .valueCol {
        display: block;
        width: 100%;
    }
}


/*///////////////////////// Static values//////////////////////////*/

/*.field350 {
    width: 350px;
    height: 62px;
    margin-bottom: 16px;
}
.field750 {
    width: 750px;
    height: 62px;
    margin-bottom: 16px;
}

.lblCol {
    width: 240px;
    height: 62px;
    display: inline-block;
}
.valueCol {
    width: 750px;
    height: 62px;
}

.submitBtn {
    color: white;
    background-color: blue;
    height: 62px;
    width: 240px;
}

.link {
    color: blue;
    text-decoration: underline;
}

label {
    width: 100%;
    height: 62px;
}


label, .field350, .field750, .link, p {
    font-family: 'robotoregular';
    font-weight: 400;
}

h1 {
    font-family: 'robotoregular';
    font-weight: 800;
}

img {
    width: 240px;
    height: 110px;
}*/

/*///////////////////////////////////////////////////*/

/*.field350 {
    width: 50%;
    margin-bottom: 5px;
}

.field750 {
    width: 100%;
    margin-bottom: 5px;
}

.lblCol {
    width: 20%;
}

.valueCol {
    width: 80%;
}

.submitBtn {
    color: white;
    background-color: blue;
    height: 35px;
    width: 150px;
}

.submitBtn {
    color: white;
    background-color: blue;
    height: 35px;
    width: 150px;
}

.link {
    color: blue;
    text-decoration: underline;
}

label {
    width: 100%;
}

label, .field350, .field750, .link, p {
    font-family: 'robotoregular';
    font-weight: 400;
}

h1 {
    font-family: 'robotoregular';
    font-weight: 800;
}

img {
    max-width: 280px;
    max-height: 130px;
}*/
