#footer {
    background: #1c1c1c;
    padding-top: 28px;
    color:#f8f8ff;
    font-size: 14px;
  }
  
  #footer ul {
    margin: 0;
  }
  
  #footer ul {
      list-style-type: none;
      /* padding-left: 38px; */
      padding-left: 0;
  }
  
  #footer {
      font-family: 'Open Sans', sans-serif;
  }
  
  #footer h3 {
      font-family: 'Nunito', sans-serif;
  }
  
  #footer form {
      margin-top: 20px;
  }
  
  #footer form > div {
      display: flex;
  }
  
  #footer .input-group-button {
      display: block;
  }
  
  #footer #footerSubmit {
      display: inline-block;
      font-weight: 400;
      text-align: center;
      white-space: nowrap;
      vertical-align: middle;
      user-select: none;
      /* border: none; */
      border: 1px solid #fff;
      line-height: 1.6;
      padding: 8px 10px 10px;
      border-radius: 6px;
      font-size: .9rem;
      margin: 0;
      display: flex;
  }
  
  #footer input {
      font-size: 14px !important;
      line-height: 1.6 !important;
      width: 148px;
      height: 18px;
      padding: 6px;
      box-sizing: content-box;
      margin-right: 7px;
      border-radius: 6px;
      margin-bottom: 14px;
  }
  
  #footer img {
      display: inline;
  }
  
  #footer > div > div {
      display: flex;
      justify-content: center;
      align-items: flex-start;
      flex-wrap: wrap;
      max-width: 100%;
      width: 100%;
      min-width: 100%;
      padding: 0 30px;
  }
  
  #footer > div > div > a {
      margin-left: 4px;
  }
  
  #footer > div {
      margin-left: 0px !important;
      margin-right: 0px !important;
  }
  
  #footer ul li {
    margin-bottom: 8px;
    line-height: 100%;
  }
  
  #footer h3 {
    color:#fff;
    font-weight: 400;
    margin:18px 0;
    line-height: 100%;
    font-size: 16px;
  }
  
  #footer a {
    color: #aaa;
    text-decoration: none;
  }
  
  #footer a:hover {
    text-decoration: underline;
    color:#fff;
  }
  
  #footer .box {
    display: inline-block;
    vertical-align: top;
    text-align: left;
  }
  
  #footer p.copyright,
  #footer p.copyright a {
    color: #777;
    line-height: 150%;
    margin:14px 0 24px;
  }
  
  #footer img.logo {
    width:18px;
    margin-top:1.2em;
  }
  
  #footer ul{
    margin:0 auto;
  }
  
  #footer ul li.social a {
    font-size: 120%;
    margin-right:0.1em;
    position: relative;
    top:0px;
    opacity: 1.0;
  }
  
  #footer ul li.social a:last-child {
    margin-right: 0;
  }
  
  #footer ul li.social a.prc {
    color:#00B5EF;
  }
  
  #footer ul li.social a.saltillo {
    color:#7A2986;
  }
  
  #footer ul li.social a:hover {
    text-decoration: none;
    opacity: 0.8;
  }
  
  #footer input.form-control::-webkit-input-placeholder {
    color: #ddd !important;
    opacity: 1;
  }
  
  #footer input.form-control::-moz-placeholder {
    color: #ddd !important;
    opacity: 1;
  }
  
  #footer input.form-control::placeholder {
  color: #ddd !important;
  opacity: 1;
  }
  
  #footer input.form-control:-ms-input-placeholder {
    color: #ddd !important;
    opacity: 1;
  }
  
  #footer input.form-control:-moz-placeholder {
    color: #ddd !important;
    opacity: 1;
  }
  
  #footer input.form-control,
  #footer button {
    background: #252525;
    color:#f8f8ff !important;
    border:none;
    box-shadow: none;
  }
  
  #footer input.form-control,
  #footer .btn {
    height: 18px;
  }
  
  #footer .btn {
    height: 30px;
  }
  
  #footer .btn:hover {
    background: #B8E986;
    color:#1c1c1c !important;
  }
  
  #footer a.achc, #footer a.atia {
    display: inline-block;
    margin: 0.5em 0.5em 0 0;
    opacity: 0.5;
  }
  
  #footer a.atia img {
    width: 45px;
  }
  
  #footer a.achc img {
    width: 35px;
  }
  
  #footer a.atia:hover, #footer a.achc:hover {
    opacity: 1.0;
  }
  
  #footer > div {
      margin-left: 0px !important;
      margin-right: 0px !important;
  }
  
  #footer.landing-consultant-lookup{
    /* background: rgba(33,33,33,0.9);
    -webkit-backdrop-filter: blur(0.2em);
    backdrop-filter: blur(0.2em); */
    background: none;
    padding:0;
    /* padding:10px; */
    margin-top: 0px;
  }
  #footer.landing-consultant-lookup h3{
    margin:0;
    margin-bottom:10px;
    font-size: 20px;
    font-size: 2vmin;
  }
  
  #footer.landing-consultant-lookup input{
    border: 1px solid #fff;
    color: #fff
  }
  
  
  @media (max-width: 600px) {
      #footer > div > div {
          justify-content: flex-start;
      }
      #footer > div > div > a {
          margin-right: -22px;
      }
  }
  
  .visible-xs {
      display: none!important;
  }
  
  @media (max-width: 768px) {
      .visible-xs {
          display: flex!important;
      }
  }