/*=================================================
  * START: Contact Us Page
=================================================*/
#contactUsContainer {
  width: 100%;
  margin-left: 0;
}
#contactUsContainer h1, #contactUsContainer h2, #contactUsContainer h3 {
  font-family: 'Lato', 'Open Sans', sans-serif;
  font-weight: 300;
  color: #232323;
}
#contactUsContainer h1 {
  font-size: 38px;
}
#contactUsContainer h2 {
  font-size: 24px;
  margin: 30px 0 25px 0;
}
#contactUsContainer h3 {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 5px 0;
}
#contactUsContainer p {
  font-family: 'Lato', 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #232323;
}
#contactUsContainer h3 + p {
 margin: 0 0 30px 0;
}
#contactUsContainer a {
  font-size: 15px;
  font-weight: 400;
}
#contactUsContainer .cust-contact {
  display: block;
  float: left;
  width: 70%;
  margin: 0;
  padding-right: 55px;
}
#contactUsContainer .contact-chat {
  display: block;
  float: right;
  width: 30%;
  margin-top: 60px;
}
#contactUsContainer .contact-chat .contact-detls {
  margin: 0;
  padding: 0 0 1px 20px;
  border-top: none;
  border-bottom: none;
  border-left: 1px #C5C5C5 solid;
}
#contactUsContainer .contact-detls .dsr-link .warranty-link {
	display: block;
	margin-bottom: 30px;
}
#contactUsContainer .contact-detls .dsr-link .warranty-link h3:after {
	content: "\e904";
	padding-left: 5px;
	color: #232323;
	font-family: 'icomoon' !important;
	font-size: 12px;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
#contactUsContainer .required-key {
  font-size: 13px;
  margin: 25px 0 8px 0;
}
#contactUsContainer .required-key sup {
  margin-left: 0;
}
#contactUsContainer sup {
  color: #006FB1;
  font-size: 100%;
  top: 0;
}
#contactUsContainer input,
#contactUsContainer textarea,
#contactUsContainer select {
  font-size: inherit;
  outline: none !important;
}
#contactUsContainer [type="text"],
#contactUsContainer [type="email"],
#contactUsContainer [type="tel"],
#contactUsContainer select {
  height: auto;
}
#contactUsContainer label {
  display: inline;
  font-size: 1em;
  margin: 0;
  width: auto;
}
#contactUsContainer form {
  width: 100%;
  font-family: 'Lato', 'Open Sans', sans-serif;
  margin-bottom: 30px;
}
#contactUsContainer form input[type=text],
#contactUsContainer form select,
#contactUsContainer form input[type=email],
#contactUsContainer form input[type=tel] {
  position: absolute;
  top: 22px;
  left: 15px;
  border: 0;
  padding: 0;
  width: calc(100% - 15px);
  font-size: 16px;
}
#contactUsContainer form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}
#contactUsContainer form select + span.icon-arrow-down {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  color: #232323;
  pointer-events: none;
}
#contactUsContainer form input[type="checkbox"] {
  position: absolute;
  width: 27px;
  height: 26px;
  opacity: 0;
  z-index: 1000;
  cursor: pointer;
}

#contactUsContainer form input[type="checkbox"]:focus ~ label {
	outline: auto;
	outline-color: -webkit-focus-ring-color;
	outline-style: auto;
}
#contactUsContainer form input[type="checkbox"]~label {
  padding-left: 34px;
  position: relative;
  line-height: 25px;
  display: block;
  cursor: pointer;
}
#contactUsContainer form input[type="checkbox"]~label:before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  border: solid 1px #979797;
  left: 0;
}
#contactUsContainer form input[type="checkbox"]:checked~label:before {
  font-family: 'icomoon';
  content: "\e90c";
  font-size: 17px;
  text-align: center;
  line-height: 22px;
  color: #006FB1;
}
#contactUsContainer form > div {
  margin: 20px 0;
}

#contactUsContainer form .text {
  position: relative;
  border: solid 1px #575757;
  color:#666;
  height: 50px;
}

#contactUsContainer form input[type="checkbox"]:focus-visible {
  outline: 3px solid #000000;
  outline-offset: 2px;
}
#contactUsContainer form .text.disabled {
  opacity: 0.4;
}
#contactUsContainer .field-group .field {
  width: calc(50% - 10px);
  float: left;
}
#contactUsContainer .field-group .field + .field {
  margin-left: 20px;
}
#contactUsContainer form .text.first {
  margin-top: 0;
}
#contactUsContainer form .text.textarea {
  height: 130px;
  margin-bottom: 30px;
}
#contactUsContainer form textarea {
  position: absolute;
  top: 22px;
  left: 15px;
  width: calc(100% - 15px);
  height: 100px;
  border: none;
  resize: none;
}
#contactUsContainer .characterLimitWarning {
  position: absolute;
  bottom: -22px;
  right: 0;
  font-size: 13px;
  margin: 0;
}
#contactUsContainer form .text.error {
  border: solid 2px #CC3322;
  font-weight: normal;
  margin-bottom: 5px;
}
#contactUsContainer form .text label {
  position: absolute;
  top: 15px;
  left: 15px;
  color: #9b9b9b;
  transition: top .2s,font-size .2s;
  font-size: 17px;
}
#contactUsContainer form .text.active label,
#contactUsContainer form .text.filled label {
  top: 0;
  font-size: 14px;
}
#contactUsContainer #cust-contact .text select.move-label {
  color: #9b9b9b;
  background: 0;
  top: 15px;
  font-size: 17px;
}
#contactUsContainer #cust-contact .text.filled select.move-label{
  font-size: 16px;
}
#contactUsContainer #cust-contact .text.active select.move-label,
#contactUsContainer #cust-contact .text.filled select.move-label {
  color: #000;
  background: 0;
  top: 20px;
}
#contactUsContainer #cust-contact .text label.hiddenLabel {
  display: none;
}
#contactUsContainer #cust-contact .text.active label.hiddenLabel,
#contactUsContainer #cust-contact .text.filled label.hiddenLabel {
  display: block;
}
#contactUsContainer #cust-contact label.error {
  font-size: 14px;
  position: relative;
  color: #CC3322;
}
#contactUsContainer .ckek {
  margin-left: 0;
}
#contactUsContainer .cust-contact .cust-contact-but {
  float: none;
  width: auto;
}
#contactUsContainer .cust-contact .cust-contact-but a {
  margin-left: 30px;
  font-size: 20px;
  text-decoration: none;
}
#contactUsContainer .cust-contact .cust-contact-but a:hover,
#contactUsContainer .cust-contact .cust-contact-but a:focus{
  text-decoration: underline;
}
#contactUsContainer #contactUsFormSubmit {
  height: 50px;
  font-size: 20px;
  font-weight: 400;
  padding-left: 70px;
  padding-right: 70px;
}

.cust-support .contact-us-success-msg {
  border: 1px solid #B2A847;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 5px 10px; }
/*  END: Contact Us Page
=================================================*/
