body {
  --bs-link-color-rgb: 255, 255, 255;
  --bs-link-hover-color-rgb: 255, 255, 255;
  color: #fff;
  background-color: #000;
}

.background {
  background-image: url("../img/Hero-bkg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

@media (min-width: 992px) {
  .llc-tv {
    max-width: 560px;
  }
}
@media (min-width: 1200px) {
  .llc-tv {
    max-width: 960px;
  }
}
.main {
  font-family: "itc-american-typewriter", serif;
}
@media (min-width: 768px) {
  .main h1 {
    font-size: 4rem;
    margin-bottom: 1.5rem;
  }
  .main p {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
  }
  .main p.lead {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .main h1 {
    font-size: 5rem;
    margin-bottom: 2rem;
  }
  .main p {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
  .main p.lead {
    font-size: 2rem;
  }
  .main .reading-width {
    max-width: 900px;
    margin: 0 auto;
  }
}

.btn {
  --bs-border-radius: 0;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-no {
  margin: 0 auto;
  padding: 0;
  background: transparent;
  border: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-no .play {
  position: absolute;
  height: 64px;
  width: 64px;
  transform: translate(-50%, -40%);
  background: #000;
  border-radius: 64px;
  display: flex;
  opacity: 0.5;
  transition: opacity ease-in-out 0.2s;
}
@media (min-width: 768px) {
  .btn-no .play {
    height: 96px;
    width: 96px;
    transform: translate(-60%, -40%);
  }
}
@media (min-width: 992px) {
  .btn-no .play {
    height: 84px;
    width: 84px;
    transform: translate(-60%, -50%);
  }
}
@media (min-width: 1200px) {
  .btn-no .play {
    height: 128px;
    width: 128px;
    transform: translate(-70%, -40%);
  }
}
.btn-no .play img {
  align-self: center;
  margin: 0 auto;
  width: 66%;
  height: 66%;
}
.btn-no:hover .play {
  opacity: 0.8;
}

.logo-tag {
  background: #002855;
  display: inline-block;
}

/* hubspot form */
.hs-button.primary {
  background-color: #0070b9;
  border-color: #0070b9;
  text-transform: uppercase;
  color: #fff;
  padding: 0.5rem 3rem;
  font-size: 1.25rem;
  border: 1px solid transparent;
}
.hs-button.primary:hover {
  color: #0070b9;
  border-color: #0070b9;
  background-color: #fff;
}
.hs-button.primary:focus, .hs-button.primary:active {
  background-color: #d5d5d5 !important;
  color: #0070b9 !important;
  border: 1px solid #d5d5d5 !important;
}

.hbspt-form {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.hbspt-form fieldset {
  max-width: 100% !important;
}

.hbspt-form .actions {
  margin-top: 1rem;
  text-align: center;
}

.hbspt-form ul.no-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hbspt-form .input {
  margin-top: 0.5rem;
  margin-right: 0 !important;
}

.hbspt-form .form-columns-3 .hs-form-field {
  width: 100% !important;
  padding-right: 1.5rem;
}

.hbspt-form .form-columns-3 .hs-form-field:nth-child(2),
.hbspt-form .form-columns-3 .hs-form-field:nth-child(3) {
  width: 50% !important;
}

.hbspt-form .form-columns-3 .hs-form-field:first-child,
.hbspt-form .form-columns-3 .hs-form-field:last-child {
  padding-right: 0;
}

@media (max-width: 767px) {
  .hbspt-form .form-columns-3 .hs-form-field:nth-child(2),
  .hbspt-form .form-columns-3 .hs-form-field:nth-child(3) {
    float: left !important;
  }
}
@media (min-width: 768px) {
  .hbspt-form .form-columns-3 .hs-form-field:first-child {
    padding-right: 1.5rem;
  }
  .hbspt-form .form-columns-3 .hs-form-field,
  .hbspt-form .form-columns-3 .hs-form-field:nth-child(2),
  .hbspt-form .form-columns-3 .hs-form-field:nth-child(3) {
    width: 33.3333333333% !important;
  }
}
.hbspt-form .hs-input {
  display: block;
  width: 100% !important;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 15s ease-in-out;
  margin-bottom: 1rem;
}

.hbspt-form select.hs-input {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.hbspt-form .submitted-message {
  text-align: center;
  font-size: 1.25rem;
}

@media (max-width: 768px) {
  #cta-primary img {
    max-width: 80%;
  }
}/*# sourceMappingURL=style.css.map */