body {
    margin: 0px 0px 100px 0px;
    background-color: #ffffff;
    font-family: 'Open Sans', arial, helvetica, sans-serif;
    color: #151516;
}

a:visited, a:active, a:link {
color: #0968c3;
}

a:hover {
color:#064785;
}

h1 {
    font-size: 36px;
    line-height: 45px;
    margin: 0px 0px 30px 0px;
    padding: 0;
  color:#222222;
}
h2 {
    font-size: 25px;
    line-height: 30px;
    margin: 0px 0px 0px 0px;
    padding: 0;
 color:#222222;
}
#container {
    width: 780px;
    position: relative;
    margin: 148px auto 0px auto;
}
p {
    font-size: 17px;
    line-height: 28px;
    padding: 0;
    margin: 0px 0px 30px 0px;
 color:#222222;
}
.inputRow {
    margin-bottom: 20px;
}
label {
    font-size: 1em;
    line-height: 1.4;
    padding: 0;
    margin: 8px 0px;
}
#footer {
    background-color: #1f2021;
    width: 100%;
    position: relative;
    padding: 40px 0px;
    margin-top: 100px;
}
#footer div {
    width: 780px;
    position: relative;
    margin: auto;
    color: #ebebeb;
    font-size: 12px;
}
#footer a {
    color: #ebebeb;
}
#container input[type=text] {
    width: 370px;
    font-family: 'Open Sans', arial, helvetica, sans-serif;
    font-size: 14px;
    padding: 8px;
    border: 1px solid #adb4b7;
    height: 38px;
    box-sizing: border-box;
    -webkit-appearance: none;
}
select[name^=select] {
    width: 370px;
    font-family: 'Open Sans', arial, helvetica, sans-serif;
    font-size: 14px;
    padding: 7px 8px;
    border: 1px solid #adb4b7;
    box-sizing: border-box;
    margin-top: 5px;
    background-image: url('');
    -webkit-appearance: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 98% center;
    height: 38px;
}
#container input[type=button], #container input[type=submit] {
    font-family: 'Open Sans', arial, helvetica, sans-serif;
    font-size: 14px;
    padding: 17px 30px;
    background-color: #064785;
    color: #ffffff;
    font-weight: bold;
    border: 0;
 border-radius: 10px
}
form {
    margin: 0;
    padding: 0;
    width: 100%;
}
/* The container */
.option {
    display: block;
    position: relative;
    padding-left: 50px;
    margin-bottom: 30px;
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.option:last-child {
    margin-bottom: 15px;
}
/* Hide the browser's default checkbox */
.option input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 10px;
    height: 22px;
    width: 22px;
    background-color: #ffffff;
    border: 1px solid #adb4b7;
}
/* On mouse-over, add a grey background color */
.option:hover input ~ .checkmark {
    background-color: #f5f6f6;
}
/* When the checkbox is checked, add a blue background */
.option input:checked ~ .checkmark {
    background-color: #ffffff;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */
.option input:checked ~ .checkmark:after {
    display: block;
}
/* Style the checkmark/indicator */
.option .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #151516;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.option strong {
    font-size: 20px;
    line-height: 20px;
}
input[type=text], textarea, select {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    padding: 3px 0px 3px 3px;
    margin: 5px 1px 3px 0px;
    border: 1px solid #ADB4B7;
}
input[type=text]:focus, textarea:focus, select:focus {
    box-shadow: 0 0 5px rgba(173, 180, 183, 1);
    margin: 5px 1px 3px 0px;
    border: 1px solid rgba(173, 180, 183, 1);
}
ul, li {
    margin: 0px 0px 0px 10px;
    padding: 0px;
    display: inline-block;
    list-style-type: none;
}
.optionsBox {
    padding: 35px 60px 30px 30px;
}

@media only screen and (max-width: 600px) {
body {
}
#container {
    width: 100%;
    margin: 220px 0px 20px 0px;
    padding: 0px 20px;
    box-sizing: border-box;
}
.blueBar {
height:170px !important;
}
h1 {
    margin: 0px 0px 30px 0px;
}
.pad20 {
    padding-left: 20px;
    padding-right: 20px;
}
.padTopBot10 {
    padding-top: 10px;
    padding-bottom: 10px;
}
#footer {
    padding-left: 20px;
    padding-right: 20px;
    width: 100% !important;
    box-sizing: border-box;
    margin-top: 60px;
}
#footer div {
    text-align: left !important;
    box-sizing: border-box;
    width: 100%;
}
.floatLeft {
    float: left;
    width: 100% !important;
    text-align: left;
}
.hide {
    display: none;
}
#container input[type=text], select[name^=select] {
    width: 100%;
    min-width: 100%;
    margin-bottom: 15px;
}
.inputRow {
    margin-bottom: 0px;
}
.optionsBox {
    padding: 35px 30px 30px 15px;
}
.optionBox {
    padding: 0px 0px 0px 0px;
    margin-left: 30px;
    margin-right: 0px;
}
.optionBox .option {
    margin-left: -15px;
    margin-right: 0px;
}
#container input[type=button] {
    width: 100%;
}
ul:first-child, li:first-child {
    padding-left: 0px;
    margin-left: 0px;
}
}
