#page-cap *,
#page-cap *::before,
#page-cap *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  scroll-behavior: smooth !important;
}

.lds-ellipsis div {
  background: #fcaf26;
}

.ms-signup-orange .lds-ellipsis div,
.ms-signup-blue .lds-ellipsis div {
  background: #fff;
}

.errors.good {
  padding: 20px 15px 0 15px;
  text-align: center;
  font-size: 30px;
}

.ms-signup-orange .errors.good,
.ms-signup-blue .errors.good,
.float-form-fixed .errors.good {
  color: #fff;
}

.ms-signup-form.ms-signup-white .errors.good {
  color: #f75b19;
}

.cap-header {
  padding: 0 35px;
}

.cap-logo {
  display: block;
}

.cap-wrap-header {
  max-width: 1176px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 32px;
  padding-bottom: 10px;
}

.cap-menu-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-bottom: 29px;
}
.cap-menu-buttons a {
  margin-left: 16px;
}
.cap-menu-buttons a:hover {
  -webkit-transition: background 0.3s 0s ease;
  transition: background 0.3s 0s ease;
}

.cap-menu .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cap-menu .menu li {
  margin: 0 12px;
}
.cap-menu .menu li:first-child {
  margin-left: 0;
}
.cap-menu .menu li:last-child {
  margin-right: 0;
}
.cap-menu .menu li.current_page_item a {
  color: #00acc8;
}
.cap-menu .menu a {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #99a1a2;
  display: block;
}
.cap-menu .menu a:hover {
  color: #00acc8;
  text-decoration: none;
}

.cap-btn-share {
  padding: 0 16px;
  height: 40px;
  border: 2px solid #ccd0d1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #ccd0d1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cap-btn-share::after {
  content: "";
  display: block;
  width: 22px;
  height: 16px;
  background: url("../images/cap/minisite/icon-share.svg") no-repeat center;
  margin-left: 10px;
}
.cap-btn-share:hover {
  background: #ccd0d1;
  color: #fff;
  text-decoration: none;
}
.cap-btn-share:hover::after {
  background: url("../images/cap/minisite/icon-share-hover.svg") no-repeat center;
}

.cap-btn-donate {
  width: 100px;
  height: 40px;
  background: #fcaf26;
  border-radius: 6px;
  font-weight: 700;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #ffffff;
}
.cap-btn-donate:hover {
  background: #f75b19;
  text-decoration: none;
  color: #fff;
}

.cap-heading-h1 {
  font-style: normal;
  font-weight: 700;
  font-family: "GothamMedium";
  font-size: 64px;
  line-height: 100%;
  color: #ffffff;
}

.cap-heading-4 {
  font-weight: 400;
  font-size: 24px;
  line-height: 133%;
  text-align: center;
  letter-spacing: 0.01em;
  color: #ffffff;
}

.cap-banner-home {
  background: url("../images/cap/minisite/banner-home.png") no-repeat center;
  background-size: cover;
  height: 712px;
  width: 100%;
  border-bottom: 16px solid #f75b19;
}
.cap-banner-home .cap-heading-4 {
  margin-bottom: 58px;
}

.inner-float-form input[type=email],
.inner-float-form input[type=text] {
  background: #ffffff;
  border-radius: 6px !important;
  height: 56px !important;
  line-height: 120%;
  font-size: 20px !important;
  letter-spacing: 0.01em !important;
  color: #99a1a2;
  padding: 0 16px !important;
  width: 100%;
  margin: 0 !important;
}
.inner-float-form input[type=submit] {
  width: 56px;
  height: 56px !important;
  background: url("../images/cap/minisite/icon-arrow.svg") no-repeat center;
  background-color: #fcaf26;
  border-radius: 6px;
  margin: 0 4px;
}
.inner-float-form .parsley-errors-list {
  bottom: 15px;
}

.ms-signup-form.ms-signup-orange .mktoForm,
.ms-signup-form.ms-signup-blue .mktoForm,
.cap-float-form .inner-float-form .mktoForm,
.ms-signup-form.ms-signup-white .mktoForm {
  width: auto !important;
}
.ms-signup-form.ms-signup-orange .mktoForm #Email,
.ms-signup-form.ms-signup-blue .mktoForm #Email,
.cap-float-form .inner-float-form .mktoForm #Email,
.ms-signup-form.ms-signup-white .mktoForm #Email {
  margin: 0 !important;
}
.ms-signup-form.ms-signup-orange .mktoForm .mktoButtonWrap.mktoSimple .mktoButton,
.ms-signup-form.ms-signup-blue .mktoForm .mktoButtonWrap.mktoSimple .mktoButton,
.cap-float-form .inner-float-form .mktoForm .mktoButtonWrap.mktoSimple .mktoButton,
.ms-signup-form.ms-signup-white .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
  -webkit-box-shadow: 0 0 0 0;
          box-shadow: 0 0 0 0;
  width: 100% !important;
  padding: 0;
  border: 2px solid #fcaf26 !important;
  font-weight: 700;
  font-size: 18px;
  line-height: 42px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff !important;
  height: 56px !important;
  margin: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: url("../images/cap/minisite/icon-arrow.svg") no-repeat center;
  background-color: #fcaf26;
  text-indent: -9999px;
  overflow: hidden;
  min-width: 56px;
  width: 56px;
}
.ms-signup-form.ms-signup-orange .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover,
.ms-signup-form.ms-signup-blue .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover,
.cap-float-form .inner-float-form .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover,
.ms-signup-form.ms-signup-white .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {
  background: #75ae4c !important;
  color: #75ae4c !important;
  border: 2px solid #fcaf26 !important;
  text-decoration: none;
  background: url("../images/cap/minisite/icon-arrow.svg") no-repeat center !important;
}

.cap-banner-home .float-form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cap-banner-home .float-form-heading {
  display: none;
}
.cap-banner-home .float-form-email-wrap {
  width: 379px;
  margin: 0 4px;
}
.cap-banner-home .float-form-zip-wrap {
  width: 127px;
  margin: 0 4px;
}

.ms-inner-banner-home {
  max-width: 875px;
  margin: 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 100%;
  padding-top: 248px;
}

.ms-home-intro {
  padding: 49px 30px 65px 30px;
}

.ms-home-intro-text {
  background: #ffffff;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #001417;
  max-width: 778px;
  margin: 0 auto;
  display: block;
}

.ms-section-heroes-zeroes {
  background: url("../images/cap/minisite/bg-heroes-zeroes.png") no-repeat center;
  background-size: cover;
  height: 424px;
  width: 100%;
}

.ms-inner-section-heroes-zeroes {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 100%;
  padding-top: 165px;
}
.ms-inner-section-heroes-zeroes p {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #ffffff;
  margin-bottom: 23px;
}

.subheading_h3 {
  font-style: normal;
  font-weight: 700;
  font-family: "GothamMedium";
  font-size: 40px;
  line-height: 44px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}

.ms-btn-link-1 {
  padding: 0 22px;
  height: 56px;
  border: 2px solid #ffffff;
  border-radius: 6px;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #ffffff;
  display: inline-block;
  line-height: 52px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ms-btn-link-1:hover {
  background: #ffffff;
  color: #f75b19;
  text-decoration: none;
}

.ms-inner-promo-boxes {
  max-width: 1376px;
  margin: 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  height: 100%;
}

.ms-item-promo-boxes {
  width: 100%;
}

.ms-item-promo-boxes {
  height: 368px;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0;
  border-left: 1px solid #e5e7e7;
  border-right: 1px solid #e5e7e7;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: background ease 0.3s;
  transition: background ease 0.3s;
}
.ms-item-promo-boxes.scorecard {
  background-image: url("../images/cap/minisite/icon-thumbs.svg");
}
.ms-item-promo-boxes.scorecard:hover {
  background: #0f8093 url("../images/cap/minisite/icon-thumbs.svg") no-repeat center;
}
.ms-item-promo-boxes.reports {
  background-image: url("../images/cap/minisite/icon-news.svg");
}
.ms-item-promo-boxes.reports:hover {
  background: #0f8093 url("../images/cap/minisite/icon-news.svg") no-repeat center;
}
.ms-item-promo-boxes.takeaction {
  background-image: url("../images/cap/minisite/icon-lightning.svg");
}
.ms-item-promo-boxes.takeaction:hover {
  background: #0f8093 url("../images/cap/minisite/icon-lightning.svg") no-repeat center;
}
.ms-item-promo-boxes h3 {
  font-style: normal;
  font-weight: 700;
  font-family: "GothamMedium";
  font-size: 40px;
  line-height: 44px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #0f8093;
  margin: 0;
}
.ms-item-promo-boxes p {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #001417;
  margin-bottom: 23px;
}
.ms-item-promo-boxes:hover h3 {
  color: #ffffff;
}
.ms-item-promo-boxes:hover p {
  color: #ffffff;
}
.ms-item-promo-boxes:hover .ms-btn-link-2 {
  background: white;
  color: #f75b19;
  text-decoration: none;
  border-color: #ffffff;
}

.ms-inner-item-promo-boxes {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding-top: 129px;
}

.ms-btn-link-2 {
  height: 56px;
  border: 2px solid #f75b19;
  border-radius: 6px;
  font-weight: 700;
  font-size: 18px;
  display: inline-block;
  line-height: 52px;
  letter-spacing: 0.02em;
  margin: 0 auto;
  color: #f75b19;
  padding: 0 24px;
  -webkit-transition: background ease 0.3s;
  transition: background ease 0.3s;
}
.ms-btn-link-2:hover {
  background: white;
  color: #f75b19;
  text-decoration: none;
  border-color: #ffffff;
}

.ms-stat {
  background: #f75b19;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 30px 33px;
}
.ms-stat h5 {
  font-style: normal;
  font-weight: 700;
  font-family: "GothamMedium";
  font-size: 64px;
  text-align: center;
  line-height: 100%;
  color: #ffffff;
  margin-bottom: 15px;
}
.ms-stat p {
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 0;
}
.ms-stat p span {
  text-decoration: underline;
}

.ms-signup-form {
  padding: 39px 30px;
}
.ms-signup-form .float-form- {
  max-width: 980px;
  margin: 0 auto;
}
.ms-signup-form .float-form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.ms-signup-form .float-form-heading {
  width: 495px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  margin: 0;
}
.ms-signup-form .float-form-heading strong {
  font-style: normal;
  font-weight: 700;
  font-family: "GothamMedium";
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  color: #f75b19;
  margin-bottom: 2px;
}
.ms-signup-form .float-form-heading span {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.01em;
  color: #001417;
}
.ms-signup-form .float-form-email-wrap {
  width: 281px;
}
.ms-signup-form .float-form-zip-wrap {
  width: 125px;
}

.ms-section-quotes {
  background: #60cbea;
  padding: 51px 30px 50px;
}

.ms-inner-section-quotes {
  max-width: 778px;
  margin: 0 auto;
}

.ms-section-quotes-text-1 {
  font-style: normal;
  font-weight: 700;
  font-family: "GothamMedium";
  font-size: 40px;
  line-height: 44px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 25px;
}

.ms-section-quotes-text-2 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0;
  color: #0f8093;
}

.ms-banner-page {
  min-height: 712px;
  background: url("../images/cap/minisite/banner_about.jpg") no-repeat center;
  background-size: cover;
  width: 100%;
  border-bottom: 16px solid #f75b19;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 289px;
}
.ms-banner-page .cap-heading-h1 {
  margin-bottom: 55px;
}

.ms-inner-banner-page {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.ms-quote-intro {
  max-width: 778px;
  margin: 0 auto;
  border-bottom: 1px solid #ccd0d1;
  padding: 50px 30px 36px;
}

.ms-quote-intro-text {
  font-style: normal;
  font-weight: 700;
  font-family: "GothamMedium";
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  color: #0f8093;
  margin-bottom: 26px;
}

.ms-quote-intro-author {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #667274;
}

.ms-featured-text {
  padding: 48px 30px 70px;
}
.ms-featured-text p {
  font-weight: 400;
  font-size: 19px;
  line-height: 32px;
  letter-spacing: 0.035em;
  color: #001417;
  margin-bottom: 12px;
}
.ms-featured-text p strong {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.01em;
  color: #f75b19;
}
.ms-featured-text .ms-heading-h2 {
  margin-bottom: 8px;
}
.ms-featured-text .ms-wrap-nextto {
  padding-top: 6px;
}

.ms-inner-featured-text {
  max-width: 777px;
  margin: 0 auto;
}

.ms-heading-h2 {
  font-style: normal;
  font-weight: 700;
  font-family: "GothamMedium";
  font-size: 40px;
  line-height: 44px;
  text-align: center;
  color: #f75b19;
}

.ms-signup-blue {
  background: #0f8093;
}
.ms-signup-blue .float-form-heading span,
.ms-signup-blue .float-form-heading strong {
  color: #ffffff;
}

.ms-featured-video {
  max-width: 1040px;
  padding: 48px 30px 72px;
  margin: 0 auto;
}
.ms-featured-video .ms-heading-h2 {
  margin-bottom: 6px;
}
.ms-featured-video .ms-featured-subheading {
  margin-bottom: 32px;
}

.video-featured .thumbnail {
  height: 552px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.video-featured .thumbnail::before {
  display: block;
  content: "";
  width: 60px;
  height: 60px;
  background-image: url(../images/home-2022/play-circle.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transition: -webkit-transform ease 0.5s;
  transition: -webkit-transform ease 0.5s;
  transition: transform ease 0.5s;
  transition: transform ease 0.5s, -webkit-transform ease 0.5s;
}
.video-featured .thumbnail:hover {
  cursor: pointer;
}
.video-featured .thumbnail:hover::before {
  opacity: 0.95;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.wp-block-embed__wrapper,
.embed-container {
  position: relative;
  padding-bottom: 552px;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.wp-block-embed__wrapper iframe,
.wp-block-embed__wrapper object,
.wp-block-embed__wrapper embed,
.wp-block-embed__wrapper video,
.embed-container iframe,
.embed-container object,
.embed-container embed,
.embed-container video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.wp-block-embed-twitter iframe,
.wp-block-embed-twitter object,
.wp-block-embed-twitter embed,
.wp-block-embed-twitter video {
  width: auto;
  height: auto;
  position: static;
  -webkit-transform: none;
          transform: none;
}
.wp-block-embed-twitter .wp-block-embed__wrapper {
  position: static;
  padding-bottom: 0;
  height: auto;
  overflow: visible;
}

.embed-container {
  display: none;
}

.wp-block-embed iframe {
  min-height: 400px;
}

.wp-block-image img {
  height: auto !important;
}

.ms-featured-subheading {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #6e6e6e;
}
.ms-featured-subheading a {
  color: #00acc8;
}

.cap-about-sharing {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cap-about-sharing .ms-wrap-sharing {
  padding: 0 0 30px 0;
  margin-top: -13px;
}
.cap-about-sharing.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ms-news {
  background: rgba(223, 218, 203, 0.15);
  padding: 50px 30px 72px;
  text-align: center;
}
.ms-news .ms-heading-h2 {
  color: #0f8093;
  margin-bottom: 30px;
}
.ms-news .ms-btn-link-2:hover {
  border: 2px solid #f75b19;
  background: #f75b19;
  color: #ffffff;
}

.ms-list-news-item {
  max-width: 680px;
  margin: 0 auto 28px auto;
}
.ms-list-news-item h5 {
  margin-bottom: 12px;
}
.ms-list-news-item h5 a {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #f75b19;
  display: block;
}
.ms-list-news-item p {
  margin-bottom: 0;
}
.ms-list-news-item p a {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #667274;
}
.ms-list-news-item:last-child {
  margin-bottom: 35px;
}

.ms-banner-page-scorecard {
  background: url("../images/cap/minisite/pattern.png") repeat top left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 504px;
  padding: 0 30px;
}

.ms-signup-orange {
  background: #f75b19;
}
.ms-signup-orange .float-form-heading span,
.ms-signup-orange .float-form-heading strong {
  color: #ffffff;
}

.ms-banner-heroes-zeroes {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 520px;
  padding: 0 30px;
  text-align: center;
  border-bottom: 16px solid #f75b19;
}
.ms-banner-heroes-zeroes .cap-heading-h1 {
  max-width: 600px;
}

.ms-banner-reports {
  background: url("../images/cap/minisite/pattern_2.png") repeat top left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  height: 520px;
  padding: 0 30px;
  border-bottom: 16px solid #0f8093;
}

.ms-banner-take-action {
  background: url("../images/cap/minisite/pattern_3.png") repeat top left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  height: 520px;
  padding: 0 30px;
  border-bottom: 16px solid #f75b19;
}

.ms-inner-entry-content {
  padding: 52px 30px 0;
  max-width: 842px;
  margin: 0 auto;
}
.ms-inner-entry-content p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #001417;
  margin-bottom: 12px;
}
.ms-inner-entry-content h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0f8093;
  margin-bottom: 12px;
}
.ms-inner-entry-content h2 {
  font-style: normal;
  font-weight: 700;
  font-family: "GothamMedium";
  font-size: 40px;
  line-height: 44px;
  text-align: center;
  color: #f75b19;
  text-align: center;
  margin-bottom: 20px;
}

.ms-wrap-zeroes-heroes-sharing {
  border-top: 1px solid #ccd0d1;
  margin-top: 52px;
  margin-bottom: 72px;
}
.ms-wrap-zeroes-heroes-sharing .ms-wrap-sharing {
  padding-top: 32px;
}

p.text-note {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #000;
}

.ms-heading-zeroes-herores-bn {
  padding: 49px 30px 9px;
  border-top: 1px solid #ccd0d1;
}

.ms-info-text {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #001417;
}

.ms-scoredcard-list-wrap {
  padding: 48px 30px 40px;
}
.ms-scoredcard-list-wrap.rep {
  background: rgba(223, 218, 203, 0.15);
  padding-bottom: 72px;
}
.ms-scoredcard-list-wrap .ms-heading-h2 {
  margin-bottom: 9px;
}
.ms-scoredcard-list-wrap .ms-info-text {
  margin-bottom: 1px;
}

.page-zeroes-heroes .ms-inner-section-heroes-zeroes {
  padding-top: 195px;
}
.page-zeroes-heroes .ms-inner-section-heroes-zeroes h3 {
  margin-bottom: 24px;
}

.ms-inner-scoredcard-list-wrap {
  max-width: 778px;
  margin: 0 auto;
}
.ms-inner-scoredcard-list-wrap .ms-show-list {
  margin-top: 14px;
  margin-bottom: 54px;
}

.ms-scoredcard-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #ccd0d1;
  padding: 30px 0;
}
.ms-scoredcard-item:first-child {
  border-top: none;
}
.ms-scoredcard-item a {
  display: block;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ms-scoredcard-item a.hover {
  cursor: pointer;
  text-decoration: underline;
}
.ms-scoredcard-item p {
  display: block;
  margin: 0;
  text-align: left;
  width: 100%;
}
.ms-scoredcard-item p strong {
  font-style: normal;
  font-weight: 700;
  font-family: "GothamMedium";
  font-size: 32px;
  line-height: 38px;
  color: #001417;
  display: block;
}
.ms-scoredcard-item p span {
  font-style: normal;
  font-weight: 700;
  font-family: "GothamMedium";
  font-size: 18px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  letter-spacing: 0.01em;
  color: #99a1a2;
}

.ms-party {
  width: 80px;
  height: 80px;
  display: block;
  border-radius: 6px;
  min-width: 80px;
}
.ms-party.democratic {
  background: url("../images/cap/minisite/donkey.svg") no-repeat center;
  background-color: #0082ba;
  background-size: 65px 49px;
}
.ms-party.republican {
  background: url("../images/cap/minisite/elephant.svg") no-repeat center;
  background-color: #f04646;
  background-size: 63px 44px;
}

.ms-rating {
  min-width: 80px;
  width: 80px;
  height: 80px;
  left: 698px;
  top: 0px;
  background: #ffffff;
  border: 4px solid #001417;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  font-style: normal;
  font-weight: 700;
  font-family: "GothamMedium";
  font-size: 56px;
  color: #001417;
  font-weight: normal;
}

.ms-banner-alert {
  background: #00acc8;
  padding: 40px 30px 36px;
}
.ms-banner-alert.orange {
  background: #f75b19;
}

.ms-inner-banner-alert {
  max-width: 976px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ms-heading-banner-alert {
  color: #ffffff;
  margin: 0;
}
.ms-heading-banner-alert strong {
  display: block;
  font-style: normal;
  font-weight: 700;
  font-family: "GothamMedium";
  font-size: 40px;
  line-height: 44px;
  letter-spacing: 0.05em;
  font-weight: normal;
}
.ms-heading-banner-alert span {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.01em;
  font-weight: 400;
}

.ms-show-list {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #00acc8;
  display: block;
  margin: 10px 0;
  text-align: center;
}
.ms-show-list::after {
  content: " ";
  display: inline-block;
  background: url("../images/cap/minisite/icon-arrow-right-teal.svg") no-repeat center;
  width: 10px;
  height: 15px;
  margin: 0 10px;
  position: relative;
  top: 1px;
}

.ms-scorers-disclaimer {
  border: 1px solid #99a1a2;
  max-width: 776px;
  padding: 9px 19px 12px 19px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #99a1a2;
  margin: 47px 0 0 0;
}

.ms-reports-wrap {
  padding: 48px 30px 72px;
  background: rgba(223, 218, 203, 0.15);
}

.ms-inner-reports-wrap {
  max-width: 1176px;
  margin: 0 auto;
}

.ms-subhead-h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #00acc8;
  margin-bottom: 17px;
}

.ms-reports {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-row-gap: 48px;
  grid-column-gap: 20px;
  gap: 42px 20px;
  margin-bottom: 40px;
}

.ms-thumbnail-reports {
  display: block;
  margin-bottom: 16px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ms-thumbnail-reports img {
  max-width: 100%;
  visibility: hidden;
  display: block;
}

.ms-thumbnail-title {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.01em;
  color: #001417;
  margin: 0;
}

.ms-wrap-loadmore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ms-wrap-loadmore .ms-btn-link-2 {
  margin-top: -7px;
}
.ms-wrap-loadmore .ms-btn-link-2:hover {
  background: #f75b19;
  color: #fff;
  border: 2px solid #f75b19;
}

.ms-jumbotron {
  background: rgba(96, 203, 234, 0.1);
  border-bottom: 16px solid #f75b19;
  padding: 35px 30px 50px;
}

.ms-inner-jumbotron {
  max-width: 978px;
  margin: 0 auto;
  padding: 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ms-inner-jumbotron .ms-linkto-back {
  margin-bottom: 79px;
}

.ms-scorer-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 15px;
}
.ms-scorer-block .ms-rating {
  min-width: 100px;
  width: 100px;
  height: 99px;
  margin-bottom: 9px;
}

.ms-scorer-party-info {
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #667274;
  text-transform: uppercase;
}

.ms-linkto-back {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #ccd0d1;
  margin-bottom: 62px;
}
.ms-linkto-back::before {
  content: " ";
  display: inline-block;
  background: url("../images/cap/minisite/icon-arrow-left-gray.svg") no-repeat center;
  width: 10px;
  height: 15px;
  margin: 0 14px 0 0;
  position: relative;
  top: 1px;
}
.ms-linkto-back:hover {
  text-decoration: none;
  color: #00acc8;
}
.ms-linkto-back:hover::before {
  background: url("../images/cap/minisite/icon-arrow-left-teal.svg") no-repeat center;
}

.ms-heading-h1 {
  font-size: 64px;
  line-height: 64px;
  color: #001417;
  max-width: 590px;
  margin: 0;
}
.ms-heading-h1.party-democratic::after {
  content: " ";
  display: inline-block;
  background: url("../images/cap/minisite/icon-dem.svg") no-repeat center;
  width: 52px;
  height: 39px;
  margin: 0 0 0 10px;
  position: relative;
  top: 1px;
}
.ms-heading-h1.party-republican::after {
  content: " ";
  display: inline-block;
  background: url("../images/cap/minisite/icon-rep.svg") no-repeat center;
  width: 50px;
  height: 35px;
  margin: 0 0 0 10px;
  position: relative;
  top: 1px;
}

.ms-issues-wrap {
  padding: 48px 32px 72px;
}

.ms-inner-issues-wrap {
  max-width: 978px;
  margin: 0 auto;
}

.ms-issue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #ccd0d1;
  padding: 31px 0 30px;
}
.ms-issue:last-child {
  border-bottom: none;
}

.ms-subhead-h5 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.01em;
  color: #001417;
  margin: 0;
}

.ms-issue-content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #001417;
}

.ms-symbol-score {
  width: 79px;
  min-width: 79px;
  height: 104px;
  display: block;
  overflow: hidden;
  text-indent: -1000px;
  margin-left: 120px;
}
.ms-symbol-score.positive {
  background: url("../images/cap/minisite/icon-positive.svg") no-repeat center;
}
.ms-symbol-score.negative {
  background: url("../images/cap/minisite/icon-negative.svg") no-repeat center;
}
.ms-symbol-score.na {
  background: url("../images/cap/minisite/icon-na.svg") no-repeat center;
}

.ms-wrap-backto {
  text-align: center;
  padding: 11px 0 52px;
}

.ms-linkto-back.blue {
  color: #00acc8;
}
.ms-linkto-back.blue::before {
  content: " ";
  display: inline-block;
  background: url("../images/cap/minisite/icon-arrow-left-teal.svg") no-repeat center;
  width: 10px;
  height: 15px;
  margin: 0 10px;
  position: relative;
  top: 1px;
}

.ms-foot-notes {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.01em;
  color: #99a1a2;
  padding-bottom: 48px;
  border-bottom: 1px solid #ccd0d1;
}
.ms-foot-notes ol {
  margin-left: 25px;
}

.ms-wrap-sharing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  max-width: 200px;
  padding-top: 24px;
  width: 200px;
}
.ms-wrap-sharing a {
  height: 32px;
  width: 32px;
  overflow: hidden;
  text-indent: -9000px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transition: scale ease 0.5s;
  transition: scale ease 0.5s;
}
.ms-wrap-sharing a:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.ms-wrap-sharing .ms-facebook {
  background-image: url("../images/cap/minisite/icon-facebook.svg");
}
.ms-wrap-sharing .ms-twitter {
  background-image: url("../images/cap/minisite/icon-twitter.svg");
}
.ms-wrap-sharing .ms-email {
  background-image: url("../images/cap/minisite/icon-email.svg");
}
.ms-wrap-sharing .ms-whatsapp {
  background-image: url("../images/cap/minisite/icon-whatsapp.svg");
}

.ms-inner-jumbotron-report {
  max-width: 1376px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  margin: 0 auto;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.ms-inner-jumbotron-report .ms-btn-link-2:hover {
  border: 2px solid #f75b19;
  background: #f75b19;
  color: #ffffff;
}
.ms-inner-jumbotron-report .ms-heading-h1 {
  margin-bottom: 20px;
  max-width: 100%;
  padding-left: 85px;
  padding-right: 90px;
}
.ms-inner-jumbotron-report .ms-wrap-sharing {
  padding-top: 0px;
}

.ms-report-thumb {
  max-width: 578px;
  background-position: center;
  background-size: cover;
  position: relative;
}
.ms-report-thumb img {
  display: block;
  max-width: 100%;
  opacity: 0;
}

.ms-jumbotron-desc {
  width: calc(100% - 578px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  padding-right: 10px;
  padding-top: 35px;
  padding: 38px 10px 100px 10px;
}
.ms-jumbotron-desc .ms-linkto-back {
  margin-bottom: 0;
  display: block;
  padding-left: 110px;
  margin-bottom: 40px;
}

.ms-inner-jumbotron-desc {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.ms-date-report {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #99a1a2;
  margin-bottom: 32px;
}

.ms-featured-report {
  background: rgba(223, 218, 203, 0.15);
  padding: 40px 30px 25px;
}

.ms-inner-featured-report {
  margin: 0 auto;
  max-width: 780px;
}
.ms-inner-featured-report p {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: 0.01em;
  color: #f75b19;
  margin: 0;
}

.ms-report-content {
  padding: 43px 30px;
}

.ms-inner-report-content {
  max-width: 778px;
  margin: 0 auto;
}
.ms-inner-report-content p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.01em;
  color: #001417;
  margin-bottom: 12px;
}
.ms-inner-report-content h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.01em;
  color: #f75b19;
  margin-top: 52px;
  margin: 51px 0 14px;
}
.ms-inner-report-content .wp-block-pullquote {
  border-bottom: 1px solid #ccd0d1;
  border-top: 1px solid #ccd0d1;
  padding: 24px 0 23px 0;
  margin: 34px 0 33px;
}
.ms-inner-report-content .wp-block-pullquote blockquote {
  margin: 0 !important;
}
.ms-inner-report-content .wp-block-pullquote blockquote::before {
  display: none;
}
.ms-inner-report-content .wp-block-pullquote blockquote p {
  font-style: normal;
  font-weight: 700;
  font-family: "GothamMedium";
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  color: #00acc8;
  margin-bottom: 0;
}

.navbar-toggler {
  display: none;
  height: 20px;
  width: 25px;
  background: #fff url("../images/cap/minisite/hamburger-menu.svg") no-repeat center !important;
  border: 0 none;
  text-indent: -1000px;
  overflow: hidden;
}
.navbar-toggler:hover {
  background: #fff url("../images/cap/minisite/hamburger-menu.svg") no-repeat center !important;
}

.menu-mobile-cap {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 99999;
  padding-top: 70px;
  padding: 70px 30px 0 30px;
}
.menu-mobile-cap .ms-wrap-sharing {
  padding-top: 0;
  margin: 0 auto 25px auto;
}
.menu-mobile-cap.active {
  display: block;
}

.cap-item-menu-mobile.link {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #00acc8;
  display: block;
}

.cap-item-menu-mobile.menu-item,
.cap-menu-mobile .menu-item a {
  display: block;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #334345;
  margin-bottom: 25px;
}

.cap-item-menu-mobile.donate {
  width: 100%;
  height: 56px;
  background: #fcaf26;
  border: 2px solid #fcaf26;
  border-radius: 6px;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
  color: #ffffff;
}

.cap-menu-close {
  background: #fff url("../images/cap/minisite/close.svg") no-repeat center !important;
  height: 20px;
  width: 20px;
  z-index: 100;
  display: block;
  text-indent: -1000px;
  overflow: hidden;
  top: 36px;
  right: 33px;
  position: absolute;
}

.parsley-errors-list {
  color: red !important;
  font-size: 13px;
  letter-spacing: 0;
  position: static;
  line-height: 1.2;
  font-weight: 100;
  padding: 0;
  margin: 0 !important;
  list-style: none !important;
  text-align: left;
  padding-top: 3px;
}

.cap-heading-sharing {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.cap-heading-sharing .ms-wrap-sharing {
  padding: 0;
  margin: 0;
}
.cap-heading-sharing.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  pointer-events: none;
  opacity: 0;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 9999;
}

.show {
  pointer-events: auto;
  opacity: 1;
}

.modal {
  position: relative;
  background-color: transparent;
  max-width: 1000px;
  padding: 30px 50px;
  border-radius: 5px;
  text-align: center;
  width: 100%;
}

.modal h1 {
  margin: 0;
}

.modal p {
  opacity: 0.7;
  font-size: 14px;
}

.modal-container .cap-menu-close {
  background-color: transparent !important;
  height: 25px;
  width: 25px;
  background-size: contain !important;
  top: -8px;
  right: 17px;
  -webkit-filter: brightness(0%);
          filter: brightness(0%);
}

.ms-inner-hero-slider {
  max-width: 1376px;
  margin: 0 auto;
}

.ms-inner-section-hero-slider {
  max-width: 1380px;
  margin: 0 auto;
  position: relative;
}
.ms-inner-section-hero-slider .slick-arrow {
  width: 20px;
  height: 30px;
  position: absolute;
  top: 50%;
  margin: -15px 0 0 0;
  background-position: center center;
  background-repeat: no-repeat;
}
.ms-inner-section-hero-slider .slick-arrow::after {
  display: none;
}
.ms-inner-section-hero-slider .slick-prev {
  left: 20px;
  background-image: url(../images/home-2022/arrow-prev.svg) !important;
}
.ms-inner-section-hero-slider .slick-next {
  right: 20px;
  background-image: url(../images/home-2022/arrow-next.svg) !important;
}
.ms-inner-section-hero-slider .slick-dots {
  position: absolute;
  bottom: 0;
  z-index: 20;
  width: 35%;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ms-inner-section-hero-slider .slick-dots li {
  height: 36px;
  width: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ms-inner-section-hero-slider .slick-dots li.slick-active button[type=button] {
  background: #ffffff;
}
.ms-inner-section-hero-slider .slick-dots li button[type=button] {
  padding: 0;
  margin: 0;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5019607843);
  display: block;
  text-indent: -9000px;
  overflow: hidden;
}
.ms-inner-section-hero-slider .slick-dots li button[type=button]::after {
  display: none;
}
.ms-inner-section-hero-slider .slick-list {
  z-index: 10;
}
.ms-inner-section-hero-slider .subheading_h3 {
  color: #fff;
  font-size: 40px;
  line-height: 44px;
  margin-bottom: 32px;
}

#ms-hero-slider.slick-initialized {
  max-height: 100%;
}

.ms-inner-hero-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  position: relative;
}

.ms-hero-bg-mobile,
.ms-hero-bg-desktop {
  max-width: 100%;
  display: block;
  position: relative;
  z-index: 5;
}

.ms-content-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mktoForm {
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  width: auto !important;
}
@media (max-width: 57em) {
  .mktoForm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mktoForm .mktoFormRow .mktoClear,
.mktoForm .mktoFormRow .mktoGutter,
.mktoForm .mktoFormRow .mktoFieldWrap .mktoInstruction,
.mktoForm .mktoFormRow .mktoOffset {
  display: none;
}
.mktoForm .mktoFormRow:nth-child(3),
.mktoForm .mktoFormRow:nth-child(4) {
  display: none;
}
.mktoForm .mktoButtonWrap {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100% !important;
  margin: 0 !important;
  height: 100% !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mktoForm button:after {
  display: none !important;
}
.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
  display: block;
}
.mktoForm .mktoFormRow:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media (max-width: 57em) {
  .mktoForm .mktoFormRow:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mktoForm .mktoFormRow:nth-child(2) .mktoFormCol {
  float: none;
}
.mktoForm .mktoFormRow:nth-child(2) .mktoFormCol:nth-child(2) {
  max-width: 150px;
}
.mktoForm .mktoButtonRow {
  width: auto;
}
.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
  min-width: 192px;
  background-color: #F9A743 !important;
  color: #ffffff !important;
  font-size: 16px !important;
  text-transform: uppercase;
  border: 0 none !important;
  padding: 7px 10px 8px 10px;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 4px;
  border-radius: 6px !important;
}

@media (max-width: 1090px) {
  .cap-wrap-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cap-menu-buttons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .ms-jumbotron-desc {
    padding: 38px 30px 100px 30px;
  }
  .ms-jumbotron-desc .ms-linkto-back {
    padding-left: 20px;
  }
  .ms-jumbotron-desc .ms-heading-h1 {
    padding: 0;
  }
}
@media (max-width: 1000px) {
  .cap-wrap-menu {
    display: none;
  }
  .cap-wrap-header {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-toggler {
    display: block;
  }
}
@media (max-width: 900px) {
  .cap-banner-home {
    background: url("../images/cap/minisite/banner-home-mobile.png") no-repeat center;
    background-size: cover;
  }
  .ms-inner-promo-boxes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cap-float-form {
    max-width: 100%;
  }
  .float-form-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .float-form-zip-wrap,
  .float-form-email-wrap,
  .float-form-submit {
    margin: 0 !important;
  }
  .float-form-zip-wrap {
    width: calc(100% - 74px) !important;
  }
  .float-form-email-wrap {
    margin-bottom: 16px !important;
    width: 100% !important;
  }
  .float-form-heading {
    margin-bottom: 24px;
    text-align: center;
  }
  .ms-signup-form {
    padding-bottom: 48px;
  }
  .ms-signup-form .float-form-heading {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    margin-bottom: 32px;
    width: 100%;
  }
  .ms-signup-form .float-form-heading strong {
    display: block;
    text-align: center;
  }
  .ms-signup-form .float-form-heading span {
    font-size: 18px;
    line-height: 28px;
  }
  .ms-jumbotron-desc {
    padding-bottom: 48px;
  }
  .ms-jumbotron-desc .ms-linkto-back {
    padding-left: 0;
    color: #fff;
  }
  .ms-jumbotron-desc .ms-linkto-back::before {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
  .ms-jumbotron-desc .ms-date-report {
    color: #fff;
  }
  .ms-jumbotron-desc .ms-btn-link-2 {
    background: #fff;
    border: 0 none;
  }
  .ms-jumbotron-desc .ms-heading-h1 {
    margin-bottom: 14px;
  }
  .ms-jumbotron-desc .ms-date-report {
    margin-bottom: 96px;
  }
  .ms-report-thumb {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    z-index: 1;
    display: none;
  }
  .ms-inner-jumbotron-report {
    position: relative;
  }
  .ms-jumbotron-desc {
    width: 100%;
    max-width: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
  .ms-heading-h1 {
    color: #fff;
  }
  .wp-block-embed__wrapper,
  .embed-container {
    padding-bottom: 50vw;
  }
  .video-featured .thumbnail {
    height: 50vw;
  }
}
@media (max-width: 600px) {
  .ms-jumbotron-desc .ms-btn-link-2 {
    width: 100%;
  }
  .ms-jumbotron-desc .ms-heading-h1 {
    font-size: 48px;
    line-height: 48px;
  }
  .ms-jumbotron-desc .ms-btn-link-2 {
    color: #f75b19;
  }
  .ms-inner-featured-report p {
    font-size: 20px;
    line-height: 24px;
  }
  .ms-inner-report-content .wp-block-pullquote blockquote p {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 0;
  }
  .ms-btn-link-1 {
    width: 100%;
    background: #fff;
    color: #f75b19;
  }
  .cap-banner-home {
    height: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
  .cap-banner-home .cap-heading-4 {
    margin-bottom: 32px;
  }
  .ms-inner-banner-home {
    padding-top: 60px;
    padding-bottom: 48px;
  }
  .cap-heading-4 {
    margin-bottom: 32px;
  }
  .ms-home-intro-text {
    font-size: 20px;
    line-height: 32px;
  }
  .ms-section-heroes-zeroes {
    background: url("../images/cap/minisite/bg-heroes-zeroes-mobile.png") no-repeat center;
    background-size: cover;
    height: auto;
  }
  .ms-section-heroes-zeroes {
    padding: 113px 30px 128px;
  }
  .ms-inner-section-heroes-zeroes {
    padding: 0;
  }
  .ms-inner-section-heroes-zeroes p {
    font-size: 18px;
    line-height: 28px;
    max-width: 268px;
    margin-bottom: 24px;
  }
  .ms-inner-item-promo-boxes {
    border-bottom: 2px solid #e5e7e7;
    padding: 30px;
    min-height: 327px;
  }
  .ms-btn-link-2 {
    width: 100%;
    background: #f75b19;
    color: #fff;
    text-align: center;
  }
  .ms-item-promo-boxes {
    background-image: none !important;
  }
  .ms-item-promo-boxes:hover {
    background-image: none !important;
  }
  .ms-item-promo-boxes .ms-inner-item-promo-boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ms-item-promo-boxes.scorecard .ms-inner-item-promo-boxes::before {
    content: " ";
    background: url("../images/cap/minisite/thumbs_mobile.svg") no-repeat center;
    background-size: contain;
    display: block;
    width: 106px;
    height: 64px;
    margin-bottom: 24px;
  }
  .ms-item-promo-boxes.takeaction .ms-inner-item-promo-boxes::before {
    content: " ";
    background: url("../images/cap/minisite/lightning_mobile.svg") no-repeat center;
    background-size: contain;
    display: block;
    width: 81px;
    height: 64px;
    margin-bottom: 24px;
  }
  .ms-item-promo-boxes.reports .ms-inner-item-promo-boxes::before {
    content: " ";
    background: url("../images/cap/minisite/news_mobile.svg") no-repeat center;
    background-size: contain;
    display: block;
    width: 47px;
    height: 64px;
    margin-bottom: 24px;
  }
  .ms-stat h5 {
    font-size: 48px;
    line-height: 48px;
  }
  .ms-stat p {
    font-size: 18px;
    line-height: 24px;
  }
  .ms-section-quotes-text-1 {
    font-size: 32px;
    line-height: 38px;
  }
  .ms-banner-page {
    padding: 150px 30px 48px;
    text-align: center;
    height: auto;
    min-height: 1px;
  }
  .ms-banner-page .cap-heading-h1 {
    margin-bottom: 99px;
  }
  .cap-heading-h1 {
    text-align: center;
    font-size: 48px;
    line-height: 48px;
  }
  .cap-heading-4 {
    font-size: 20px;
    line-height: 32px;
  }
  .ms-banner-page {
    background: url("../images/cap/minisite/banner_about-mobile.png") no-repeat center;
  }
  .ms-quote-intro-text {
    font-size: 24px;
    line-height: 32px;
  }
  .ms-quote-intro {
    padding-bottom: 0;
    border-bottom: 0;
  }
  .ms-inner-quote-intro {
    padding-bottom: 36px;
    border-bottom: 1px solid #ccd0d1;
  }
  .ms-featured-text {
    padding-top: 32px;
  }
  .ms-heading-h2 {
    font-size: 40px;
    line-height: 44px;
  }
  .ms-featured-text p strong,
  .ms-featured-text p {
    font-size: 18px;
    line-height: 28px;
  }
  .ms-featured-text .ms-heading-h2 {
    margin-bottom: 15px;
  }
  .ms-featured-subheading {
    font-size: 18px;
    line-height: 28px;
  }
  .ms-list-news-item h5 a {
    font-size: 20px;
    line-height: 24px;
  }
  .ms-list-news-item p a {
    font-size: 14px;
    line-height: 20px;
  }
  .ms-inner-section-heroes-zeroes {
    padding-top: 0 !important;
  }
  .ms-banner-heroes-zeroes {
    height: auto;
    min-height: 544px;
  }
  .ms-inner-entry-content h2 {
    font-size: 32px;
    line-height: 36px;
  }
  .ms-wrap-zeroes-heroes-sharing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ms-banner-page-scorecard {
    min-height: 440px;
    height: 440px;
  }
  .ms-party {
    display: none;
  }
  .ms-scoredcard-item a {
    padding-left: 0;
  }
  .ms-scoredcard-item p strong {
    font-size: 18px;
    line-height: 22px;
  }
  .ms-scoredcard-item p span {
    font-size: 14px;
    line-height: 14px;
  }
  .ms-scoredcard-item p.thumb-democratic a strong::after {
    content: " ";
    display: inline-block;
    width: 20px;
    height: 15px;
    background: url("../images/cap/minisite/icon-dem.svg") no-repeat center;
    background-size: contain;
    margin-left: 9px;
  }
  .ms-scoredcard-item p.thumb-republican a strong::after {
    content: " ";
    display: inline-block;
    width: 20px;
    height: 14px;
    background: url("../images/cap/minisite/icon-rep.svg") no-repeat center;
    background-size: contain;
    margin-left: 9px;
  }
  .ms-rating {
    font-size: 30px;
    height: 56px;
    width: 56px;
    min-width: 56px;
    margin-left: 35px;
  }
  .ms-inner-banner-alert {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ms-heading-banner-alert {
    margin-bottom: 20px;
  }
  .ms-heading-banner-alert span {
    font-size: 18px;
    line-height: 28px;
  }
  .ms-banner-alert {
    padding: 33px 30px 49px;
  }
  .ms-banner-reports {
    height: 440px;
  }
  .ms-reports {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .ms-scorer-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .ms-scorer-block .ms-rating {
    margin-left: 0;
    height: 56px;
    width: 56px;
    font-size: 40px;
    min-width: 56px;
    margin-bottom: 20px;
  }
  .ms-inner-jumbotron .ms-linkto-back {
    color: #00acc8;
  }
  .ms-inner-jumbotron .ms-linkto-back::before {
    background: url("../images/cap/minisite/icon-arrow-left-teal.svg") no-repeat center;
  }
  .ms-inner-jumbotron .ms-heading-h1 {
    font-size: 48px;
    line-height: 48px;
  }
  .ms-inner-jumbotron .ms-heading-h1.party-democratic::after {
    width: 32px;
    height: 24px;
    background-size: contain;
  }
  .ms-issues .ms-subhead-h5 {
    padding-right: 50px;
    font-size: 18px;
    line-height: 22px;
  }
  .ms-issue {
    position: relative;
  }
  .ms-symbol-score {
    position: absolute;
    top: 31px;
    right: 0px;
    width: 32px;
    min-width: 32px;
    height: 32px;
    margin: 0;
    background-size: contain !important;
  }
  .ms-wrap-scorer-sharing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ms-hero-bg-desktop {
    display: none !important;
  }
  .ms-hero-bg-mobile {
    display: block !important;
    width: 100%;
  }
  #ms-hero-slider {
    max-height: 1000px !important;
  }
  .ms-content-slide {
    padding: 0 30px;
  }
  .ms-inner-section-hero-slider .slick-dots {
    width: 100%;
    bottom: 10px;
  }
  .slick-arrow {
    display: none !important;
  }
} /*end 600*/
@media (max-width: 500px) {
  .ms-heading-h2 {
    font-size: 7vw;
  }
  .cap-logo {
    max-width: 186px;
  }
  .cap-logo img {
    max-width: 100%;
  }
}