@media screen and (max-width: 768px) {
    .label-container {
        width: 100% !important;
    }

    .input-container {
        float: left !important;
        width: 100% !important;
    }

    .elements-container {
        width: 100% !important;
        float: left !important;
    }

    .form-container {
        width: 90% !important;
        max-width: 800px !important;
    }

    .titleContainer {
        width: 90% !important;
        max-width: 800px !important;
    }

    .checkbox-input-container {
        width: auto !important;
    }

    .checkbox-label-container {
        width: auto !important;
        margin-left: 60px !important;
    }

    .input-container input {
        text-align: left !important;
        padding-left: 10px !important;
        padding-top: 7px !important;
    }
    label#confirmationCheckbox-error.error {
      display: block !important;
      width: 50px !important;
    }
}

input[type="radio"], input[type="checkbox"] {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  box-shadow: none;
  border: none;
}

#required {
  margin-left: 5px;
  color: red;
}

.form-container {
  margin: 0 auto;
  padding: 15px;
  width: 50%;
  display: block;
  background: white;
  border-left: 10px solid #f69721;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  margin-bottom: 100px;
  max-width: 800px;
}

.elements-container {
  width:100%;
  float: left;
  clear: none;
}

.checkbox-elements-container {
  width:100%;
  float: left;
  clear: none;
}

.checkbox-label-container {
    margin-left: 60px;
    width: auto;
}

.checkbox-label-container span {
  color: red;
  font-family: 'Oswald', 'Arial Narrow', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5;
}

.checkbox-input-container {
  /*position: absolute;*/
  /*width: auto;*/
  float: left;
}

label#confirmationCheckbox-error.error {
  /*position: absolute;
  top: 50px;
  left: 0;*/
  display: block;
  width: 100px;
}

.label-container {
  width: 30%;
  margin-bottom: 0;
  float:left;
  margin-top:5px;
}

.input-container {
  float: right;
  width: 65%;
  margin: 0;
  padding: 0;
}

.textElementContainer {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.textElementContainer span {
  color: red;
}

.divider {
  width:100%;
  height:13px;
  float:left;
  display: inherit;
  position: inherit;
}

.checkbox-input-container input {
  margin-top: 8px;
  margin-left: 13px;
  width: 30px;
}

.checkbox-label-container label {
  font-family: 'Roboto', 'Tahoma', 'Geneva', 'sans-serif';
  font-size: 15px;
}

input {
  display: inline-block;
  padding: 0.3333333em;
  font-size: 1em;
  line-height: 1.5em;
  color: #555555;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width:100%;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  height: 35px;
}

select {
  display: inline-block;
  padding: 0.3333333em;
  font-size: 1em;
  line-height: 1.5em;
  color: #555555;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width:100%;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  height: 35px;
  background-color: #fff;
}

.label-container span {
  margin-left: 5px;
  color: red;
}

button#submitButton {
  background-color: #a6c12f;
  background-image: linear-gradient(to top,#a6c12f 0,#83a824 100%);
  color: #fff;
  text-transform: uppercase;
  border-radius: 25px;
  border-style: none;
  font-family: "Open Sans",sans-serif;
  box-shadow: 0 0 8px #ccc;
  height: 30px;
  width: 111px;
  display: block;
  margin: 20px auto 40px auto;
  float: none; 
}

button#submitButton:hover {
  background-color: #a6c12f;
  background-image: linear-gradient(to top,#a6c12f 0,#a6c12f 100%);
  color: #fff;
  text-transform: uppercase;
  border-radius: 25px;
  border-style: none;
  font-family: "Open Sans",sans-serif;
  box-shadow: 0 0 8px #ccc;
  height: 30px;
  width: 111px;
  margin: 20px auto 40px auto;
  float: none; 
}

label {
  font-family: 'Oswald', 'Arial Narrow', sans-serif;
  font-weight: normal;
  font-style: normal;
}

.buttonText {
  color: white;
}

.text-elements-container {
  width:100%;
  float: left;
  clear: none;
}

.text-elements-container p {
  font-family: 'Oswald', 'Arial Narrow', sans-serif;
  font-weight: normal;
  font-style: normal;
}

.text-elements-container li {
  font-family: 'Roboto', 'Tahoma', 'Geneva', 'sans-serif';
  font-size: 15px;
}

.note p{
  font-family: 'Roboto', 'Tahoma', 'Geneva', 'sans-serif';
  font-size: 15px;
}

.clearfix {
  clear: both;
}

.titleContainer h2 {
  font-family: 'Oswald', 'Arial Narrow', sans-serif;
  font-weight: normal;
  font-style: normal;
}

.titleContainer p{
  font-family: 'Roboto', 'Tahoma', 'Geneva', 'sans-serif';
  font-size: 15px;
}

.titleContainer {
  margin: 0 auto;
  padding: 15px;
  width: 50%;
  height: auto;
  max-width: 800px;
}

.elements-container p {
  font-family: 'Roboto', 'Tahoma', 'Geneva', 'sans-serif';
  font-size: 15px;
}

.needHelpArea {
  border-top: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a;
}

.hideAll {
  display: none;
}

.hartfordFormContainer {
  min-height: 1470px;
  height: auto;
}

.textAlignCenter {
  text-align: center;
}

.hartfordBttnsContainer {
  width: 28%;
  margin-left: auto;
  margin-right: auto;
}

.hartfordBttnsContainer button {
  background-color: #a6c12f;
  background-image: linear-gradient(to top,#a6c12f 0,#83a824 100%);
  color: #fff;
  text-transform: uppercase;
  border-radius: 25px;
  border-style: none;
  font-family: "Open Sans",sans-serif;
  box-shadow: 0 0 8px #ccc;
  height: 30px;
  width: 111px;
  margin-left: 0px !important;
  margin-top: 20px;
  margin-right: 12px;
}

.hartfordBttnsContainer button:hover {
  background-color: #a6c12f;
  background-image: linear-gradient(to top,#a6c12f 0,#a6c12f 100%);
  color: #fff;
  text-transform: uppercase;
  border-radius: 25px;
  border-style: none;
  font-family: "Open Sans",sans-serif;
  box-shadow: 0 0 8px #ccc;
  height: 30px;
  width: 111px;
  margin-left: 0px !important;
  margin-top: 20px;
  margin-right: 12px;
}
