/* Add your custom CSS below */

<style>/* Add your custom CSS below */
/*fonts*/
@font-face {
  font-family: Honeywellsans-Book;
  src: url('https://C3.honeywell.com/rs/021-OUO-816/images/HoneywellSansWeb-Book.ttf');
  src: url('https://C3.honeywell.com/rs/021-OUO-816/images/HoneywellSansWeb-Book.eot'), 
  url('https://C3.honeywell.com/rs/021-OUO-816/images/HoneywellSansWeb-Book.woff2');
}
@font-face {
  font-family: Honeywellsans-Medium;
  src: url('https://C3.honeywell.com/rs/021-OUO-816/images/HoneywellSansWeb-Medium.ttf');
  src: url('https://C3.honeywell.com/rs/021-OUO-816/images/HoneywellSansWeb-Medium.eot'), 
  url('https://C3.honeywell.com/rs/021-OUO-816/images/HoneywellSansWeb-Medium.woff2');
}
@font-face {
  font-family: Honeywellsans-Light;
  src: url('https://C3.honeywell.com/rs/021-OUO-816/images/HoneywellSansWeb-Light.ttf');
  src: url('https://C3.honeywell.com/rs/021-OUO-816/images/HoneywellSansWeb-Light.eot'), 
  url('https://C3.honeywell.com/rs/021-OUO-816/images/HoneywellSansWeb-Light.woff2');
}
@font-face {
  font-family: Honeywellsans-Bold;
  src: url('https://C3.honeywell.com/rs/021-OUO-816/images/HoneywellSansWeb-Bold.ttf');
  src: url('https://C3.honeywell.com/rs/021-OUO-816/images/HoneywellSansWeb-Bold.eot'), 
  url('https://C3.honeywell.com/rs/021-OUO-816/images/HoneywellSansWeb-Bold.woff2');
}
@font-face {
  font-family: Honeywellsans-Black;
  src: url('https://C3.honeywell.com/rs/021-OUO-816/images/HoneywellSansWeb-Black.ttf');
  src: url('https://C3.honeywell.com/rs/021-OUO-816/images/HoneywellSansWeb-Black.eot'), 
  url('https://C3.honeywell.com/rs/021-OUO-816/images/HoneywellSansWeb-Black.woff2');
}
/*color variables */
/*font variables */	

.mktoButtonWrap.mktoDownloadButton .mktoButton {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.mktoForm  .mktoAsterix {
  float: left;
  color: #bf0000;
  padding-left: 5px;
  display: none;
}

.mktoForm .mktoRequiredField label.mktoLabel{
font-weight: normal !important;
}

.mktoForm  {

	width:100% !important;
}

.form-container .mktoForm {
	width:100%!important;
}

.mktoModalMain .mktoForm {
	width:100%!important;
}

.mktoFieldDescriptor.mktoFormCol {
	width: 100%!important;
}

.mktoFieldWrap {
    width: 100%!important;
}

.mktoField.mktoHasWidth {
	width:100%!important;
}

.mktoModalMain .mktoButton {
	line-height:16px!important;
}

.mktoModalMain {
	padding: 20px!important;
	width: 550px!important;
}

.mktoModalMain .mktoHtmlText.mktoHasWidth {
	width:100%!important;
}

.mktoForm * {
	font-family: "Honeywellsans-Medium", Arial, sans-serif !important;
}

/*Form adjust*/
/* .mktoForm div:nth-child(4).mktoFormRow  {
    width: 100% !important;
  } */
  
/* .mktoForm div:nth-child(5).mktoFormRow{
   width: 95%;
} */

.mktoForm div:nth-child(4).mktoFormRow .mktoFieldDescriptor.mktoFormCol {
  width: 100% !important;
  margin-right: 30px;
}

/*Form adjust*/

.mktoForm .mktoLabel {
	color: #FFFEFA;
	font-size: 16px !important;
	width: 95% !important;
	line-height: 1.5em !important;
}

.mktoForm .mktoLogicalField .mktoCheckboxList{width: 25px !important;}
.mktoForm input,
.mktoForm select,
.mktoForm textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	border: 1px solid #ddd;
	color: #303030;
	font-size: 16px !important;
	height: auto !important;
	padding: 10px 8px 8px !important;
	overflow:hidden !important;
}

.mktoForm input[type=checkbox],
.mktoForm input[type=radio] {
  width:1em;
  height:1em;
  opacity:0;
}

.mktoForm input[type=checkbox] + label:before,
.mktoForm input[type=radio] + label:before
{
  content: "";  
  position:absolute;
  width:20px;
  height:20px;  
  margin-left:-2.5em;
  line-height:1.6em;
  font-family:Arial, sans-serif;
  font-size:13px;
  border:1px solid #ccced2;
  background:#fff;
  display: inline-block;
}

.mktoForm .mktoLabelToLeft input[type=checkbox] + label:before,
.mktoForm .mktoLabelToLeft input[type=radio] + label:before{
  margin-left:0;
  right:0.3em;
  color: #fffefa;
}

.mktoForm input[type=checkbox]:checked + label:before,
.mktoForm input[type=radio]:checked + label:before {
  text-align:center;
  color:#000;
}

.mktoForm input[type=checkbox]:focus + label:before,
.mktoForm input[type=radio]:focus + label:before{
  border:1px solid #1792e5 !important;
}

.mktoForm input[type=checkbox]:checked + label:before{
  content: "\2713";
  background: #1a93e5; 
  font-family: 'FontAwesome' !important;
  color: #fff !important;
  font-weight: bold !important;
}

.mktoForm input[type=radio] + label:before{
  border-radius:1em;
}


.mktoForm input[type=radio]:checked + label:before{
  background-image:url(../images/dot-bk.png);
  background-position:3px 3px;
  background-repeat:no-repeat;
}

.mktoForm.mktoNoCheckedSupport input[type=checkbox] + label:before,
.mktoForm.mktoNoCheckedSupport input[type=radio] + label:before{
  display:none;
}

.mktoCheckboxList {
    width: 100% !important;
}

.mktoForm input[type=text]:focus,  .mktoForm input[type=url]:focus, .mktoForm input[type=email]:focus, .mktoForm input[type=tel]:focus, .mktoForm input[type=number]:focus, .mktoForm input[type=date]:focus, .mktoForm select:focus, .mktoForm textarea:focus {
	font-weight: bold;
	outline: 2px solid #1792e5;
}

 select::-ms-expand {
    display: none;
}

 input[name=Marketo_Opt_in__c] {
	left: 4px;
	position: absolute;
	margin-top: 3px!important;
	border: none!important;
	padding: 0!important;
}

 input[name=Marketo_Opt_in__c]:checked + label::before {
	background: #1792E5 url("https://C3.honeywell.com/rs/021-OUO-816/images/checkbox-tickmark.png") repeat scroll -1px -1px;
	border: medium none;
	height: 24px;
	width: 24px;
	background-size: cover;
}

 input[name=Marketo_Opt_in__c] + label::before {
	background: #fff none no-repeat scroll 0 0;
	border: 2px solid #727272;
	content: "";
	display: inline-block;
	height: 20px;
	left: 10px;
	position: absolute;
	width: 20px;
}

 input[name=Marketo_Opt_in__c] + label {
	margin-left:2em !important;
    color: #303030 !important;
    line-height: 1.3 !important;
}

 input[name=Marketo_Opt_in__c] + label::before {
  left:0px !important;
  width: 20px  !important;
  height: 20px  !important;
}

 input[name=Marketo_Opt_in__c]:checked + label::before {
    border: 2px solid #1792e5 !important;
    height: 24px;
    width: 24px;
    background-size: cover;
}

.mktoButtonWrap {
	margin-left: 0 !important;
}

.mktoButtonRow {
	width: 100%;
}

/* .mktoForm .mktoFormRow:nth-child(6) {
	width: 95%;
  } */
  
.mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton {
background-color: transparent !important;
    color: #FFFEFA !important;
    height: 64px !important;
	background-image:none !important;
    margin-top: 32px !important;
    margin-bottom: 32px !important;
    padding-top: 32px 35px !important;
    width: 93% ;
    border-radius: 5px!important;
    text-shadow: none!important;
    border: 1px solid #FFFEFA !important;
    font-size: 18px!important;
	font-weight: 600;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;

}

.mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton:hover {
	
    color: #B6C9FF !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
	border: 1px solid #B6C9FF !important;
}

.mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton:focus {

    border: #FFFEFA!important;
    outline: none!important;
    color: #FFFEFA!important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.mktoForm select {
	background: rgba(0, 0, 0, 0) url("https://C3.honeywell.com/rs/021-OUO-816/images/dropdown_arrow.png") no-repeat scroll right 10px center;
}

.mktoContent {
	width: 50%;
	margin: 0 auto;
	padding: 0 0 0 15px;
}

.mktoModal .mktoModalClose {
    position: absolute;
    cursor: pointer;
    top: 10px;
    right: 10px;
     background: #000; 
    color: #fff;
    width: 19px;
    height: 19px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 19px;
    -webkit-border-radius: 19px;
    border-radius: 19px;
    text-align: center;
     border: 2px solid #ccc; 
}

 span.mktoButtonWrap.mktoSimple{
	margin-left: 0px !important;
}

 button.mktoButton {
    padding: 10px 30px !important;
}

.mktoForm input[type=text],
.mktoForm input[type=url],
.mktoForm input[type=email],
.mktoForm input[type=tel],
.mktoForm input[type=number],
.mktoForm input[type=date],
.mktoForm select.mktoField,
.mktoForm textarea.mktoField {
	display: block;
	width: 220px;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555 !important;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 5px !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	-webkit-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}

.mktoForm textarea.mktoField {
    height: 4em;
	line-height: 1.1 !important;
}

.mktoForm label {
	text-align: left !important;
	font-size: 14px !important;
}

.mktoForm .mktoButtonWrap.mktoDownloadButton .mktoButton {
	border: 0 !important;
	border-color: transparent !important;
	color: #ffffff !important;
	padding: 16px 35px !important;
	text-transform: uppercase;
	text-shadow: none;
	line-height: 1;
	font-weight: bold;
	margin: 30px;
	height: auto !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.mktoOffset {
    display: none;
}

.mktoFormCol { 
	width: 44% !important;
}

/* .mktoForm div:nth-child(39) .mktoFieldWrap, .mktoForm div:nth-child(40) .mktoFieldWrap {
	display: -webkit-inline-flex !important;

	}
	.mktoForm div:nth-child(39) .mktoLogicalField, .mktoForm div:nth-child(40) .mktoLogicalField{
		width: 15px !important;
	} */
	
/* 
.mktoForm div:nth-child(3).mktoFormRow,.mktoForm div:nth-child(4).mktoFormRow,.mktoForm div:nth-child(5).mktoFormRow,.mktoForm div:nth-child(6).mktoFormRow,.mktoForm div:nth-child(7).mktoFormRow,.mktoForm div:nth-child(8).mktoFormRow,.mktoForm div:nth-child(9).mktoFormRow,.mktoForm div:nth-child(10).mktoFormRow,.mktoForm div:nth-child(11).mktoFormRow,.mktoForm div:nth-child(12).mktoFormRow,.mktoForm div:nth-child(13).mktoFormRow,.mktoForm div:nth-child(14).mktoFormRow,.mktoForm div:nth-child(15).mktoFormRow,.mktoForm div:nth-child(16).mktoFormRow,.mktoForm div:nth-child(17).mktoFormRow,.mktoForm div:nth-child(18).mktoFormRow,.mktoForm div:nth-child(19).mktoFormRow,.mktoForm div:nth-child(20).mktoFormRow,.mktoForm div:nth-child(21).mktoFormRow,.mktoForm div:nth-child(22).mktoFormRow,.mktoForm div:nth-child(23).mktoFormRow,.mktoForm div:nth-child(24).mktoFormRow,.mktoForm div:nth-child(25).mktoFormRow,.mktoForm div:nth-child(26).mktoFormRow,.mktoForm div:nth-child(27).mktoFormRow,.mktoForm div:nth-child(28).mktoFormRow,.mktoForm div:nth-child(29).mktoFormRow{width: auto;
    float: none!important;
    clear: none!important;
    margin: 0!important;
    display: none;
    padding: 0!important;}

	 */

.mktoForm .mktoFormRow:nth-of-type(2) .mktoFormCol {
	width:100% !important;
}

 .btn{
	width: 130px !important;
}

 .btn{
	color: #ffffff;
	background-color: #1272b2;
	padding: 10px;
	background: #1272b2 none repeat scroll 0 0 !important;
	color: #fff !important;
	border: none !important;
	height: auto !important;
	padding: 10px 24px !important;
	width: auto !important;
	border-radius: 5px !important;
	text-shadow: none !important;
	font-family: "Honeywellsans-Bold" !important;
	text-transform: uppercase;
	font-size: 14px !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton  {
	margin-left: 22px !important;
	margin-top: 0px !important;
}

.main-content1 {
    display: none;
}

.mktoForm .mktoAsterix{
	display: none !important;
}

 div#HoneywellEUCookie-Banner {
    display: none !important;
}

 div#Section5 {
    display: none !important;
}

.mktoForm .mktoFormRow {
	clear: both;
	width: 45% !important;
	display: inline-block;
	margin-left: 20px;
}

.richText{
color: #FFFEFA;
}

.mktoFormRow.hiddenField {
	position: absolute;
	z-index: -1;
}

.mktoFormRow.placeholderField.emailOptInRequired.mktoFieldDescriptor{
	margin-bottom: 0px !important;
}

.mktoFormRow.placeholderField{
	display: none;
}
.mktoFormRow.placeholderField.emailOptInRequired{
	width: 100% !important;
	margin-right: 0px ;
	margin-left: 0px;
	padding-left: 20px !important;
	
}

.mktoFormRow.richtext {
    display: inline-block !important;
}

.main-content {
    background-color: #FFF !important;
}

.mktoForm .mktoButtonRow{
	Width:100% ;
	padding-top: 20px!important;
	}

	.mktoForm div .mktoFieldWrap{
display: flex;
flex-direction: column;
	}

.content-title {
    background-color: #FFF !important;
}

.btn-wrapper {
    background-color: #f2f2f2;
    text-align: center;
    display: none;
}

/* 
.mktoForm div:nth-child(39) .mktoFieldWrap, .mktoForm div:nth-child(40) .mktoFieldWrap {
	display: flex !important;
	flex-direction: row-reverse;

	} */
	
/* 
	.mktoForm div:nth-child(39) .mktoLogicalField, .mktoForm div:nth-child(40) .mktoLogicalField{
		width: 15px !important;
	} */

/* 	
.mktoForm div:nth-child(39){
	width: 100% !important;
	margin: 0px !important;
	
} */

.mktoForm [data-wrapper-for="subscriptionWorkforceIdentity"] {
	width: 100% !important;
	margin: 0px;
	padding-left: 10px;
	}


	.mktoForm [data-wrapper-for="HtmlText_2020-03-31T20"] {
		position: absolute;
			}
		
	.mktoForm [data-wrapper-for="subscriptionWorkforceIdentity"] .mktoFieldWrap {
		display: flex;
		flex-direction: row-reverse;
	}

	.mktoForm [data-wrapper-for="subscriptionCustomerIdentity"] .mktoFieldWrap {
		display: flex;
		flex-direction: row-reverse;
	}

	.mktoFormRow.placeholderField.richText{
		width: 100% !important;
	}
	
	.mktoFormRow.placeholderField.richText .mktoFormCol{
		width: 100% !important;
	}
	
	.mktoFormRow .mktoHtmlText{
		width: 100% !important;
	}

	.mktoForm .mktoRadioList, .mktoForm .mktoCheckboxList{
		width: 10px !important;	
	}
	
.mktoForm [data-wrapper-for="subscriptionCustomerIdentity"]{
	width: 100% !important;
	margin: 0px;
	padding-left: 10px;
	}

	/* .mktoForm div:nth-child(40){
	width: 100% !important;
	margin: 0px !important;
} */

.mktoFormRow.emailOptInRequired div.mktoFieldWrap {
	display: flex;
	flex-direction: row-reverse;
}

 #Section4 {
    display: none;
}

 table{
	width:93% !important;
	margin-left: 5.5%!important;
}

.mktoForm input[type=text], .mktoForm input[type=url], .mktoForm input[type=email], .mktoForm input[type=tel], .mktoForm input[type=number], .mktoForm input[type=date], .mktoForm select.mktoField {
    height: 48px !important;  
}

.mktoLabel[for="generic2"] .mktoAsterix, .mktoLabel[for="generic3"] .mktoAsterix, .mktoLabel[for="emailOptIn"] .mktoAsterix {
  display: none;
}

.mktoForm input[type="hidden"]{
	display: none;
}

/*********************** Media Elements Start ******************/

@media screen and (max-width:873px){
	

    .mktoLabel[for="generic2"] .mktoAsterix, .mktoLabel[for="generic3"] .mktoAsterix, .mktoLabel[for="emailOptIn"] .mktoAsterix {
  display: none;
}

}

@media screen and (max-width:768px){
	html body .mktoForm .mktoFormRow {
		clear: both;
		clear: right !important;
	
		margin-right: 20px !important;
		margin-left: 0px !important;
	}

	
.mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton  {
	margin-left: 0px !important
}
	
	.mktoForm [data-wrapper-for="subscriptionWorkforceIdentity"]{
		padding-left: 0px !important;
	}
	.mktoFormRow.placeholderField.emailOptInRequired {
		
		padding-left: 0px !important;
	}
	.mktoForm [data-wrapper-for="subscriptionCustomerIdentity"]{
		padding-left: 0px !important ;
	}
}

/* 
@media screen and (max-width:993px){
	.mktoForm [data-wrapper-for="subscriptionWorkforceIdentity"]{
		padding-left: 12px ;
	}
	.mktoForm [data-wrapper-for="subscriptionCustomerIdentity"]{
		padding-left: 12px ;
	}
} */

@media screen and (max-width:1100px){
	
    .mktoLabel[for="generic2"] .mktoAsterix, .mktoLabel[for="generic3"] .mktoAsterix, .mktoLabel[for="emailOptIn"] .mktoAsterix {
  display: none;
}
}

@media all and (max-width: 768px) {
	.second-form-flex {
    width: 100%;
    margin: auto;
	}
}
@media all and (max-width: 576px) {
    /* .mktoForm div:nth-child(4).mktoFormRow .mktoFieldDescriptor.mktoFormCol{
        width: 90% !important;
        
      } */
	  .mktoForm .mktoFormRow{
		width: 100% !important;
	}
	.mktoFormRow.placeholderField.emailOptInRequired{
		padding-left: 10px !important;
	}
	  .mktoForm [data-wrapper-for="subscriptionWorkforceIdentity"]{
		padding-left: 5px !important;
	}
	.mktoForm [data-wrapper-for="subscriptionCustomerIdentity"]{
		padding-left: 5px !important;
	}
	.mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton {
		width:100%;
	}
	.second-form-flex {
    width: 100%;
    margin: auto;
	}
}

 input[name=Marketo_Opt_in__c] + label::before, input[name=Marketo_Opt_in__c] {
		left: 0;
	}
	
	.mktoModalMain {
		width: 320px!important;
	}
	
	.form-container .mktoForm {
		width:100%!important;
	}

	.mktoContent {
		width: 100%;
		padding: 0;
	}

	.mktoLabel[for="generic2"] .mktoAsterix, .mktoLabel[for="generic3"] .mktoAsterix, .mktoLabel[for="emailOptIn"] .mktoAsterix {
  display: none;
}


@media only screen and (max-width: 480px) {
		.mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton{
		margin-top: 0px !important;
		margin-bottom: 32px !important;
	}
	   .mktoForm, .mktoForm *{
		padding: 0px !important;
	}
	
		.mktoForm input[type=checkbox] + label:before {
		margin-left: -3em;
	}
		.mktoForm [data-wrapper-for="subscriptionWorkforceIdentity"] .mktoFieldWrap {
		margin-left: 0px !Important;
		height: 46px!important
	}
		.mktoForm [data-wrapper-for="subscriptionCustomerIdentity"] .mktoFieldWrap {
		margin-left: 0px!Important;
		height: 46px!important
	}
		button.mktoButton {
		width: 100% !important;
	}
	.second-form-flex {
    width: 100%;
    margin: auto;
	}
}

@media only screen and (max-width: 350px) {
	
	.mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton{
        width: 100% !important;
        margin-bottom: 25px !important;
      }
	}

@media only screen and (max-width: 480px) {
	.mktoFormCol {
		width:100% !important;
	}
	.mktoFieldWrap {
		padding-right:0 !important;
	}
.mktoLabel[for="generic2"] .mktoAsterix, .mktoLabel[for="generic3"] .mktoAsterix, .mktoLabel[for="emailOptIn"] .mktoAsterix {
  display: none !important;
}
.mktoForm .mktoAsterix {
  color: #bf0000;
  padding-left: 5px;
  display: none;
}
} 

/*********************** Media Elements End ******************/

</style>