#main-content {
	margin-bottom: 50px;
}
.paratext:has(.cover) {
  margin: 50px 5% 10px;
}
.paratext:has(.hbspt-form) {
	height: auto !important;
}
.rowrapper {
	clear: both;
	margin: 80px 0 20px;
	width: 100%;
}
.colwrapper {
	width: 45%;
}
.colwrapper.float-left {
	float: left;
}
.colwrapper.float-right {
	float: right;
}
.social-links ul {
    text-align: center;
    margin-top: 65px;
}
.social-links ul li {
    display: inline-block;
    margin: 20px;
    color: rgba(0, 0, 0, 0);
    /* text-indent: -9999px; */
}
.social-links ul a {
    display: block;
    width: 33px;
    height: 33px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
}
.social-links ul [href*=facebook] {
  background-image: url('/themes/custom/better_together/assets/images/icons/Facebook - Circle.svg');
}
.social-links ul [href*=instagram] {
  background-image: url('/themes/custom/better_together/assets/images/icons/Instagram - Circle.svg');
}
.social-links ul [href*=tiktok] {
  background-image: url('/themes/custom/better_together/assets/images/icons/tiktok-round.svg');
}
.social-links ul [href*=youtube] {
  background-image: url('/themes/custom/better_together/assets/images/icons/YouTube - Circle.svg');
}
p.big-text {
  font-size: x-large !important;
}
.hbspt-form {
  margin: 0 0 40px;
}
.hs-form .hs-button {
    margin: 15px 30% !important;
}
.paratext .hbspt-form {
  margin: 0 !important;
}
form input, form select {
	padding: 0;
}
.hs-form .actions:after {
    width: 40%;
}
.video-container {
	background-color: #fff !important;
}
@media screen and (max-width: 992px) {
	.colwrapper {
		width: 100%;
		margin-bottom: 30px;
	}
	.colwrapper.float-left,
	.colwrapper.float-right {
		float: none;
	}
	.paratext .colwrapper.float-right {
		margin-top: 30px;
	}
	.social-links ul li {
    margin: 0 7px;
  }
  .page-node-type-parallax-landing-page #main-content {
      margin-bottom: 35px;
  }
	.hs-form .hs-button {
	  margin: 15px 19% !important;
	}
}