.rtf {
  padding: 50px 0;
}
.rtf h2 {
  color: #ff600a;
}
.rtf .rtf-content {
  margin: 0 auto;
  max-width: 800px;
}
.rtf .rtf-content p {
  font-size: 1.3em;
}
.rtf .rtf-content p.link-wrap.btn-center {
  text-align: center;
}
.rtf .rtf-content ul,
.rtf .rtf-content li {
  font-size: 1.3em;
  line-height: 1.2;
  padding-bottom: 20px;
}
.rtf .rtf-content ul ul,
.rtf .rtf-content li ul,
.rtf .rtf-content ul ul > li,
.rtf .rtf-content li ul > li {
  font-size: inherit;
  line-height: inherit;
  margin-top: 6px;
  padding-bottom: 0;
}
.rtf ol li {
  line-height: 36px;
}
.rtf table,
.rtf td {
  border: none;
}
.rtf table li,
.rtf td li {
  font-size: 18px;
  line-height: 25px;
}
.rtf a {
  color: #ff600a;
}
.rtf .gform_wrapper .gform_heading h2 {
  color: #ff600a;
  max-width: 400px;
}
.rtf .gform_wrapper .gform_body input,
.rtf .gform_wrapper .gform_body select {
  border: solid 1px #000;
  border-radius: 20px;
}
.rtf .gform_wrapper .gform_body select {
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 98% 50%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  min-height: 32px;
}
@media (max-width: 640px) {
  .rtf .gform_wrapper .gform_body select {
    line-height: 2;
  }
}
.rtf .gform_wrapper.gravity-theme .gfield_required {
  color: #ff600a !important;
}
.rtf .gform_wrapper .gform_footer {
  justify-content: center;
}
.rtf .gform_wrapper .gform_footer input[type="submit"] {
  background-color: #ff600a;
  border: none;
  border-radius: 20px;
  color: #fff;
  padding: 5px 30px;
  text-transform: uppercase;
}
.rtf.fw .rtf-content {
  max-width: none;
}
.rtf.fw .rtf-content #locator p {
  font-size: 1.2em;
  margin-bottom: 0;
}
.rtf.fw .rtf-content #locator p.locator-header {
  font-size: 16px;
}
