.entry-content ul.presentation-secondary {
  padding: 0;
}

.presentation-secondary {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media all and (max-width: 980px) {
  .presentation-secondary {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.presentation-secondary__item {
  height: 438px;
  width: calc((100% - 60px) / 3);
  border-radius: 4px;
  overflow: hidden;
}
.presentation-secondary__item:not(:last-child) {
  margin-right: 30px;
}
@media all and (max-width: 980px) {
  .presentation-secondary__item {
    height: auto;
    width: 100%;
  }
  .presentation-secondary__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.presentation-secondary__info {
  padding: 46px 30px;
  background-color: #FFFFFF;
  height: 312px;
}
@media all and (max-width: 980px) {
  .presentation-secondary__info {
    padding: 30px 22px 35px;
    height: auto;
  }
}
.presentation-secondary__speaker {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: linear-gradient(270deg, #176794 0%, #00588D 100%);
  padding: 23px 23px 23px 30px;
  height: 136px;
}
@media all and (max-width: 980px) {
  .presentation-secondary__speaker {
    height: auto;
  }
}
.presentation-secondary__speaker-info {
  margin-left: 26px;
  max-height: 90px;
  overflow: hidden;
}
@media all and (max-width: 980px) {
  .presentation-secondary__speaker-info {
    margin-left: 20px;
    max-height: none;
    overflow: auto;
    max-height: none;
    overflow: auto;
  }
}
.presentation-secondary__speaker-image {
  padding: 0;
}
.presentation-secondary__speaker-image img {
  max-height: 80px;
  max-width: 80px;
  border-radius: 50%;
  margin: auto;
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.presentation-secondary__speaker-name {
  font-family: "Roboto Flex", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-size: 1rem;
  color: #FFFFFF;
  line-height: 1.625rem;
  letter-spacing: 0.1px;
  margin-bottom: 6px;
}
.presentation-secondary__speaker-attribution {
  font-family: "Roboto Flex", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-size: 0.8125rem;
  color: #FFFFFF;
  line-height: 1rem;
  letter-spacing: 0.1px;
  opacity: 0.9;
}
.presentation-secondary__title {
  font-family: "Roboto Flex", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-size: 16px;
  color: #1D252D;
  font-weight: normal;
  letter-spacing: 0.1px;
  line-height: 1.625rem;
  max-height: calc(1.625rem * 4);
  overflow: hidden;
}
@media all and (max-width: 980px) {
  .presentation-secondary__title {
    max-height: none;
    overflow: auto;
  }
}
.presentation-secondary__tagline {
  font-family: "Roboto Flex", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-size: 0.75rem;
  color: #004677;
  font-weight: normal;
  letter-spacing: 0.1px;
  line-height: 1.375rem;
  font-style: italic;
}
@supports (font-variation-settings: normal) {
  .presentation-secondary__tagline {
    font-style: oblique 10deg;
  }
}
.presentation-secondary__tagline {
  letter-spacing: 0.07px;
  margin-top: 25px;
}
@media all and (max-width: 980px) {
  .presentation-secondary__tagline {
    margin-top: 15px;
  }
}
.presentation-secondary__btn-wrapper {
  margin-top: 35px;
}
@media all and (max-width: 980px) {
  .presentation-secondary__btn-wrapper {
    margin-top: 25px;
  }
}
.presentation-secondary__url-btn {
  border-radius: 22px;
  background: #425563;
  font-family: "Roboto Flex", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-size: 1rem;
  color: #FFFFFF;
  font-weight: 300;
  line-height: 1.875rem;
  font-weight: 500;
  line-height: 24px;
  padding: 10px 40px 10px 20px;
  border: none;
  cursor: pointer;
  position: relative;
  max-width: 100%;
  min-height: 44px;
  transition: none;
}
.presentation-secondary__url-btn.et_pb_button {
  line-height: 24px !important;
  /* @media (max-width: 768px) {
  	line-height: 19px !important;
  } */
}
.presentation-secondary__url-btn::before, .presentation-secondary__url-btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 12px;
  height: 10px;
  margin-left: 10px;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
  transition: none;
}
.presentation-secondary__url-btn::after {
  opacity: 1;
  background: url("/wp-content/themes/natera/assets/icons/arrow-right-white.svg") no-repeat;
}
.presentation-secondary__url-btn::before {
  opacity: 0;
  background: url("/wp-content/themes/natera/assets/icons/arrow-right-dark.svg") no-repeat;
}
.presentation-secondary__url-btn:hover {
  background: linear-gradient(270deg, #ADD54B 3.74%, #D5E24C 100%);
  color: #1D252D;
  padding: 10px 40px 10px 20px;
  border: none;
  text-decoration: none;
}
.presentation-secondary__url-btn:hover::after {
  opacity: 0;
}
.presentation-secondary__url-btn:hover::before {
  opacity: 1;
}
.presentation-secondary__url-btn:hover {
  box-shadow: 0 8px 10px -4px rgba(0, 49, 83, 0.2);
}
.presentation-secondary__url-btn:hover a {
  text-decoration: none;
}
.presentation-secondary__url-btn:focus-visible {
  outline: 1px solid #2cc4ff;
  box-shadow: 0 0 5px #2cc4ff;
}
@media (max-width: 980px) {
  .presentation-secondary__url-btn:focus-visible {
    outline: none;
    box-shadow: none;
  }
}
.presentation-secondary__url-btn {
  white-space: nowrap;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
}
.presentation-secondary__wistia-btn {
  border-radius: 22px;
  background: #425563;
  font-family: "Roboto Flex", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-size: 1rem;
  color: #FFFFFF;
  font-weight: 300;
  line-height: 1.875rem;
  font-weight: 500;
  line-height: 24px;
  padding: 10px 40px 10px 20px;
  border: none;
  cursor: pointer;
  position: relative;
  max-width: 100%;
  min-height: 44px;
  transition: none;
}
.presentation-secondary__wistia-btn.et_pb_button {
  line-height: 24px !important;
  /* @media (max-width: 768px) {
  	line-height: 19px !important;
  } */
}
.presentation-secondary__wistia-btn::before, .presentation-secondary__wistia-btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 12px;
  height: 10px;
  margin-left: 10px;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
  transition: none;
}
.presentation-secondary__wistia-btn::after {
  opacity: 1;
  background: url("/wp-content/themes/natera/assets/icons/play-button-transparent-white.svg") no-repeat;
}
.presentation-secondary__wistia-btn::before {
  opacity: 0;
  background: url("/wp-content/themes/natera/assets/icons/play-button-transparent-black.svg") no-repeat;
}
.presentation-secondary__wistia-btn:hover {
  background: linear-gradient(270deg, #ADD54B 3.74%, #D5E24C 100%);
  color: #1D252D;
  padding: 10px 40px 10px 20px;
  border: none;
  text-decoration: none;
}
.presentation-secondary__wistia-btn:hover::after {
  opacity: 0;
}
.presentation-secondary__wistia-btn:hover::before {
  opacity: 1;
}
.presentation-secondary__wistia-btn:hover {
  box-shadow: 0 8px 10px -4px rgba(0, 49, 83, 0.2);
}
.presentation-secondary__wistia-btn:hover a {
  text-decoration: none;
}
.presentation-secondary__wistia-btn::before, .presentation-secondary__wistia-btn::after {
  width: 15px;
  height: 15px;
}
.presentation-secondary__wistia-btn:focus-visible {
  outline: 1px solid #2cc4ff;
  box-shadow: 0 0 5px #2cc4ff;
}
@media (max-width: 980px) {
  .presentation-secondary__wistia-btn:focus-visible {
    outline: none;
    box-shadow: none;
  }
}
.presentation-secondary__wistia-btn {
  white-space: nowrap;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
}

/*# sourceMappingURL=presentation-secondary.css.map */
