.footer > .container {
  max-width: 960px;
  margin: auto; }

.not-responsive .footer > .container {
  width: 960px; }

.not-responsive .footer {
  min-width: 960px; }

.footer a:hover {
  border-bottom: none; }

@media screen and (max-width: 53.75rem) {
  .responsive .footer .container {
    padding: 2rem 1rem; }
    .responsive .footer .container .footer-info {
      margin-top: 12px;
      margin-bottom: 12px; }
    .responsive .footer .container .footer-statement {
      margin: 1.1rem 0; }
    .responsive .footer .container .footer-social {
      line-height: 32px;
      margin-bottom: 18px; } }

.footer {
  background-color: #f2ece9;
  border-top: 1px solid #f9e7e4;
  border-top: 1px solid #e5dbd6;
  text-align: left;
  margin-top: 60px; }
  .footer .footer-statement {
    text-align: center; }

.footer .container {
  padding: 1.875rem 1rem; }

.footer .container {
  align-items: top;
  display: flex; }

@media screen and (max-width: 53.75rem) {
  .responsive .footer .container {
    text-align: center;
    display: block; } }

.footer .footer-info {
  color: #555;
  font-size: 11px;
  line-height: 24px;
  font-weight: 600;
  margin: 0.875rem 0;
  text-transform: uppercase; }

.footer .footer-info {
  flex: 0 0 18em;
  text-align: left; }

@media screen and (max-width: 53.75rem) {
  .responsive .footer .footer-info {
    text-align: center; }
  .responsive .footer .footer-statement {
    text-align: center; }
  .responsive .footer .footer-tagline {
    padding-left: 2em;
    padding-right: 2em; } }

.footer .footer-info a {
  color: #C0260B; }

.footer .footer-statement {
  color: #666;
  flex: 1;
  font-size: 1.1rem;
  margin: 1rem 0;
  line-height: 26.4px; }

.footer .footer-social {
  margin: 1rem 0; }

.footer .footer-contributions {
  font-size: 11px;
  text-align: center; }

.footer .footer-contributions .contributor {
  flex: 1 0 11em; }

.footer .footer-contributions .logo-heroku {
  max-height: 35px; }

.footer .footer-contributions .logo-fastly {
  max-height: 45px; }

@media screen and (min-width: 53.75rem) {
  .footer .footer-contributions {
    display: flex;
    flex: 0 0 21em; } }

.footer .footer-social a {
  -webkit-transition: opacity 200ms, color 200ms;
  -moz-transition: opacity 200ms, color 200ms;
  transition: opacity 200ms, color 200ms;
  color: #999;
  font-size: 1.5rem;
  margin-left: 0.75rem;
  opacity: 0.7; }

@media screen and (max-width: 53.75rem) {
  .footer .footer-social a:first-child {
    margin-left: 0; } }

.footer .footer-social a:hover {
  color: #dd6a58;
  opacity: 1; }

.header-nav.container {
  width: 980px;
  padding: 0 1rem;
  list-style-type: none;
  margin: auto; }

.responsive .header-nav.container {
  max-width: 980px;
  width: auto; }

.not-responsive .header {
  min-width: 980px; }

.header a:hover {
  border-bottom: none; }

.header {
  background-color: #e47051;
  background: #dd6a58 url("./images/header.svg") top center no-repeat;
  background-size: cover;
  color: #fff;
  padding: 1rem 0; }

.header .container {
  display: flex;
  display: -webkit-flex; }

@media screen and (max-width: 53.75rem) {
  .responsive .header .container {
    display: block; } }

.header .header-nav {
  align-items: center;
  display: flex;
  justify-content: space-between;
  height: 2.8rem; }

@media screen and (max-width: 53.75rem) {
  .responsive .header .header-nav {
    height: auto; } }

.header a {
  color: #fff;
  display: block;
  font-size: 1.1em;
  padding: 0.5em 0;
  text-align: center;
  width: 100%; }

@media screen and (max-width: 53.75rem) {
  .responsive .header a {
    line-height: 24px; } }

.header-nav li {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0 0;
  -moz-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  display: inline-block; }

@media screen and (max-width: 53.75em) {
  .responsive .header-nav li {
    display: inherit; } }

@media screen and (max-width: 53.75em) {
  .responsive .header-nav li:not(.header-logo):not(.header-search) {
    width: 32%;
    display: inline-block; } }

.header-nav li:not(.header-logo):not(.header-search) {
  width: auto; }

.header-nav .header-logo {
  -webkit-box-flex: 1.5;
  -moz-box-flex: 1.5;
  box-flex: 1.5;
  -webkit-flex: 1.5 0 0;
  -moz-flex: 1.5 0 0;
  -ms-flex: 1.5 0 0;
  flex: 1.5 0 0; }

.header-nav .header-search {
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  box-flex: 2;
  -webkit-flex: 2 0 0;
  -moz-flex: 2 0 0;
  -ms-flex: 2 0 0;
  flex: 2 0 0; }

@media screen and (max-width: 53.75rem) {
  .responsive .header-nav .header-search {
    display: block; } }

.header-logo a {
  height: 40px;
  width: 100px;
  background: url("./images/ember-logo.svg") no-repeat;
  display: block; }

@media screen and (max-width: 53.75rem) {
  .responsive .header-logo a {
    margin: 0 auto; } }

.header-search {
  margin-left: 4%; }
  .header-search .algolia-autocomplete {
    display: block !important; }
  .header-search .search-input {
    width: 100%;
    height: 35px;
    margin-bottom: 0;
    padding-left: 2.5em;
    border: none;
    border-radius: 35px;
    outline: none;
    appearance: none;
    background: url("./images/search-icon.svg") rgba(255, 255, 255, 0.1) 10px 10px no-repeat;
    box-shadow: none;
    font-size: 0.9rem;
    line-height: 35px;
    color: white; }
  .header-search .search-input::-webkit-input-placeholder {
    color: white; }
  .header-search .search-input:-moz-placeholder {
    color: white; }
  .header-search .search-input::-moz-placeholder {
    color: white; }
  .header-search .search-input:-ms-input-placeholder {
    color: white; }

@media screen and (max-width: 53.75rem) {
  .responsive .header-search {
    margin-left: 0; } }

.visually-hidden {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

h1 {
  color: #444; }
