h3 {
  font-family: inherit;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 24px;
  color: #212121;
  text-align: center;
  font-weight: normal;
}
@media screen and (max-width: 825px) {
  h3 {
    font-size: 20px;
    line-height: 20px;
  }
}

.candidate-media-endorsements {
  border-width: 2px 0px 0px 0px;
  border-style: solid;
  border-image: linear-gradient(270deg, #C8002D 17.47%, #0081B6 80.69%) 1;
  border-radius: 2px;
  margin-top: 32px;
  /* Media Endorsements side by side layout */
  /* Border around endorsements  */
}
.candidate-media-endorsements h3 {
  font-weight: bold;
}
.candidate-media-endorsements ::marker {
  color: #C4C4C4;
}
.candidate-media-endorsements li {
  padding: 5px 0px;
}
.candidate-media-endorsements .wp-block-column:first-of-type {
  display: flex;
  justify-content: flex-start;
  margin-right: 40px;
}
@media screen and (max-width: 600px) {
  .candidate-media-endorsements .wp-block-column:first-of-type {
    display: flex;
    justify-content: flex-start;
    margin-right: 0px;
    margin-left: 0px !important;
  }
}
.candidate-media-endorsements .wp-block-column:last-of-type {
  border-left: 1px solid #EEEEEE;
  padding-left: 40px;
  margin-left: 0px !important;
}
@media screen and (max-width: 600px) {
  .candidate-media-endorsements .wp-block-column:last-of-type {
    border-left: none;
    padding-left: 0px;
  }
}
.candidate-media-endorsements > .wp-block-group__inner-container {
  border: solid #EEEEEE;
  border-width: 0px 1px 1px 1px;
  border-radius: 2px;
  padding: 30px 40px 40px 40px;
}
@media screen and (max-width: 600px) {
  .candidate-media-endorsements > .wp-block-group__inner-container {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 600px) {
  .candidate-media-endorsements .wp-block-group__inner-container .wp-block-columns {
    flex-direction: column;
  }
}
.candidate-media-endorsements a {
  color: #00728D;
}
@media only screen and (max-width: 781px) {
  .candidate-media-endorsements .wp-block-columns.is-not-stacked-on-mobile {
    gap: 0px;
  }
}

.candidate-media-endorsements .wp-block-group__inner-container {
  position: relative;
}
.candidate-media-endorsements h4 {
  font-family: inherit;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  border: 1px solid #CCCAC8;
  background: white;
  border-radius: 3px;
  width: fit-content;
  padding: 0 15px;
  margin: auto;
  position: relative;
  z-index: 3;
}
.candidate-media-endorsements .wp-block-columns.is-not-stacked-on-mobile {
  padding-top: 23px;
  border-top: 1px solid #CCCAC8;
  margin-top: -45px;
  position: relative;
  z-index: 1;
}
.candidate-media-endorsements .wp-block-column:last-of-type {
  border-left: none;
}

.candidate-media-endorsements {
  /* EXTRA STYLES TO CONVERT media endorsements to PROP ARGS */
}
.candidate-media-endorsements.prop-arguments {
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  border: none;
  /* In Favor/Against  */
}
.candidate-media-endorsements.prop-arguments .wp-block-group__inner-container {
  border-width: 1px;
}
.candidate-media-endorsements.prop-arguments h4:first-of-type {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  color: #212121;
  margin: 0;
  padding: 0;
  border: none;
  padding-bottom: 15px;
  margin-left: -20px;
}
@media screen and (max-width: 600px) {
  .candidate-media-endorsements.prop-arguments h4:first-of-type {
    font-size: 18px;
    line-height: 29px;
    padding-bottom: 15px;
    margin-left: 0px;
  }
}
.candidate-media-endorsements.prop-arguments h4 + .wp-block-group {
  padding-left: 20px;
  border-left: 1px solid #c6a5cd;
  color: #474644;
  margin-left: -10px;
}
@media screen and (max-width: 600px) {
  .candidate-media-endorsements.prop-arguments h4 + .wp-block-group {
    padding-left: 20px;
    margin-left: 0px;
  }
}

/* PROP HEADER */
.prop-header {
  /* PAGE TITLE */
}
@media screen and (max-width: 780px) {
  .prop-header:not(.plp-header) {
    padding-top: 20px;
  }
}
.prop-header p {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 24px;
  padding-bottom: 20px;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
}
@media screen and (max-width: 825px) {
  .prop-header p {
    font-size: 20px;
    line-height: 20px;
  }
}
.prop-header p:last-of-type {
  /* color: #f2f2f2; */
  font-weight: 400;
  text-transform: none;
  padding-bottom: 8px;
}
@media screen and (max-width: 825px) {
  .prop-header p:last-of-type {
    font-size: 16px;
    line-height: 26px;
  }
}
.prop-header h1 {
  text-transform: uppercase;
  font-size: 54px;
  line-height: 54px;
  padding-bottom: 25px;
  font-weight: 800;
}
@media screen and (max-width: 825px) {
  .prop-header h1 {
    font-size: 34px;
    line-height: 34px;
  }
}

/* QUICK OVERVIEW OF PROP */
.prop-info {
  padding: 8px 0 40px;
  /* Section titles */
}
.prop-info p {
  line-height: 32px;
  font-size: 20px;
  letter-spacing: -0.01em;
  padding: 15px 0px;
}
@media screen and (max-width: 780px) {
  .prop-info p {
    font-size: 18px;
    line-height: 29px;
    letter-spacing: normal;
  }
}
.prop-info h3 {
  padding-top: 40px;
}
@media screen and (max-width: 780px) {
  .prop-info h3:first-of-type {
    padding-top: 0px;
  }
}

.election-2022-video-list-one {
  padding: 22px 0 20px;
  color: #ffffff;
}
.election-2022-video-list-one figure {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.election-2022-video-list-one .fov-title {
  margin-top: 0 !important;
}

.election-2022-video-list {
  padding: 22px 0 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #ffffff;
}
.election-2022-video-list .wp-block-group__inner-container {
  width: 100%;
}
.election-2022-video-list .fov-video-carousel-container {
  max-width: 100% !important;
}

:where(.election-2022-video-list-one, .election-2022-video-list) h3 {
  padding-bottom: 40px;
  color: #ffffff;
}

/* NAVIGATION FOR NEXT/PREV Prop */
/* Outer container */
.in-article-prop-nav-container {
  padding-top: 8px;
  margin-bottom: 40px !important;
}

/* Inner container */
.in-article-prop-nav {
  padding: 35px;
  border: 1px solid #EEEEEE;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 780px) {
  .in-article-prop-nav {
    padding: 20px 10px;
    font-size: 14px;
    line-height: 22.4px;
  }
}
.in-article-prop-nav a {
  text-decoration: none;
  display: flex;
  align-items: center;
}
.in-article-prop-nav a:hover .inner-nav-link-text {
  text-decoration: none;
}
.in-article-prop-nav .inner-nav-link-text {
  text-decoration: underline;
  padding: 0 10px;
}
.in-article-prop-nav .inner-nav-link-arrow {
  font-family: var(--newspack-theme-font-body), "Source Sans Pro", -apple-system, blinkmacsystemfont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

/* Text Styles  */
.inner-nav-current-prop {
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 10px;
}

.prop-listing {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
  padding-top: 10px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1250px) {
  .prop-listing {
    justify-content: space-between;
  }
}
@media screen and (max-width: 780px) {
  .prop-listing {
    padding-top: 0px;
    padding-bottom: 8px;
  }
}

/* Link to prop  */
a.prop-page-link {
  width: calc(33.33% - 14px);
  display: block;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  margin: 20px 21px 20px 0;
  /* Remove margins on edges */
  /* Prop image */
  /* Hover States */
}
@media screen and (max-width: 1250px) {
  a.prop-page-link {
    width: calc(50% - 11px);
    margin-right: 0px;
  }
}
@media screen and (max-width: 780px) {
  a.prop-page-link {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
a.prop-page-link:nth-child(3n+3), a.prop-page-link:last-of-type {
  margin-right: 0px;
}
a.prop-page-link .wp-post-image {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  flex-grow: 0;
  flex-shrink: 0;
  border: 1px solid #CCCAC8;
  margin-left: 30px;
}
@media screen and (max-width: 780px) {
  a.prop-page-link .wp-post-image {
    height: 100px;
    width: 100px;
  }
}
a.prop-page-link:hover .prop-page-title, a.prop-page-link:hover .prop-page-number {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
a.prop-page-link:hover .prop-page-listing-info {
  background: #F2EDF4;
  border: 1px solid #aa87b5;
}
a.prop-page-link:hover .wp-post-image {
  border: 1px solid #aa87b5;
}

/* Prop number and title */
.prop-page-listing-info {
  border: 1px solid #EEEEEE;
  border-radius: 3px;
  flex-basis: 100%;
  padding: 15px 15px 18px 20px;
  margin-top: -51px;
}
@media screen and (max-width: 780px) {
  .prop-page-listing-info {
    padding: 10px 10px 10px 20px;
    margin-top: -37px;
  }
}

.prop-page-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #212121;
}
@media screen and (max-width: 780px) {
  .prop-page-title {
    font-size: 20px;
    line-height: 32px;
  }
}

.prop-page-number {
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  color: #00728D;
  background: #E9F4F6;
  border-radius: 3px;
  padding: 4px 8px;
  width: fit-content;
  margin-left: auto;
  margin-bottom: 22px;
}
@media screen and (max-width: 780px) {
  .prop-page-number {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 14px;
  }
}

.cm-prop-passed::after,
.cm-prop-failed::after {
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  color: #FFFFFF;
  padding: 4px 8px 4px 24px;
  border-radius: 5px;
  text-transform: uppercase;
  background-repeat: no-repeat;
  background-position: 8px center;
  font-weight: 700;
  align-self: center;
}
.cm-prop-passed:not(.prop-page-title),
.cm-prop-failed:not(.prop-page-title) {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  row-gap: 8px;
}
.cm-prop-passed.prop-page-title::after,
.cm-prop-failed.prop-page-title::after {
  align-self: flex-start;
}
@media screen and (max-width: 780px) {
  .cm-prop-passed,
  .cm-prop-failed {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    row-gap: 4px;
  }
}

.cm-prop-passed::after {
  content: "Passed";
  background-color: #618D3F;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='9' viewBox='0 0 10 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1.41421' y1='4.19894' x2='3.58048' y2='6.36521' stroke='white' stroke-width='2' stroke-linecap='square'/%3E%3Cline x1='8.14038' y1='1.62783' x2='3.99314' y2='6.69418' stroke='white' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E%0A");
}

.cm-prop-failed::after {
  content: "Failed";
  background-color: #C13333;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='9' viewBox='0 0 10 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='7.99885' y1='1.89325' x2='2.41421' y2='7.51613' stroke='white' stroke-width='2' stroke-linecap='square'/%3E%3Cline x1='7.58579' y1='7.51613' x2='2.00116' y2='1.89325' stroke='white' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E%0A");
}

.prop-page-title-spacer {
  width: 8px;
  display: inline-block;
}

/*# sourceMappingURL=props.css.map */
