.mobile {
  display: none;
}
.full-width-image {
  width: 100%;
}
.container-fluid {
  position: relative;
}
.center-text-block {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  padding: 0.8em;
  right: 0;
  background-color: #ffffff d1;
  bottom: 0;
  text-align: center;
  z-index: 4;
  width: 400px;
  line-height: 1.7em;
  font-size: 1em;
}
h1 {
  font-family: acumin-pro-extra-condensed, sans-serif;
  text-transform: uppercase;
  font-size: 4.5em;
  margin-top: 0;
  margin-bottom: 0.1em;
  letter-spacing: 0.5px;
}
h4 {
  font-weight: bold;
  padding-top: 0;
  margin-bottom: 0.2em;
  font-size: 1.2em;
  margin-top: 0;
}
.header-copy {
  color: #e34c25;
  font-size: 1.1em;
  font-weight: bold;
}
.view-voices .view-content {
  margin-top: 2em;
}
.view-voices img {
  margin-bottom: 0.5em;
}
.view-voices p {
  font-size: 0.9em;
  line-height: 1.8em;
}
.view-voices .byline {
  font-size: 0.8em;
  margin-bottom: 0.8em;
}
.view-voices h2 {
  font-size: 1.3em;
  margin-top: 0.1em;
  margin-bottom: 0.1em;
}
.view-voices h2 a {
  color: #000;
}
.view-voices .views-row {
  margin-top: 1em;
}
.view-voices .tag {
  margin-bottom: 0.7em;
}
.view-voices .tag span {
  background-color: #ffcb2e;
  font-weight: bold;
  font-size: 0.8em;
  padding: 0.4em;
  font-family: acumin, sans-serif;
  text-transform: uppercase;
}
#squiggle {
  position: absolute;
  margin-left: auto;
  height: 1100px;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 160px;
  height: 1150px;
  text-align: center;
  z-index: 3;
}
.sponsors {
  text-align: center;
  margin-top: 4em;
}
.sponsors img {
  width: 250px;
}
.sponsors p {
  width: 80%;
  font-size: 0.95em;
}
#community-conversations-banner {
  margin-top: 2em;
}
.mobile .center-text-block-mobile {
  text-align: center;
  padding: 1em;
}
.mobile #mobile-header {
  text-align: center;
  width: 100%;
}
@media (max-width: 1450px) {
  h1 {
    font-size: 4.1em;
  }
}
@media (max-width: 1139px) {
  h1 {
    font-size: 3.1em;
  }
  .center-text-block {
    width: 370px;
  }
  .center-text-block p {
    font-size: 0.9em;
    line-height: 1.6em;
  }
}
@media (max-width: 991px) {
  #squiggle {
    display: none;
  }
  .center-text-block {
    position: relative;
    width: 100%;
  }
  .center-text-block p {
    text-align: left;
    font-size: 1.1em;
    line-height: 1.6em;
  }
  .desktop {
    width: 100%;
  }
}
@media (max-width: 779px) {
  .sponsors p {
    margin: auto;
  }
  .row {
    margin: auto;
  }
  #mobile-banner {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
  .desktop {
    display: none;
  }
  .mobile {
    display: contents;
  }
  .sponsors img {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  #mobile-hugo-brandis {
    width: 100%;
  }
  #mobile-headers {
    padding: 1em;
  }
}