body {
  overflow-x: hidden;
}

.contact-title {
  font-size: 42px;
}

.contact-row {
  margin-top: 15px;
}

.contact-button {
  font-size: 20px;
  margin-bottom: 10px;
  background-color: #ffffff;
  color: #4A90E2;
}

.contact-button:hover {
  background-color: #eeeeee;
  color: #4A90E2;
}

.contact-form {
  background-color: #4A90E2;
  color: white;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
}

.contact-email {
  font-size: 24px;
  font-weight: bold;
}

.contact-line-input {
	margin: 1%;
	width: 47%;
}

.contact-text-input {
  width: 97%;
  margin: 1%;
}

.contact-form-row {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.contact-input {
  border: 2px solid #ffffff;
}

#customer_message {
	resize: none;
}

#contact-disclaimer {
  text-align: center;
  font-size: 12px;
  margin-top: 5px;
}

#submit-row {
  margin-left: 77%
}

.contact-header {
  background-image: url(../images/customer-service.jpg);
  background-size: cover;
  height: 400px;
  margin: 0px -14rem;
  padding: 0rem 14rem;
  color: #ffffff;
  background-position-y: -125px;
}

.header-overlay {
  height: 400px;
  background-color: #2B5D9CD5;
  margin: 0px -14rem;
  padding: 0rem 14rem;
}

.header-text {
  padding-top: 100px;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  font-size: 18px;
  text-align: center;
}

.email-list {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}

.navbar-default {
  margin-bottom: 0px;
}

/* This helps on small screens */
@media(max-width:765px){
  .contact-title {
    font-size: 24px;
  }

  .header-text {
    font-size: 14px;
  }

  .contact-form {
    width: 90%;
  }

  #submit-row {
    margin-left: 68%;
  }

  .contact-header {
    background-position-y: 0px;
  }
}

@media(max-width:480px){
  .email-list {
    font-size: 14px;
  }
}


#inquiry-type-row .inquiry-type-radio.checked {
  color: #FFFFFF;
}

#inquiry-type-row .fui-radio-checked {
  color: #FFFFFF;
}
