
body {
    margin: 0;
    background-color: #ffffff;
    font-family: 'Source Sans Pro', arial, helvetica, sans-serif;
    color: #333333;
}
h1 {
    font-size: 2.25rem;
    font-family: 'Source Sans Pro', arial, helvetica, sans-serif;
    font-weight: 700;
    line-height: 42px;
    margin: 0px 0px 0px 0px;
    padding: 0;
 color: #222222;
 text-align: left;
}
h2 {
    font-size: 18px;
    font-family: 'Source Sans Pro', arial, helvetica, sans-serif;
    font-weight: 700;
    line-height: 20px;
    margin: 0px 0px 20px 0px;
    padding: 0;
 color: #222222;
}
h3 {
    font-size: 18px;
    font-family: 'Source Sans Pro', arial, helvetica, sans-serif;
    font-weight: 400;
    line-height: 20px;
    margin: 0px 0px 0px 0px;
    padding: 0;
 padding-bottom: 10px;
 color: #222222;
}
h4 {
 font-size: 14px;
    font-family: 'Source Sans Pro', arial, helvetica, sans-serif;
    font-weight: 400;
    line-height: 20px;
 font-style: italic;
    margin: 0px 0px 0px 0px;
    padding: 0;
 color: #222222;
}
div.header {
    background-color: #ffffff;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    height: 80px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #d2d2d2;
}
div.right {
 float: right;
}
img.logo {
    display: block;
    margin-left: auto;
    margin-right:auto;
    width: 125px;
    padding-top: 25px;
    padding-bottom: 20px;
}
div.container {
  background-color: #ffffff;
    width: 780px;
    position: relative;
    margin: 0px;
 border-radius: 16px;
}
#container {
    width: 780px;
    position: relative;
    margin: 0px;
 border-radius: 16px;
}
#containersmall {
    width: 250px;
    position: relative;
    margin: 0px auto 0px auto;
    padding-right:10px;
 padding-left:10px;
}
p {
    font-size: 18px;
    font-family: 'Source Sans Pro', arial, helvetica, sans-serif;
    font-weight: 400;
    color: #5b5b5b;
    line-height: 22px;
    padding: 0;
}
p.link {
 color: #002371 !important;
 text-decoration: none !important;
}
.inputRow {
    margin-bottom: 20px;
}
.userinfo {
    font-family: 'Source Sans Pro', arial, helvetica, sans-serif;
 font-size: 18px;
    line-height: 18px;
    padding: 0;
    margin: 8px 0px;
}
#container input[type=text], input[type=email] {
    width: 300px !important;
    font-family: 'Source Sans Pro', arial, helvetica, sans-serif;
    font-size: 14px;
    color: #222222;
    padding: 8px;
    border: 2px solid #c5c5c5;
    border-radius: 4px;
    height: 40px !important;
    box-sizing: border-box;
    -webkit-appearance: none;
}
#container input[type=email] {
    width: 300px !important;
 border: 2px solid #c5c5c5;
    border-radius: 4px;
 height: 40px !important;
}
form {
    margin: 0;
    padding: 0;
    width: 100%;
}
label {
 font-family: 'Source Sans Pro', arial, helvetica, sans-serif !important;
 font-size: 18px !important;
 color: #222222;
}
button {
 font-family: 'Source Sans Pro', arial, helvetica, sans-serif !important;
 font-size: 18px !important;
 padding: 10px 50px !important;
 color: #CA0020;
 border-radius: 4px !important;
 margin-top: 20px;
 float: left !important;
}
/* The container */
.option {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 14px;
    line-height: 5px;
    -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: -12px;
    left: 0px;
    height: 20px;
    width: 20px;
    background-color: #ffffff;
    border: 2px solid #c5c5c5;
    border-radius: 4px;
 margin: 10px 5px 0px 0px;
}
/* On mouse-over, add a blue border color */
.option:hover input ~ .checkmark {
    border: 2px solid #2a6fcf;
}
/* When the checkbox is checked, add a gray border */
.option input:checked ~ .checkmark {
    border: 2px solid #c5c5c5;
}
/* 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: 2px;
    width: 5px;
    height: 12px;
    border: solid #ca0020;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg);
}
.show {
    display:none;
    overflow:hidden;
}
@media only screen and (max-width: 780px) {
body {
}
div.header {
    height: 60px;
}
img.logo {
    width: 100px;
    padding-bottom:18px;
    padding-top:18px;
}
div.head {
    text-align: center;
    padding:10px 20px;
}
#container {
    width: 100%;
    margin-top: 0px;
    padding: 0px;
    box-sizing: border-box;
}
.pad20 {
    padding-left: 0px;
    padding-right: 0px;
}
#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%;
}
.hide {
    display: none;
}
.show {
    display:inline-block;
}
#container input[type=text], input[type=email] {
    margin-bottom: 15px;
 width: 100% !important;
}
#container input[type=email] {
    margin-bottom: 15px;
 width: 100% !important;
}
#containersmall {
    width:100% !important;
    min-width:100% !important;
    margin-bottom: 10px;
 display: block !important;
}
.inputRow {
    margin-bottom: 0px;
}
.optionsBox {
    padding: 10px 20px;
    margin-bottom:0px;
}
button {
    margin: 20px;
 float: none !important;
}
}
@media only screen and (max-width: 500px) {
body {
}
.mobpad20 {
 padding-left: 5px !important;
 padding-right: 5px !important;
}
}