﻿.home {
  background-image: url("../images/hero.jpg");
  height: 568px;
  background-size: 100%,100%;
  background-repeat: no-repeat;
}
.button {
  padding: 5px 30px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
  background: url(../Images/nav_arrow.png) no-repeat 20px center #c50037;
  border-radius: 4px;
  border: none;
  float: none;
  width: auto;
  margin-top: 10px;
  cursor: pointer;
  margin-bottom: 5px;
  font-family: NissanBold;
}
.sweepsError .validation-summary-errors {
  bottom: -72px;
  left: -285px;
}
.sweepsError .validation-summary-errors ul {
  padding-right: 54px;
}
.sweepstakes {
  padding: 0px 25px 1px 25px;
  border-top: 7px solid #c60037;
  background: url("../images/bg_white_trans2.png") repeat left top;
  z-index: 1;
  width: 1080px;
  margin-left: 9px;
}
.sweepstakes #form-container * :not(:first-child) {
  font-size: 12px;
}
.sweepstakes .col-1 {
  display: flex;
  flex-direction: column;
}
.sweepstakes .col-1 .column {
  width: 290px;
  display: inline-block;
}
.sweepstakes .col-1 .column label {
  width: 86px;
  float: left;
  display: block;
  font-family: NissanBold;
  text-align: right;
  padding-right: 15px;
  padding-top: 1px;
  margin-bottom: 10px;
}
.sweepstakes .col-1 .column input {
  width: 180px;
  float: left;
  display: block;
  font-size: 12px;
  border: 1px solid #949598;
}
.sweepstakes .col-2 {
  display: flex;
  flex-direction: column;
}
.sweepstakes .col-2 .column {
  width: 344px;
  padding-right: 33px;
}
.sweepstakes .col-2 .column .question {
  text-align: left;
  font-weight: normal;
  margin-bottom: 5px;
  display: block;
  padding-left: 11px;
}
.sweepstakes .col-2 .column .question2 {
  text-align: left;
  font-weight: normal;
  margin-bottom: 5px;
  display: block;
  padding-left: 11px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.sweepstakes .col-2 .column .clearfix input {
  width: 25px;
  display: inline-block;
  margin-top: 2px;
  margin-bottom: 5px;
  border: none;
}
.sweepstakes .col-2 .column .clearfix label {
  display: inline;
  width: 300px;
  text-align: left;
  font-weight: normal;
  margin-bottom: 5px;
  padding-right: 15px;
  padding-top: 1px;
}
.sweepstakes .col-3 {
  display: flex;
  flex-direction: column;
}
.sweepstakes .col-3 .column {
  width: 340px;
}
.sweepstakes .col-3 .column .question2 {
  display: block;
  margin-bottom: 10px;
  padding-left: 28px;
}
.sweepstakes .col-3 .column .question {
  display: inline-block;
  padding-left: 28px;
}
.sweepstakes .col-3 .column .sweepstextbox {
  width: 140px;
  display: inline;
  font-size: 12px;
  border: 1px solid #949598;
  margin-bottom: 5px;
}
.sweepstakes .col-3 .column .tbwide {
  font-size: 12px;
  border: 1px solid #949598;
  margin-bottom: 10px;
  margin-left: 29px;
  width: 300px;
}
.sweepstakes .col-3 .clearfix {
  display: flex;
}
.sweepstakes .col-3 .clearfix input {
  margin-top: 2px;
  margin-right: 15px;
}
.sweepstakes .col-3 .clearfix label {
  width: 350px;
  text-align: left;
  margin-bottom: 5px;
  padding-right: 15px;
  padding-top: 1px;
}
.sweepstakes .col-3 .fullrow .sweepsindent {
  display: block;
  width: 311px;
  margin-bottom: 10px;
}
.sweepstakes .col-3 .fullrow a {
  color: #c60037;
  font-weight: bold;
  white-space: nowrap;
}
.form-horizontal {
  display: flex;
}