.uwm .header .nav-menu-buttons, .uwm .header .nav-bar {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .uwm .header .logo__link {
    transform: translateY(-60px);
  }
}
@media only screen and (min-width: 1280px) {
  .uwm .header .logo__link {
    height: 80px;
    width: 325px;
    transform: translateY(-45px);
  }
}
@media only screen and (min-width: 1024px) {
  .uwm .header .container {
    min-height: 50px;
  }
}
.uwm .main {
  min-height: 0 !important;
}
.uwm .footer {
  margin-top: 0;
}
.uwm .body {
  position: relative;
  padding: 1rem;
}
.uwm .body:before, .uwm .body:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1024px) {
  .uwm .body:before, .uwm .body:after {
    display: none;
  }
}
.uwm .body:before {
  background-image: url("../../images/bg-full.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  opacity: 0.5;
}
.uwm .body:after {
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.uwm .body .container {
  position: relative;
  z-index: 5;
  padding: 1rem;
  border-radius: 3px;
}
@media only screen and (min-width: 375px) {
  .uwm .body .container {
    padding: 1.5rem;
  }
}
@media only screen and (min-width: 428px) and (max-height: 926px) {
  .uwm .body .container {
    padding: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .uwm .body .container {
    max-width: 80%;
    margin: 0 auto;
    padding: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .uwm .body .container {
    background-color: white;
    max-width: none;
    padding: 0.5rem;
    display: flex;
    border-radius: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .uwm .body .container {
    padding: 1rem;
  }
}
.uwm__text--title {
  font-family: Daikon-Bold, sans-serif;
  color: white;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
}
@media only screen and (min-width: 375px) {
  .uwm__text--title {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 428px) and (max-height: 926px) {
  .uwm__text--title {
    font-size: 2.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .uwm__text--title {
    font-size: 3rem;
    margin-bottom: 0.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .uwm__text--title {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 1280px) {
  .uwm__text--title {
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 1900px) {
  .uwm__text--title {
    font-size: 3.4rem;
  }
}
@media only screen and (min-width: 2500px) {
  .uwm__text--title {
    font-size: 3.8rem;
  }
}
.uwm__text--select-states-title {
  text-align: center;
  font-size: 2.2rem;
  font-family: Montserrat, sans-serif;
  color: #59595B;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 1280px) {
  .uwm__text--select-states-title {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 1900px) {
  .uwm__text--select-states-title {
    font-size: 2.6rem;
  }
}
@media only screen and (min-width: 2500px) {
  .uwm__text--select-states-title {
    font-size: 2.8rem;
  }
}
.uwm__text--para {
  font-family: Montserrat, sans-serif;
  color: white;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 500;
  max-width: 85%;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (min-width: 375px) {
  .uwm__text--para {
    max-width: 80%;
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 428px) and (max-height: 926px) {
  .uwm__text--para {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .uwm__text--para {
    font-size: 1.8rem;
    max-width: 70%;
  }
}
@media only screen and (min-width: 1024px) {
  .uwm__text--para {
    font-size: 1.6rem;
    max-width: 90%;
    margin: 0 auto;
    text-align: center;
  }
}
@media only screen and (min-width: 1280px) {
  .uwm__text--para {
    font-size: 1.7rem;
  }
}
@media only screen and (min-width: 1425px) and (min-height: 708px) {
  .uwm__text--para {
    max-width: 85%;
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1900px) {
  .uwm__text--para {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 2500px) {
  .uwm__text--para {
    max-width: 60%;
  }
}
.uwm__text--link, .uwm__text--address {
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  color: white;
  font-weight: 600;
  font-size: 1.3rem;
}
@media only screen and (min-width: 1024px) {
  .uwm__text--link, .uwm__text--address {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 1280px) {
  .uwm__text--link, .uwm__text--address {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 1440px) and (min-height: 800px) {
  .uwm__text--link, .uwm__text--address {
    font-size: 1.7rem;
  }
}
@media only screen and (min-width: 1900px) {
  .uwm__text--link, .uwm__text--address {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .uwm__text--address {
    line-height: 1.4;
  }
}
@media only screen and (min-width: 1024px) {
  .uwm__text--address {
    padding-left: 3.3rem;
  }
}
@media only screen and (min-width: 1280px) {
  .uwm__text--address {
    line-height: 1.5;
  }
}
@media only screen and (min-width: 1900px) {
  .uwm__text--address {
    padding-left: 3.8rem;
  }
}
.uwm__text--number {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
.uwm__btn {
  border: none;
  border-radius: 100px;
  padding: 0.5rem 1.5rem;
}
.uwm__btn--close-modal {
  z-index: 1;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  margin: 0 0 0 auto;
  background-color: #01aeef;
  color: white;
  font-size: 1.2rem;
  font-weight: 500;
}
@media only screen and (min-width: 375px) {
  .uwm__btn--close-modal {
    font-size: 1.3rem;
    top: 1rem;
    right: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .uwm__btn--close-modal {
    font-size: 1.4rem;
  }
}
.uwm__btn--submit {
  background-color: rgb(0.7875, 137.025, 188.2125);
  color: white;
  font-size: 1.4rem;
  padding: 0.8rem 3rem;
  font-weight: 600;
}
@media only screen and (min-width: 375px) {
  .uwm__btn--submit {
    font-size: 1.5rem;
    padding: 1rem 4rem;
  }
}
@media only screen and (min-width: 1280px) {
  .uwm__btn--submit {
    font-size: 1.7rem;
    padding: 1.2rem 5rem;
  }
}
@media only screen and (min-width: 1900px) {
  .uwm__btn--submit {
    font-size: 1.8rem;
    padding: 1.5rem 6rem;
  }
}
.uwm__btn[disabled] {
  opacity: 0.9;
  cursor: not-allowed;
  background-color: grey;
}
@media only screen and (min-width: 1024px) {
  .uwm__btn[disabled] {
    opacity: 0.4;
    background-color: rgb(0.7875, 137.025, 188.2125);
  }
}
.uwm .selected-states {
  padding: 0.5rem;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1900px) {
  .uwm .selected-states {
    padding: 1rem;
  }
}
.uwm .selected-states__btn {
  flex: 0 1 auto;
  font-weight: 500;
  margin: 0.2rem;
  border-radius: 5px;
  padding: 0.3rem 0.8rem;
  border: none;
  color: #051d3a;
  background-color: white;
  border-bottom: 1px solid #051d3a;
  font-size: 1.2rem;
}
@media only screen and (min-width: 1024px) {
  .uwm .selected-states__btn {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 1900px) {
  .uwm .selected-states__btn {
    font-size: 1.6rem;
    padding: 0.5rem 1rem;
    margin: 0.3rem;
  }
}
@media only screen and (min-width: 2500px) {
  .uwm .selected-states__btn {
    font-size: 1.8rem;
    padding: 0.6rem 1.2rem;
  }
}
.uwm .selected-states__btn span, .uwm .selected-states__btn svg {
  vertical-align: middle;
}
.uwm .selected-states__btn span {
  margin-right: 0.3rem;
}
.uwm .selected-states__btn svg {
  height: 10px;
  width: 10px;
}
.uwm .form {
  position: relative;
  z-index: 1;
}
.uwm .form fieldset.contact-method {
  margin: 1rem;
}
.uwm .form--right {
  max-width: 400px;
  margin: 0 auto;
}
@media only screen and (min-width: 1900px) {
  .uwm .form--right {
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 2500px) {
  .uwm .form--right {
    max-width: 450px;
  }
}
@media only screen and (min-width: 768px) {
  .uwm .form__flex:not(.uwm .form__flex--xl) .form__field:first-child {
    padding-right: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .uwm .form__flex:not(.uwm .form__flex--xl) .form__field:last-child {
    padding-left: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .uwm .form__flex--xl .form__field:last-child {
    padding-left: 0;
    padding-right: 0;
  }
}
.uwm .form__field {
  display: flex;
}
@media only screen and (min-width: 1024px) {
  .uwm .form__field {
    margin: 0.6rem 0;
  }
}
@media only screen and (min-width: 1280px) {
  .uwm .form__field {
    margin: 0.5rem 0;
  }
}
.uwm .form__field--column {
  flex-direction: column;
}
.uwm .form__field--submit {
  justify-content: flex-end;
}
@media only screen and (min-width: 1024px) {
  .uwm .form__field--submit {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
  }
}
@media only screen and (min-width: 1280px) {
  .uwm .form__field--submit {
    bottom: 3rem;
    right: 3rem;
  }
}
@media only screen and (min-width: 1425px) and (min-height: 708px) {
  .uwm .form__field--submit {
    bottom: 5rem;
    right: 5rem;
  }
}
@media only screen and (min-width: 1900px) {
  .uwm .form__field--submit {
    bottom: 8rem;
    right: 8rem;
  }
}
.uwm .form label {
  flex: auto;
  margin: 0;
}
.uwm .form label.checkbox {
  color: white;
  display: flex;
  flex: 1 1 auto;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  font-size: 1.6rem;
}
@media only screen and (min-width: 1280px) {
  .uwm .form label.checkbox {
    margin: 1rem 0;
  }
}
@media only screen and (min-width: 1900px) {
  .uwm .form label.checkbox {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 2500px) {
  .uwm .form label.checkbox {
    font-size: 2rem;
  }
}
.uwm .form label.checkbox input[type=radio] {
  height: 20px;
  width: 20px;
}
.uwm .form label.checkbox span {
  margin-left: 0.5rem;
  font-weight: 500;
}
.uwm .form__btn--show-map {
  border: none;
  color: white;
  background-color: #01aeef;
  border-radius: 3px;
}
@media only screen and (min-width: 1024px) {
  .uwm .form__btn--show-map {
    padding: 1rem 3rem;
    font-size: 1.5rem;
    font-weight: 700;
  }
}
.uwm .form__text--label-title {
  display: block;
  margin-left: 0.5rem;
  margin-bottom: 0.3rem;
  font-size: 1.6rem;
  color: white;
}
@media only screen and (min-width: 375px) {
  .uwm .form__text--label-title {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 428px) and (max-height: 926px) {
  .uwm .form__text--label-title {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .uwm .form__text--label-title {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .uwm .form__text--label-title {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 1900px) {
  .uwm .form__text--label-title {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 2500px) {
  .uwm .form__text--label-title {
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .uwm .form__text--label-title--dark {
    color: #57575C;
    text-align: center;
  }
}
@media only screen and (min-width: 1280px) {
  .uwm .form__text--label-title--dark {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 1900px) {
  .uwm .form__text--label-title--dark {
    font-size: 1.7rem;
  }
}
@media only screen and (min-width: 2500px) {
  .uwm .form__text--label-title--dark {
    font-size: 1.8rem;
  }
}
.uwm .form__text--para {
  font-weight: 600;
}
.uwm .form__text--small {
  font-size: 1.2rem;
  color: white;
  margin: 0.3rem 0;
  line-height: 1.4;
}
@media only screen and (min-width: 375px) {
  .uwm .form__text--small {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 768px) {
  .uwm .form__text--small {
    font-size: 1.4rem;
    color: #868686;
  }
}
@media only screen and (min-width: 1024px) {
  .uwm .form__text--small {
    font-size: 1.5rem;
  }
}
.uwm .form textarea {
  resize: none;
}
@media only screen and (min-width: 1024px) {
  .uwm .form textarea {
    min-height: 100px;
  }
}
@media only screen and (min-width: 1900px) {
  .uwm .form textarea {
    min-height: 150px;
  }
}
.uwm .form select {
  font-family: Cabin, sans-serif;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%;
  background-size: 0.65em auto;
}
.uwm .form select option.selected {
  background-color: #01aeef;
  color: white;
}
@media only screen and (min-width: 1024px) {
  .uwm .column {
    padding: 2rem;
    position: relative;
    flex: 0 0 50%;
  }
}
@media only screen and (min-width: 1280px) {
  .uwm .column {
    padding: 2.5rem;
  }
}
@media only screen and (min-width: 1900px) {
  .uwm .column {
    padding: 4rem;
  }
}
@media only screen and (min-width: 2500px) {
  .uwm .column {
    padding: 6rem;
  }
}
@media only screen and (min-width: 1024px) {
  .uwm .column--left {
    flex-basis: 45%;
  }
}
@media only screen and (min-width: 1280px) {
  .uwm .column--left {
    flex-basis: 40%;
  }
}
@media only screen and (min-width: 1900px) {
  .uwm .column--left {
    flex-basis: 33%;
  }
}
.uwm .column--left:before, .uwm .column--left:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  border-radius: 3px;
}
@media only screen and (min-width: 1024px) {
  .uwm .column--left:before {
    background-image: url(https://connectgs.com/images/ExpertsConnect/Landing/EML-Landing-BG.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.75;
    z-index: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .uwm .column--left:after {
    background-color: #0189bc;
    opacity: 0.9;
    z-index: 1;
  }
}
.uwm .column--right {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .uwm .column--right {
    display: block;
    padding: 0;
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1;
  }
}
@media only screen and (min-width: 1024px) {
  .uwm .column__container--mobile {
    display: none;
  }
}
.uwm .column__container--desktop {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .uwm .column__container--desktop {
    display: block;
    z-index: 2;
    position: relative;
  }
}
@media only screen and (min-width: 1024px) {
  .uwm .column__container--left, .uwm .column__container--right {
    height: 100%;
  }
}
.uwm .column__container--left {
  display: flex;
  flex-direction: column;
}
.uwm .column__section {
  z-index: 3;
}
@media only screen and (min-width: 1024px) {
  .uwm .column__section {
    flex: 1 1 auto;
  }
}
.uwm .column__section--note {
  flex-grow: 0;
}
@media only screen and (min-width: 1280px) {
  .uwm .column__section--note {
    margin-bottom: 0.5rem;
  }
}
@media only screen and (min-width: 1900px) {
  .uwm .column__section--note {
    margin-bottom: 1rem;
  }
}
.uwm .column__section--form-fields {
  flex-grow: 1;
}
.uwm .column__section--contact-info {
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  max-width: 80%;
  margin: 1rem auto 0 auto;
}
.uwm .contact-field {
  flex: 0 1 auto;
  display: flex;
  align-items: center;
  padding: 0.3rem;
}
.uwm .contact-field--phone svg, .uwm .contact-field--phone .svg, .uwm .contact-field--email svg, .uwm .contact-field--email .svg, .uwm .contact-field--address svg, .uwm .contact-field--address .svg {
  height: 25px;
  width: 25px;
  fill: white;
  display: none;
}
@media only screen and (min-width: 1024px) {
  .uwm .contact-field--phone svg, .uwm .contact-field--phone .svg, .uwm .contact-field--email svg, .uwm .contact-field--email .svg, .uwm .contact-field--address svg, .uwm .contact-field--address .svg {
    display: block;
    margin-right: 0.8rem;
  }
}
@media only screen and (min-width: 1900px) {
  .uwm .contact-field--phone svg, .uwm .contact-field--phone .svg, .uwm .contact-field--email svg, .uwm .contact-field--email .svg, .uwm .contact-field--address svg, .uwm .contact-field--address .svg {
    height: 30px;
    width: 30px;
  }
}
.uwm .contact-field--phone svg path, .uwm .contact-field--phone .svg path, .uwm .contact-field--email svg path, .uwm .contact-field--email .svg path, .uwm .contact-field--address svg path, .uwm .contact-field--address .svg path {
  background-color: white;
  fill: white;
}
.uwm .contact-field--address address {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.uwm .contact-field--social .link {
  background-color: white;
  display: block;
  margin-right: 0.8rem;
  border-radius: 100px;
  padding: 0.3rem;
  height: 35px;
  width: 35px;
}
@media only screen and (min-width: 1024px) {
  .uwm .contact-field--social .link {
    height: 35px;
    width: 35px;
  }
}
@media only screen and (min-width: 1280px) {
  .uwm .contact-field--social .link {
    height: 40px;
    width: 40px;
  }
}
@media only screen and (min-width: 1900px) {
  .uwm .contact-field--social .link {
    height: 50px;
    width: 50px;
  }
}
.uwm .contact-field--social .link:last-child {
  margin-right: 0;
}
.uwm .contact-field--social svg {
  height: 100%;
  width: 100%;
  border-radius: 100px;
}
.uwm .map-component {
  width: 100%;
  padding: 0;
  max-width: none;
  height: auto;
}
@media only screen and (min-width: 1280px) {
  .uwm .map-component {
    max-width: 95%;
  }
}
@media only screen and (min-width: 1425px) and (min-height: 708px) {
  .uwm .map-component {
    max-width: 85%;
  }
}
@media only screen and (min-width: 1900px) {
  .uwm .map-component {
    max-width: 80%;
  }
}
@media only screen and (min-width: 1024px) {
  .uwm .map-component__svg--alaska {
    height: 100px;
    width: 100px;
    left: 5%;
    bottom: 5%;
  }
}
@media only screen and (min-width: 1280px) {
  .uwm .map-component__svg--alaska {
    height: 125px;
    width: 125px;
  }
}
@media only screen and (min-width: 1900px) {
  .uwm .map-component__svg--alaska {
    height: 150px;
    width: 150px;
    bottom: 12%;
    left: 12%;
  }
}
@media only screen and (min-width: 2500px) {
  .uwm .map-component__svg--alaska {
    height: 200px;
    width: 200px;
  }
}
.uwm .map-component__state:active .map-component__land, .uwm .map-component__state:focus .map-component__land, .uwm .map-component__state:hover .map-component__land {
  fill: #ccc;
}
.uwm .map-component__state .map-component__land.map-component__land--selected {
  fill: #01aeef;
}
.uwm .map-component__state--alaska {
  transform: translate(300px, 150px) scale(0.7);
}
.uwm .map-component__tool-tip {
  display: none;
}
.uwm .loading {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) {
  .uwm .loading {
    top: 25%;
    transform: translateX(-50%);
  }
}
.uwm .status-section {
  min-height: 400px;
  border-radius: 5px;
}
@media only screen and (min-width: 768px) {
  .uwm .status-section {
    min-height: 600px;
  }
}
@media only screen and (min-width: 1900px) {
  .uwm .status-section {
    min-height: 926px;
  }
}
.uwm .status-section--submitted {
  background-color: white;
  padding: 2rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .uwm .status-section--submitted {
    padding: 5rem;
  }
}
@media only screen and (min-width: 1900px) {
  .uwm .status-section--submitted {
    padding: 8rem 6rem;
  }
}
@media only screen and (min-width: 2500px) {
  .uwm .status-section--submitted {
    padding: 10rem;
  }
}
.uwm .status-section--submitted h3 {
  font-family: Daikon-Bold, sans-serif;
  font-size: 2.2rem;
  color: #262B2E;
  margin-bottom: 1rem;
  text-align: center;
}
@media only screen and (min-width: 375px) {
  .uwm .status-section--submitted h3 {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 428px) and (max-height: 926px) {
  .uwm .status-section--submitted h3 {
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .uwm .status-section--submitted h3 {
    font-size: 3.2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .uwm .status-section--submitted h3 {
    font-size: 3.4rem;
  }
}
@media only screen and (min-width: 1280px) {
  .uwm .status-section--submitted h3 {
    font-size: 3.6rem;
  }
}
@media only screen and (min-width: 1900px) {
  .uwm .status-section--submitted h3 {
    font-size: 3.8rem;
  }
}
@media only screen and (min-width: 2500px) {
  .uwm .status-section--submitted h3 {
    font-size: 4.2rem;
  }
}
.uwm .status-section--submitted p {
  font-family: Montserrat, sans-serif;
  color: #57575C;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.3;
  max-width: 90%;
  margin: 1rem auto;
}
@media only screen and (min-width: 375px) {
  .uwm .status-section--submitted p {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 428px) and (max-height: 926px) {
  .uwm .status-section--submitted p {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .uwm .status-section--submitted p {
    font-size: 2.2rem;
    max-width: 85%;
    line-height: 1.4;
  }
}
@media only screen and (min-width: 1024px) {
  .uwm .status-section--submitted p {
    font-size: 2.4rem;
    max-width: 95%;
  }
}
@media only screen and (min-width: 1280px) {
  .uwm .status-section--submitted p {
    max-width: 80%;
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 1425px) and (min-height: 708px) {
  .uwm .status-section--submitted p {
    max-width: 70%;
  }
}
@media only screen and (min-width: 1900px) {
  .uwm .status-section--submitted p {
    max-width: 50%;
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 2500px) {
  .uwm .status-section--submitted p {
    max-width: 45%;
    font-size: 2.6rem;
  }
}
.uwm .status-section--submitted p:last-child {
  margin-top: 3rem;
}

@keyframes showMap {
  0% {
    opacity: 0;
    transform: translateX(-50%) scale(0);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) scale(1);
  }
}
@keyframes showMap {
  0% {
    opacity: 0;
    transform: translateX(-50%) scale(0);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) scale(1);
  }
}
.contact-terms-of-use {
  color: white;
}

.contact-terms-of-use .contact-terms-of-use {
  padding-bottom: 5px;
}

.contact-terms-of-use .contact-terms-secondary-text {
  padding-left: 3px;
  text-align: justify;
}