.newsletter-form {
  position: relative;
}

#nl-form-section {
  max-width: 500px;
  margin: 0 auto;
}

.newsletter-form input {
  border-radius: 0;
  border: 0;
  color: #000;
}

.newsletter-form input::placeholder {
  color: #000;
}

#nl-form-banner .form-group {
  margin-bottom: 0;
}

#nl-form-banner input {
  background: rgba(255,255,255,0.6);
}

#nl-form-section input {
  background: #fff;
}

.button-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}

.newsletter-form .btn-submit {
  position: absolute;
  right: -60px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 45px;
  height: 100%;
  border: none;
}

.newsletter-form .radio {
  margin-right: 10px;
}

.newsletter-form .btn-submit:after {
  display: inline-block;
  content: '';
  margin-left: -5px;
  margin-top: -2px;
  border-style: solid;
  border-width: 4px 4px 0 0;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: rotate(45deg) translate(-50%);
  vertical-align: middle;
  border-color: rgba(1, 147, 169, .6);
  transition: all 200ms linear;
}

.newsletter-form .btn-submit:hover:after {
  border-color: var(--blue);
  transition: all 200ms linear;
}

@media screen and (max-width: 990px) {

  #nl-form-banner {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  #nl-form-banner .form-group {
    width: 80%;
  }

  .newsletter-form .btn-submit {
    position: relative;
    height: 45px;
    margin: 0;
    right: 0px;
    top: 0px;
  }
}

.section-newsletter .btn-submit {
  position: relative;
  left: -16px;
  bottom: 10px;
  margin: auto;
  width: 100%;
  height: 100%;
  border: none;
}

.section-newsletter .btn-submit:after {
  content: none;
}

.section-newsletter .button-wrapper {
  position: relative;
}


#nl-form-section .btn-submit {
  background: var(--blue);
}

#nl-form-section .btn-submit:after {
  border-color: rgba(255,255,255,0.6);
}

#nl-form-section .btn-submit:hover:after {
  border-color: #fff;
  transition: all 200ms linear;
}

#request-form-popup, #request-form {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  font-size: 22px;
}

#request-form-popup .form-group, #request-form .form-group {
  display: inline-block;
  margin-left: .5rem;
  margin-right: .5rem;
  margin-bottom: 2rem;
}

.border-bottom-form .form-control {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #000;
}

.border-bottom-form .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: var(--blue);
}

.border-bottom-form .form-check {
  font-size: 14px;
  margin-bottom: 1.5rem;
}

.btn-submit {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  padding: 12px 10px 10px;
  border: none;
}

.filters .form-select {
  border-color: transparent;
  color: var(--blue);
  padding: 0px 7px 0px 6px;
  text-transform: uppercase;
  font-weight: 600;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  outline: none !important;
}

.filters .select-container {
  display: inline-block;
  position: relative;
  border: 2px solid var(--blue);
  border-radius: 20px;
  padding: 3px 15px 0;
  margin-right: 1rem;
}

.filters .select-container:after {
  display: inline-block;
  content: '';
  margin-left: 0;
  border-style: solid;
  border-width: 0.15em 0.15em 0 0;
  width: 0.45em;
  height: 0.45em;
  top: -0.15em;
  left: 0;
  position: relative;
  transform: rotate(135deg);
  vertical-align: middle;
  border-color: var(--blue);
}
