@font-face {
  font-family: "DIN Condensed";
  src: url("./fonts/DINCondensed-Bold.eot");
  src: url("./fonts/DINCondensed-Bold.eot?#iefix") format('embedded-opentype'),
    url("./fonts/DINCondensed-Bold.woff") format("woff"),
    url("./fonts/DINCondensed-Bold.woff2") format("woff2"),
    url("./fonts/DINCondensed-Bold.ttf") format("truetype"),
    url("./fonts/DINCondensed-Bold.svg") format("svg");
  font-weight: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 16px;
}
body {
  font-family: 'Roboto', sans-serif;
	color: #333;
}
.subhead2, li, p, h2, input[type=text] {
	font-size: 1.3125em;
	line-height: 1.3;
}
#container {
  width: 100%;
  background-color: #FFFFFF;
  margin: auto;
}
#innerContainer {
  max-width: 900px;
  margin: auto;
}
#Honeywell_logo {
  width: 194px;
  height: 24px;
  padding-top: 45px;
  text-align: left;
}
#Resideo_logo {
  padding-top: 45px;
  text-align: left;
}
.body {
	padding: 0 60px 30px;
}
.hero {
	text-align: center;
	padding-bottom: 35px;
}
.headline {
  color: #333333;
  font-weight: bold;
  text-align: center;
  font-size: 2.875em;
  padding-bottom: 30px;
	text-transform: uppercase;
}
.subhead {
	text-align: center;
/*	font-weight: bold;*/
  padding-bottom: 55px;
	font-size: 1.5625em;
	line-height: 1.3;
}
.subhead2 {
  padding: 0px 0px 46px 0px;
	text-align: center;
}
.row {
	margin: 10px 0px 0px 0px;
	display: flex;
}
.row-top {
	margin-top: 40px;
}
.row-bottom {
	margin-bottom: 20px;
}
.row .row-left {
	flex-basis: 80px;
	flex-grow: 0;
	flex-shrink: 0;
}
.warning-ca {
	background-color: #4075b7;
	padding: 35px;
	margin-bottom: 4px;
}
.warning-ca p {
	color: #fff;
	text-align: center;
}
.center-text {
  text-align: center;
}

/* FORM */
#form_area {
  width: 100%;
  background-color: #ededed;
  position: relative;
}
.form-top {
  padding: 60px 60px 0px;
}
.form-bottom {
  padding: 40px 60px 40px;
}
.form-bottom p {
	font-size: 0.9375em;
	line-height: 1.3;
	color: #777;
}
#form_area h2 {
	font-weight: normal;
  margin-top: 40px;
}
#form_area h2:first-of-type {
  margin-top: 0px;
}
.body p {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #333;
  margin-bottom: 1em;
  letter-spacing: .25px;
}
.body .smalltype {
  font-size: 0.875em;
  line-height: 1.375em;
  padding-top: 6px;
  padding-bottom: 40px;
}
label {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.5em;
  letter-spacing: .25px;
}
/* Customize the label (the container) */
.checkbox-label {
  display: block;
  position: relative;
  padding-left: 44px;
	padding-top: 2px;
  margin-top: 40px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox-label a {
	color: #4076b8;
	text-decoration: none;
}
/* Hide the browser's default checkbox */
.checkbox-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 28px;
  width: 28px;
  background-color: #eee;
  outline: 1px solid #999;
  border: 4px solid #fff;
}
/* On mouse-over, add a grey background color */
.checkbox-label:hover input ~ .checkmark {
  background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.checkbox-label input:checked ~ .checkmark {
  background-color: #337ab7;
}
/* pop-up menu */
.custom-select {
	margin-top: 30px;
/*	margin-bottom: 30px;*/
}
.submit-button {
  text-align: left;
}
.hr {
  padding-left: 42px;
  padding-right: 42px;
  border-bottom: 2px solid white;
  margin: 40px 0 0px;
  border-bottom: 2px solid white;
}
.topMargin0 {
  margin-top: 0;
}
input[type=text] {
  padding: 12px 22px;
	margin-top: 30px;
	border: 1px solid #d0d0d0;
}
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #166a96;
  border: none;
  color: #FFFFFF;
  width: 225px;
  height: 65px;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  margin-top: 40px;
  letter-spacing: .25px;
}
#header {
/*  margin-bottom: 40px;*/
}
#footer {
  margin-top: 40px;
  margin-bottom: 40px;
  display: -webkit-flex;
  display: flex;
}
#footer_question {
  padding-right: 15px;
}
#footer_question_p {
  font-family: 'Roboto', sans-serif;
  font-size: 1em;
  line-height: 1.5em;
  color: #333333;
  vertical-align: top;
}
#footer_question_p a {
  text-decoration:none;
  color: #4076B8;
  font-size: 0.875em;
  font-weight: bold;
}
.success {
	margin-top: 130px;
  background-color: #4075b7;
  padding: 70px 50px 100px;
	display: flex;
}
.success .img-container {
	margin-right: 30px;
}
.success p, .error-ak-hi p {
	font-size: 1.3125em;
	line-height: 1.3;
	color: #fff;
}
.success h1, .error-ak-hi h1 {
	font-size: 2.421875em;
	line-height: 1.3;
	color: #fff;
	padding-top: 0px;
	padding-bottom: 30px;
	text-transform: uppercase;
}
.error-ak-hi {
	margin-top: 130px;
  background-color: #4075b7;
  padding: 100px 100px 100px;
	display: flex;
}
.wait {
	margin-top: 130px;
}
.error {
	margin-top: 130px;
  background-color: #fff;
  padding: 0px 50px 0px;
	text-align: center;
}
.error h1 {
	font-size: 2.421875em;
	line-height: 1.3;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	text-transform: uppercase;
}
.error p {
	font-size: 1.3125em;
	line-height: 1.3;
}
.error input[type=submit] {
  background-color: #fff;
  color: #4075b7;
	border: 3px solid #4075b7;
}

@media only screen and (max-width: 900px) {
  #header, #footer, .body {
    padding-left: 30px;
    padding-right: 30px;
  }
  .subhead2 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media only screen and (max-width: 588px) {
	.custom-select, input[type=text] {
		width: 100% !important;
	}
}
@media only screen and (max-width: 480px) {
  .form-top {
    padding: 30px 30px 10px;
  }
  .form-bottom {
    padding: 30px 30px;
  }
  input[type=submit] {
    margin-top: 30px;
  }
  .success, .error, .error-ak-hi {
    padding: 30px;
  }
}

