body, table, td, b, strong, i, em, p, div, span, form, input, select, textarea, h1, h2, h3, h4 {
    font-family: 'Rubik';
    font-size: 16px;
    color: black;

}


body {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0;
    background-color: #ffffff;
}

a {
    color: #003566;
    font-weight: bold;
    text-decoration:none;
}


.bg {    
    margin-top:75px;
    background-image: url('../images/fortcollins-cropped.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}   

.content {
    position: relative;
    z-index: 2;
    /*width: 400px;*/
    margin: 50px auto;
/*    padding: 50px 0px 20px 0px;*/
    /*background: white;*/
    /*-moz-box-shadow: 0 0 20px black;
    -webkit-box-shadow: 0 0 20px black;
    box-shadow: 0 0 20px black;*/
}

.content-spacer {
    padding-top: 50px;
    clear: both;
}

.header {
    border-bottom: solid 3px #61777F;
    background-color: #003566;
    display: block;
    height: 80px;
}

.header, .header-logo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    z-index: 3;
}

.header-logo {
    width:150px;
    z-index: 4;
    padding: 5px 0px 0px 5px;
}

.header-link {
    font-size:20px;
    color:#ffffff;
    text-decoration:none;
    padding-right:20px;
}

.header-spacer {
    width: 150px;
}

.contactimg {
    float: left;
    padding-right: 10px;
}


@media screen and (max-width: 750px) {
    .imglogo {
        width: 75px;
        height: auto;
    }

    .contactimg {
        float: none;
        display: block;
    }


    .header-link {
        font-size: 16px;
        display:block;
    }

    .header-spacer {
        width: 75px;
    }

}

.main-form-element {
    width: 48%;
    float: left;
    margin-right: 10px;
}

.main-form-element-100 {
    width: 96%;
    margin-right: 10px;
    background-color:#fff;
}

@media screen and (max-width: 750px) {
    .main-form-element {
        display: block;
        width: 100%;
    }
}



input[type=text], select, textarea {
    width: 100%;
    /*max-width:350px;*/
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type=submit], input[type=button], button {
    /*width: 100%;*/
    /*background-color: #003566;*/
    /*color: white;*/
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

    input[type=submit]:hover {
        /*background-color: #45a049;*/
    }

.title, .subtitle {
    font-size: 40px;
    color: #fff;
    text-shadow: 2px 2px 2px #000;
}

.subtitle {
    font-size: 30px;
    border-bottom: solid 2px #61777F;
}


.subheader {
    display: block;
    background-color: #003566;
    text-align: center;
}

.content-area{
    background-color:#fff;
    width:75%;
    text-align:left;
}


#modalSuccessMsg {
    font-size: 16px;
}

.footer-text {
    font-size: 12px;
}

