body {
  font-family: 'Source Sans Pro',sans-serif;
  margin: 0;
  min-width: 1200px;
}
.site-960 {
  margin: 0 auto;
  width: 960px;
}
#header {
  background-color: #FFFFFF;
  box-shadow: 0 0 10px #111111;
  overflow: hidden;
  position: relative;
  width: 100%;
}
#header img {
  float: left;
  margin: 15px 0;
}
#header h1 {
  color: #0452A0;
  float: right;
  font-size: 20px;
  margin: 25px 0 0;
  width: 680px;
}
#yestext {
  background-image: url("./images/icon-yes.png");
  background-repeat: no-repeat;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  height: 88px;
  text-indent: -9999px;
  width: 247px;
}
#smalltext {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  font-size: 16px;
  margin: 0 0 0 20px;
  vertical-align: bottom;
  width: 330px;
}
#content {
  background-image: url("./images/bg-landing-full.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  color: #FFFFFF;
  height: 967px;
  margin: 0 auto;
  min-width: 960px;
  overflow: hidden;
  text-shadow: 0 1px 3px #333333;
  width: 100%;
}
#footer {
  box-shadow: 0 0 5px #333333;
  overflow: hidden;
}
#footer img {
  float: left;
  height: auto;
  margin: 10px 0;
  width: 140px;
}
#copyright {
  color: #273A7C;
  float: right;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 10px 0;
  text-transform: uppercase;
}
#column-1 {
  float: left;
  width: 540px;
  padding: 40px 0 0;
}
#column-2 {
  float: left;
  padding: 40px 0 0;
  width: 410px;
}
#step1 {
  background-image: url("./images/icon-step1.png");
  background-repeat: no-repeat;
  letter-spacing: 0.025em;
  margin: 10px 0;
  padding: 55px 0 0 55px;
  text-transform: uppercase;
}
#step2 {
  background-image: url("./images/icon-step2.png");
  background-repeat: no-repeat;
  margin: 10px 0;
  padding: 55px 0 0 55px;
}
.steptext-1 {
  display: block;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
}
.steptext-2 {
  display: block;
  font-size: 38px;
  line-height: 1;
}
#step2 .steptext-2 {
  width: 420px;
}
.infusion-field {
  overflow: hidden;
}
.infusion-field label {
  display: none;
}
.infusion-field .infusion-option label {
  display: inline;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.infusion-field input[type="text"] {
  border: medium none;
  box-shadow: 0 1px 3px #333333;
  color: #1163A3;
  display: block;
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 10px;
  padding: 18px 10px;
  width: 370px;
}
.infusion-field #inf_field_FirstName,
.infusion-field #inf_field_LastName,
.infusion-field #inf_field_State,
.infusion-field #inf_field_PostalCode {
  float: left;
  width: 170px;
}
.infusion-field #inf_field_PostalCode,
.infusion-field #inf_field_LastName {
  margin: 0 0 0 8px;
}
#interestedin {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 10px;
  text-transform: uppercase;
  width: 120px;
}

#checkcolumn-1 {
  float: left;
  width: 130px;
}
#checkcolumn-2 {
  float: left;
  width: 200px;
}
.infusion-field .infusion-option {
  display: block;
  margin: 0 0 3px;
}
#content ul {
  list-style: none outside none;
  margin: 0 0 0 45px;
  padding: 0;
}
#content ul li {
  background-image: url("./images/icon-list.png");
  background-position: 0 5px;
  background-repeat: no-repeat;
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 8px;
  padding: 0 0 0 25px;
}
#comptopics {
  font-size: 22px;
  line-height: 1;
}
.infusion-submit input[type="submit"] {
  background-image: linear-gradient(#B5D62A, #83BA1D);
  background-image: -moz-linear-gradient(#B5D62A, #83BA1D);
  background-image: -webkit-linear-gradient(#B5D62A, #83BA1D);
  border: medium none;
  box-shadow: 0 0 5px #333333;
  color: #FFFFFF;
  cursor: pointer;
  font-family: 'Source Sans Pro',sans-serif;
  font-size: 26px;
  font-weight: 700;
  margin: 10px 0 0;
  padding: 15px 0;
  text-shadow: 0 1px 1px #333333;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  width: 390px;
}
.infusion-submit input[type="submit"]:hover {
  transform: scale(0.98);
}
#content .site-960 {
  overflow: hidden;
  position: relative;
}
#attendeeoffer {
  background-image: url("./images/bg-attendee.png");
  background-repeat: no-repeat;
  font-size: 19px;
  font-weight: 600;
  left: 0;
  letter-spacing: 0.05em;
  margin: 0 0 0 5px;
  padding: 0 0 0 5px;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  width: 561px;
}

@media all and ( max-width: 600px ) {
body {
  min-width: 480px;
}
.site-960 {
  padding: 0 10%;
  width: auto;
}
#header {
  text-align: center;
}
#header img {
  display: inline-block;
  float: none;
  height: auto;
  margin: 15px 0;
  width: 25%;
}
#header h1 {
  display: inline-block;
  float: none;
  margin: 10px 0;
  vertical-align: bottom;
  width: 73%;
}
#yestext {
  background-size: contain;
  height: 50px;
  width: 20%;
}
#smalltext {
  font-size: 12px;
  margin: 0 0 0 2%;
  vertical-align: middle;
  width: 75%;
}
#content {
  background-color: #1160A2;
  background-image: linear-gradient(#1160A2, #07325F);
  background-image: -moz-linear-gradient(#1160A2, #07325F);
  background-image: -webkit-linear-gradient(#1160A2, #07325F);
  height: auto;
}
#column-1 {
  display: block;
  float: none;
  width: auto;
}
#column-2 {
  display: block;
  float: none;
  padding: 20px 0;
  text-align: center;
  width: auto;
}
#content {
  background-image: linear-gradient(#1160A2, #07325F);
  min-height: 0;
  min-width: 0;
}
#content ul {
  margin: 0 0 0 1%;
}
#content ul li {
  font-size: 14px;
  font-weight: 400;
}
#step1 {
  min-height: 90px;
  padding: 0 0 0 85px;
}
#step2 {
  min-height: 78px;
  padding: 0 0 0 85px;
}
.steptext-1 {
  font-size: 18px;
  width: auto;
}
.steptext-2 {
  font-size: 26px;
  width: auto !important;
}
.infusion-field {
  display: block;
}
.infusion-field input[type="text"] {
  font-size: 14px;
  margin: 0 auto 10px;
  padding: 10px 1%;
  width: 90%;
}
.infusion-field #inf_field_FirstName,
.infusion-field #inf_field_LastName,
.infusion-field #inf_field_State,
.infusion-field #inf_field_PostalCode {
  display: inline-block;
  float: none;
  margin: 0 0.5% 10px;
  width: 43%;
}
#interestedin {
  width: auto;
}
#checkcolumn-1, #checkcolumn-2 {
  display: inline-block;
  float: none;
  margin: 10px 5%;
  text-align: left;
  width: auto;
  vertical-align: middle;
}
#checkcolumn-1 .infusion-field, #checkcolumn-2 .infusion-field {
  display: block;
}
.infusion-submit input[type="submit"] {
  font-size: 18px;
  padding: 10px 0;
  width: 90%;
}
#attendeeoffer {
  font-size: 15px;
  margin: 0;
}
#footer img {
  display: none;
}
#copyright {
  float: none;
  font-size: 10px;
  text-align: center;
}
}