/* RESETS DOMINO STYLES */

body {
  font-family: -apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
}

.logo {
  width: auto;
  height: auto;
  float: none;
  border: none !important;
}

header a,
footer a,
#search-container a,
header a:hover,
footer a:hover,
#search-container a:hover {
  border-bottom: none !important;
}

header .icon,
footer .icon,
#search-container .icon,
#back-to-top .icon {
  border: none;
  float: none;
  margin: auto;
}

::placeholder {
  font-family: -apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
}

#funnelback-search-form {
  border: none;
}

footer h2,
footer h3 {
  color: white;
}

footer a:focus {
    background: none;
}

.menu--social .icon {
  display: inline-block;
  margin-right: .5rem;
}
.menu--social .icon svg{
  position: relative;
  top: 2px;
}

a.footer-feedback * {
  color: white !important;
}

a.footer-feedback span::after {
  content: none !important;
}

a.footer-feedback .icon svg.icon__svg {
  width: 1.25em;
  height: 1.25em;
}


/* RESPONSIVE STUFF */
#header {
  text-align: left;
}

@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {
  .searchForm {
      height: auto;
  }
}
