.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar {
  padding-top: 40px;
  padding-bottom: 20px;
}

.brand {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
}

.hero {
  background-image: linear-gradient(#5a0101, #b00 78%, red);
  padding-top: 0;
  padding-bottom: 0;
}

.body {
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.heading {
  color: #fff;
  text-align: left;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 2.6em;
  font-weight: 300;
  line-height: 3rem;
}

.text-span {
  color: #ffd502;
  font-weight: 600;
}

.content-section {
  background-image: linear-gradient(#262324, #262324);
  padding-top: 40px;
  padding-bottom: 40px;
}

.paragraph {
  color: #ececec;
  font-size: 1.1em;
  line-height: 1.65em;
  text-decoration: none;
}

.paragraph.body-txt {
  margin-bottom: 10px;
}

.paragraph.body-txt.main-body-p, .paragraph.body-txt.media-body-p {
  margin-bottom: 40px;
}

.paragraph-2 {
  color: #fff;
}

.hero-wrap {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.text-span-2 {
  color: red;
}

.text-span-3, .link {
  color: red;
  text-decoration: none;
}

.link-2 {
  text-decoration: none;
}

.transcript-wrap {
  margin-bottom: 60px;
}

.main-ii-txt-wrap {
  margin-bottom: 40px;
}

.media-inquires-wrap {
  margin-bottom: 60px;
}

.heading-2 {
  color: #ffd502;
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 2em;
}

.cta-boxes {
  padding-top: 40px;
  padding-bottom: 40px;
}

.cta-box-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.cta-box-single {
  width: 100%;
  background-image: linear-gradient(#eee, #eee);
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  display: flex;
}

.cta-box-single.cta-box-border-right {
  border-right: 1px solid #000;
}

.heading-line {
  width: 100px;
  height: 3px;
  background-image: linear-gradient(#ffd502, #ffd502);
  margin-top: 20px;
}

.image {
  text-align: left;
}

.logo-wrap {
  width: 100%;
  text-align: left;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.copyright {
  background-image: linear-gradient(#000, #000);
}

.text-block {
  color: #fff;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.heading-3 {
  font-weight: 300;
}

.cta-heading {
  margin-top: 0;
  font-weight: 300;
}

.cta-name {
  margin-bottom: 4px;
  font-size: 1.1em;
}

.cta-email {
    color: #ff0000;
}

.cta-name.cta-transcript {
  max-width: 500px;
}

.contact-wrap {
  text-align: center;
}

.link-3 {
  color: red;
  text-decoration: none;
}

.btn-red {
  text-transform: uppercase;
  background-color: red;
  font-weight: 600;
}

.btn-red:hover {
  background-color: #000;
}

.btn-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  margin-top: 20px;
  display: block;
}

.btn-wrap.double-btn {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  display: flex;
}

.phone {
  color: #333;
  margin-bottom: 0;
}

.text-span-4 {
  color: red;
}

.text-span-5 {
  text-decoration: none;
}

.link-4, .link-5 {
  color: #000;
  text-decoration: none;
}

.cta-link {
  color: #333;
  text-decoration: none;
}

.cta-link:hover {
  color: red;
  text-decoration: underline;
}

.transcript-body {
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.65em;
}

.line-break {
  width: 100px;
  height: 3px;
  text-align: center;
  background-image: linear-gradient(red, red);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 30px auto;
  display: block;
}

.heading-4 {
  color: #ffd502;
  font-size: 1.5em;
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  .heading {
    font-size: 2.2em;
    line-height: 2.4rem;
  }

  .cta-box-single {
    text-align: center;
  }

  .container-2, .container-3, .container-4 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .btn-wrap.double-btn {
    flex-direction: column;
  }
}
