@font-face {
  font-family: "Honeywell Sans";
  src: url("./fonts/HoneywellSans-Book.eot");
  src: url("./fonts/HoneywellSans-Book.eot.eot?#iefix") format('embedded-opentype'),
    url("./fonts/HoneywellSans-Book.woff") format("woff"),
    url("./fonts/HoneywellSans-Book.woff2") format("woff2"),
    url("./fonts/HoneywellSans-Book.ttf") format("truetype"),
    url("./fonts/HoneywellSans-Book.svg") format("svg");
  font-weight: normal;
}
@font-face {
  font-family: "Honeywell Sans";
  src: url("./fonts/HoneywellSans-Bold.eot");
  src: url("./fonts/HoneywellSans-Bold.eot.eot?#iefix") format('embedded-opentype'),
    url("./fonts/HoneywellSans-Bold.woff") format("woff"),
    url("./fonts/HoneywellSans-Bold.woff2") format("woff2"),
    url("./fonts/HoneywellSans-Bold.ttf") format("truetype"),
    url("./fonts/HoneywellSans-Bold.svg") format("svg");
  font-weight: bold;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 16px;
}
#container {
  width: 100%;
  background-color: #FFFFFF;
  margin: auto;
}
#innerContainer {
  max-width: 900px;
  margin: 45px auto;
}
#Honeywell_logo {
  width: 194px;
  height: 24px;
  padding-top: 45px;
  text-align: left;
}
#Resideo_logo {
  width: 194px;
  height: 24px;
  padding-top: 45px;
  text-align: left;
}
#form_area {
  background-color: #ededed;
  position: relative;
  padding: 50px;
  text-align: center;
}
.form-top {
  padding: 60px 60px 20px;
}
.form-bottom {
  padding: 0px 60px 60px;
}
#headline {
  font-family: 'Honeywell Sans', sans-serif;
  color: #333333;
  font-weight: bold;
  text-align: center;
  font-size: 2.8125em;
  letter-spacing: .25px;
  padding: 70px 0px 0px 0px;
}
#rollover {
  margin-top: 45px;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#rollover_question {
  text-align: right;
  vertical-align: top;
  padding: 5px 0 0 15px;
}
#rollover_question_h2, #form_area h2 {
  font-family: 'Honeywell Sans', sans-serif;
  font-weight: bold;
  color: #000000;
  font-size: 1.875em;
  letter-spacing: .25px;
  padding-bottom: 0;
  margin-top: 1.75em;
  margin-bottom: 1.5em;
  vertical-align: top;
  text-align: center;
}
.error {
  font-family: 'Honeywell Sans', sans-serif;
  text-align: center;
  letter-spacing: .25px;
  padding: 260px 30px;
}
.errorHead {
  color: #ee3124;
  font-weight: bold;
  font-size: 1.875em;
  line-height: 1.5;
}
.errorBody {
  color: #333;
  font-size: 1.1875em;
  line-height: 1.5;
  margin-top: 25px;
}
#bodyCopy p {
  font-family: 'Honeywell Sans', sans-serif;
  font-weight: 400;
  color: #333;
  font-size: 1.1875em;
  line-height: 1.78125em;
  margin-bottom: 2em;
  letter-spacing: .25px;
  text-align: center;
}
#bodyCopy .smalltype {
  font-size: 0.875em;
  line-height: 1.375em;
  padding-top: 6px;
  padding-bottom: 40px;
}

.submit-button {
  text-align: center
}
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #4076b8;
  border: none;
  color: #FFFFFF;
  width: 170px;
  height: 50px;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-family: 'Honeywell Sans', sans-serif;
  font-size: .875em;
  font-weight: bold;
  letter-spacing: .25px;
}
#error {
  background-color: #EDEDED;
  border: thin #fff solid;
  color: #FFF;
}
.error2 {
	color: #ee3124;
	font-family: 'Honeywell Sans', sans-serif;
  	font-size: 1em;
  	line-height: 1.5em;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
}
#footer {
  margin-top: 40px;
  margin-bottom: 40px;
  display: -webkit-flex;
  display: flex;
}
#footer_question {
  padding-right: 15px;
}
.unsubText {
  margin-top: 40px;
}
.unsubText, #footer_question_p {
  font-family: 'Honeywell Sans', sans-serif;
  font-size: 1em;
  line-height: 1.5em;
  color: #333333;
  vertical-align: top;
}
.unsubText a, #footer_question_p a {
  text-decoration:none;
  color: #4076B8;
  font-size: 0.875em;
  font-weight: bold;
}

@media only screen and (max-width: 900px) {
  #header, #footer {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 414px) {
  .form-top {
    padding: 30px 30px 20px;
  }
  .form-bottom {
    padding: 0px 30px 30px;
  }
  .checkbox-label {
    margin-left: 0px;
  }
  .success, .error {
    padding: 30px;
  }
  #rollover_question_h2, #form_area h2 {
    font-size: 1.625em;
  }
  .error {
    padding: 60px 30px 30px;
  }
}
@media only screen and (max-width: 375px) {
  #headline {
    font-size: 2.25em;
  }
}
