p {
  margin: unset;
}

div.conference-video {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#0081c7),
    color-stop(50%, #15527b),
    color-stop(50%, #fff),
    to(#fff)
  );
  background-image: linear-gradient(
    #0081c7 0%,
    #15527b 50%,
    #fff 50%,
    #fff 100%
  );
}

.conference-header {
  font-family: Ubuntu, "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 55px;
  background: #0081c7;
  color: #fff;
}

.conference-subheader {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 26px;
  background: #0081c7;
  color: #fff;
}

div.inner-page-wrap {
  margin-top: 0;
}

.vi-lazyload-playbtn {
  display: none !important;
}

.vi-lazyload {
  max-width: 1170px;
  max-height: 360px;
}

/* Heading 2 - Main Section Title */
.conference-header-2 h2 {
  font-family: Ubuntu, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 32px;
  text-align: center;
  letter-spacing: -0.015em;
  color: #5a7931;
}

/* Heading 3 - Sub Section Title */
.conference-header-3 .spb_wrapper h3,
.subsection-title p .spb_wrapper h3,
.conference-header-3-green h3 .spb_wrapper h3 {
  font-family: Ubuntu, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.015em;
  color: black;
  margin-top: 15px;
}

.conference-header-4 h4 {
  font-family: Ubuntu, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 32px;
  color: #fff;
  background: #1f4a69;
}

.subheader-paragraph p {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 19px;
  line-height: 24px;
  color: #000;
}

.subheader-paragraph p a {
  color: #15527b;
  text-decoration: underline;
}

.subsection-title p {
  text-align: unset;
  color: #000;
}

.conference-header-3-green h3 {
  text-align: center;
  color: #5a7931;
}

.blue-link p,
.blue-link p a {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 19px;
  line-height: 24px;
  letter-spacing: -0.015em;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: #15527b;
}

.green-button {
  background: #99c13c;
  border-radius: 2px;
  font-family: Ubuntu, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
}

.gray-background {
  background-color: #f5f4f3;
}

.inner-page-wrap {
  margin-bottom: unset;
}

.conservative h2 {
  color: #90251b;
}
