#resources-section {
  margin-top: -50px;
}

#youtube-section h2 {
  margin-top:  0px;
}

.left {
  float: left
}

a.whitefooterlink {
  text-decoration: none !important;
}

#block a {
  color: var(--brand_secondary_default);
  text-decoration: none;
}

#thank-you-box {
  display: none;
  padding: 8px;
  width: 100%;
  height: 50px;
  background-color: rgba(102, 209, 217, 0.5);
  float: left;
  margin-bottom: 15px
}

#thank-you-box .share-buttons {
  float: left;
  display: inline-block;
  margin-top: 0px;
}

#thank-you-box .share-buttons button {
  margin-top: 0px;
}

#thank-you-message {
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
  height: 100%;
  margin-left: 10px;
  margin-right: 10px;
}

@media screen and (min-width: 971px)
{
   #block a:first-of-type {
    font-size: 70px;
   }
}

@media screen and (min-width: 0px) and (max-width: 970px)
{
  #block a:first-of-type {
    font-size: 50px;
  }
}


