@font-face {
  font-family: "Gibson";
  src: url("/fonts/Gibson-Medium.otf") format("truetype");
}
html.redesign.redesign-contact-us {
  background: linear-gradient(to bottom, blue 0, blue 280px, white 280px, white 99%, black 99%, black 100%);
}
html.redesign.redesign-contact-us body.contact_us div#view div#content div#contact_us h1 {
  font-family: "Poppins", sans-serif;
  color: black;
  font-weight: 600;
  font-size: 36px;
  border: none;
  text-transform: capitalize;
}
html.redesign.redesign-contact-us body.contact_us div#view div#content form {
  border: none;
}
html.redesign.redesign-contact-us body.contact_us div#view div#content form label.hs-error-msg {
  color: red;
}
html.redesign.redesign-contact-us body.contact_us div#view div#content form div.hs-submit {
  margin-top: 20px;
}
html.redesign.redesign-contact-us body.contact_us div#view div#content form div.hs-submit input {
  background-color: blue;
  font-family: "Poppins", sans-serif;
  border: none;
  border-radius: 0;
  cursor: pointer;
  width: 100%;
  max-width: 400px;
}
html.redesign.redesign-contact-us body.contact_us div#view div#content form fieldset div label,
html.redesign.redesign-contact-us body.contact_us div#view div#content form fieldset div p,
html.redesign.redesign-contact-us body.contact_us div#view div#content form fieldset div span {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: black;
  margin-top: 10px;
}
html.redesign.redesign-contact-us body.contact_us div#view div#content form fieldset div a {
  cursor: pointer;
  color: blue;
}
html.redesign.redesign-contact-us body.contact_us div#view div#content form fieldset div a:hover {
  color: rgba(0, 0, 255, 0.5);
}
html.redesign.redesign-contact-us body.contact_us div#view div#content form fieldset div p {
  margin-top: 20px;
}
html.redesign.redesign-contact-us body.contact_us div#view div#content form fieldset div input {
  border-radius: 0;
  border-color: #dde4ed;
}
html.redesign.redesign-contact-us body.contact_us div#view div#content div#contact_us h2 {
  font-family: "Poppins", sans-serif;
  color: black;
  font-weight: 300;
  font-size: 30px;
}
html.redesign.redesign-contact-us body.contact_us div#view div#content div#contact_us p {
  font-family: "Poppins", sans-serif;
  color: black;
  font-size: 14px;
}
html.redesign.redesign-contact-us body.contact_us div#view div#content div#contact_us p a {
  color: blue;
  font-weight: normal;
}
html.redesign.redesign-contact-us body.contact_us div#view div#content div#contact_us p a b {
  font-weight: normal;
}
html.redesign.redesign-contact-us body.contact_us div#view div#content div#contact_us p a:hover {
  color: rgba(0, 0, 255, 0.5);
}
html.redesign.redesign-contact-us body.contact_us div#view div#content div#contact_us h3 {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
}
html.redesign.redesign-contact-us body.contact_us div#view div#content div#contact_us h3 + p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}
html.redesign.redesign-contact-us body.contact_us div#view div#content div#contact_us table {
  margin-top: 30px;
  margin-bottom: 30px;
}
html.redesign.redesign-contact-us body.contact_us div#view div#content div#contact_us table tr:last-child td {
  border-bottom: none;
}
html.redesign.redesign-contact-us body.contact_us div#view div#content div#contact_us table tr td {
  border-top: none;
  border-left: none;
}
html.redesign.redesign-contact-us body.contact_us div#view div#content div#contact_us table tr td ol li {
  font-family: "Poppins", sans-serif;
  color: black;
  font-weight: normal;
}
html.redesign.redesign-contact-us body.contact_us div#view div#content div#contact_us table tr td ol li h2 {
  font-family: "Poppins", sans-serif;
  color: black;
  font-weight: normal;
}
html.redesign.redesign-contact-us body.contact_us div#view div#content div#contact_us table tr td ol li b,
html.redesign.redesign-contact-us body.contact_us div#view div#content div#contact_us table tr td ol li strong {
  font-weight: normal;
}
html.redesign.redesign-contact-us body.contact_us div#view div#content div#contact_us table tr td ol li a {
  color: blue;
  font-weight: normal;
}
html.redesign.redesign-contact-us body.contact_us div#view div#content div#contact_us table tr td ol li a:hover {
  color: rgba(0, 0, 255, 0.5);
}
html.redesign.redesign-contact-us body.contact_us div#view div#content div#contact-us-container {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
html.redesign.redesign-contact-us body.contact_us div#view div#content div#contact-us-container div.contact-us-left {
  width: 360px;
  padding: 65px 50px;
  background-color: blue;
  flex: 0 0 auto;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: white;
  border: none;
}
html.redesign.redesign-contact-us body.contact_us div#view div#content div#contact-us-container div.contact-us-left h6 {
  font-weight: 500;
  font-size: 36px;
  margin: 0;
}
html.redesign.redesign-contact-us body.contact_us div#view div#content div#contact-us-container div.contact-us-left div.contact-us-phones {
  margin-top: 30px;
}
html.redesign.redesign-contact-us body.contact_us div#view div#content div#contact-us-container div.contact-us-left div.contact-us-phones li {
  padding-bottom: 5px;
}
html.redesign.redesign-contact-us body.contact_us div#view div#content div#contact-us-container div.contact-us-right {
  width: calc(100% - 360px);
  padding: 40px 55px;
}
