﻿body {
    padding-top: 50px;
    padding-bottom: 50px;
}



/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input, select, textarea {
    max-width: 280px;
   
}

.required:after {
    content: '*';
    color: red;
    display: inline-block;
    font-size: 16px
}

.privacy {
    width: 940px;
    float: left;
    background: #cccccc;
    padding: 20px;
    position: relative;
    display: block;
    margin: 0 auto;
    font-size: 16px;
}

.btnSubmit {
    float: left;
    background: #00539b;
    color: white;
    padding: 10px 20px 10px 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border: 1px solid #ddd;
}
form {
    font-size: 1.5em;
    width: 940px;
    display: block;
    background: white;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    margin: 0 auto;
    padding: 0px;
}

label {
    font-weight: 500 !important;
    font-size: 1em !important;
    
}

body {
    font-size: 1em;
    font: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333;
    line-height: 1.4em;
    background: #d8d8d8;
    padding-left: 15px;
    padding-right: 15px;
    
}

h1 {
    font-size: 1em;
    line-height: 1em;
    margin-top: 3px;
    font-weight: 500 !important;
}


h2 {
    color: #2993d1;
    font-size: 1em;
    line-height: 1em;
    margin-top: 3px;
}


h2b {    
    font-size: 1em;
    line-height: 1em;
    margin-top: 3px;
}

h3 {
    color: #2993d1;
    font-size: 2em;
    line-height: 1em;
    margin-top: 3px;
}


h3b {  
    font-size: 2em;
    line-height: 1em;
    margin-top: 3px;
}

h4 {
    color: #2993d1;
    font-size: 2.5em;
    line-height: 1em;
    margin-top: 3px;
}


h4b {
   
    font-size: 2em;
    line-height: 1.5em;
    margin-top: 3px;
}


h5 {
    color: #2993d1;
    font-size: 2.5em;
    line-height: 1em;
    margin-top: 3px;
}

