/* Scss Document */
.helpers-container-bkg {
  background: #f9f9f9; }
  .helpers-container-bkg .helpers-container {
    box-sizing: border-box;
    padding-top: 25px;
    padding-bottom: 35px; }
    .helpers-container-bkg .helpers-container .helpers-placement-text {
      width: 100%;
      max-width: 400px;
      margin: 0px auto;
      text-align: center; }
      .helpers-container-bkg .helpers-container .helpers-placement-text p {
        margin-bottom: 0px;
        margin-top: 10px; }
      .helpers-container-bkg .helpers-container .helpers-placement-text a {
        color: #66d3e0; }
    .helpers-container-bkg .helpers-container .helpers-placement-holder {
      width: 100%;
      max-width: 1220px;
      margin: 0px auto;
      position: relative;
      background-size: contain;
      background-repeat: no-repeat;
      padding-top: 16.40%; }
      .helpers-container-bkg .helpers-container .helpers-placement-holder .helpers-image-wrapper {
        position: absolute;
        top: 0px;
        left: 0px;
        background: #f9f9f9;
        width: 100%; }
        .helpers-container-bkg .helpers-container .helpers-placement-holder .helpers-image-wrapper img {
          width: 100%;
          height: auto; }

.helpers-logo-thank-you {
  padding-bottom: 50px;
  padding-top: 50px; }
  .helpers-logo-thank-you .helpers-header {
    text-align: center; }
    .helpers-logo-thank-you .helpers-header h1 {
      font-size: 54px;
      color: #66d3e0; }
      @media only screen and (max-width: 960px) {
        .helpers-logo-thank-you .helpers-header h1 {
          font-size: 40px; } }
  .helpers-logo-thank-you .helpers-logo-row {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap; }
  .helpers-logo-thank-you .container-bar-header {
    background: #ebebe9;
    text-align: center;
    padding: 10px;
    margin: 50px 0px; }
    .helpers-logo-thank-you .container-bar-header p {
      margin: 0px;
      color: #77777a;
      text-transform: uppercase;
      font-size: 24px; }
      @media only screen and (max-width: 960px) {
        .helpers-logo-thank-you .container-bar-header p {
          font-size: 18px; } }
  .helpers-logo-thank-you .helpers-title-banner img {
    max-width: 200px;
    width: 100%;
    height: auto;
    margin: 15px; }
  .helpers-logo-thank-you .helpers-contributing-banner img {
    max-width: 100px;
    width: 100%;
    height: auto;
    margin: 15px; }
  .helpers-logo-thank-you .helpers-contributing-banner .helpers-logo-row {
    max-width: 770px;
    margin: 0px auto; }
  .helpers-logo-thank-you .text-row {
    text-align: center; }
    .helpers-logo-thank-you .text-row ul {
      list-style: none;
      margin: 15px; }
      .helpers-logo-thank-you .text-row ul li {
        font-size: 14px; }
