:root {
  --red: #f2020e;
  --navy: #142143;
  --white: white;
  --accessible-components--dark-grey: #9b9b9b;
  --black: black;
  --dark-grey: #414141;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

h1 {
  color: var(--red);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h6 {
  color: var(--navy);
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: var(--navy);
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

a {
  color: var(--red);
  font-weight: 500;
  text-decoration: underline;
}

li {
  color: var(--navy);
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.header {
  border-bottom: 4px solid var(--red);
  background-image: url('../images/Rectangle-1.png'), linear-gradient(#182545, #182545);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 180px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.header-content {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  display: flex;
}

.donate-button {
  border: 3px solid var(--red);
  letter-spacing: 5px;
  text-indent: 0;
  text-transform: uppercase;
  overflow-wrap: normal;
  direction: ltr;
  background-color: #3898ec00;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 5px 5px 5px 10px;
  font-family: Anton, sans-serif;
  font-size: 20px;
  line-height: 22px;
  transition: all .2s;
  display: flex;
  box-shadow: inset 0 2px 5px #0003;
}

.donate-button:hover {
  transform: translate(0, -2px);
}

.donate-button.margin-top {
  margin-top: 30px;
}

.donate-button.base {
  display: inline-block;
}

.donate-button.black {
  color: var(--navy);
  flex: none;
  display: block;
}

.desktop-nav {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.menu-link {
  color: var(--white);
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 1.5vw;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
}

.menu-link:hover {
  opacity: .7;
}

.menu-link.w--current {
  color: var(--red);
}

.image {
  width: 5vw;
  min-width: 120px;
  max-width: 160px;
}

.hero {
  z-index: 1;
  background-image: url('../images/Abe-hero-new.jpg'), linear-gradient(#182545, #182545);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80vh;
  min-height: 800px;
  display: flex;
  position: relative;
}

.cut-out {
  z-index: 1;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Abe-cutout-1.png');
  background-position: 50%;
  background-size: cover;
  background-clip: padding-box;
  width: 100%;
  height: 80vh;
  min-height: 800px;
  padding-left: 30vw;
  padding-right: 30vw;
  position: absolute;
  inset: 0%;
}

.hero-content {
  z-index: 0;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
}

.hero-content.left {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-end;
  align-items: center;
}

.hero-heading {
  z-index: 0;
  color: var(--red);
  text-align: right;
  letter-spacing: 3px;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-family: Anton, sans-serif;
  font-size: 9vw;
  font-weight: 400;
  line-height: 10vw;
  position: relative;
}

.hero-form {
  z-index: 100;
  width: 40%;
  max-width: 500px;
  margin-top: 5vh;
  padding-top: 0;
  position: relative;
}

.form-header {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.white-heading {
  width: 100%;
  color: var(--white);
  text-align: center;
  letter-spacing: 6px;
  border-top: 2px solid #ffffffb3;
  border-bottom: 2px solid #ffffffb3;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Anton, sans-serif;
  font-size: 3vw;
  line-height: 3vw;
}

.form-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px #000;
  align-items: center;
  width: 100%;
  padding-bottom: 10px;
  display: flex;
}

.form-container.last {
  border-bottom: 1.5px solid #ffffffc2;
}

.input-field {
  color: var(--white);
  text-align: center;
  background-color: #fff0;
  border: 2px solid #fff;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 50px;
}

.input-field::placeholder {
  color: var(--white);
  background-color: #fff0;
  font-family: Roboto, sans-serif;
}

.form {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.detail-text {
  opacity: .8;
  width: 100%;
  max-width: none;
  color: var(--white);
  text-align: left;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 1vw;
  line-height: 26px;
}

.below-hero {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--navy);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  display: flex;
}

.text-block-2 {
  color: var(--white);
  letter-spacing: 15px;
  text-transform: uppercase;
  font-family: Anton, sans-serif;
  font-size: 22px;
  line-height: 22px;
}

.text-block-2.arrow {
  font-size: 30px;
}

.image-2 {
  z-index: 100;
  width: 200px;
  position: relative;
}

.endorsement {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.endorsement-div {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.trump {
  width: 100%;
  min-width: 300px;
  display: block;
}

.trump-text {
  width: auto;
  padding-top: 0;
}

.trump-blue {
  color: var(--navy);
  text-transform: uppercase;
  margin-top: 0;
  font-family: Anton, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 5.5rem;
}

.donate-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.join-abe-team {
  background-image: url('../images/abe-hamadeh-for-arizona.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 400px;
  min-height: 600px;
  display: none;
  position: relative;
}

.image-overlay {
  z-index: 2;
  background-image: url('../images/Abe-Cutout-1_1.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.join-abe-content {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  display: flex;
}

.top-line-flag {
  justify-content: space-between;
  align-items: center;
  width: 50%;
  margin-bottom: 30px;
  display: flex;
}

.line-flag {
  background-color: var(--red);
  width: 30%;
  height: 1px;
}

.line-flag.red {
  width: 100px;
  height: 2px;
}

.image-3 {
  width: 20%;
}

.form-block {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.form-block.join-warrior {
  width: 30%;
}

.text-block-underlay {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  height: 100%;
  padding-left: 30%;
  padding-right: 0;
  display: flex;
  position: relative;
}

.join-team-bold {
  width: auto;
  color: var(--white);
  text-align: right;
  letter-spacing: 3px;
  justify-content: flex-start;
  align-items: center;
  font-family: Anton, sans-serif;
  font-size: 6vw;
  font-weight: 400;
  line-height: 7vw;
  display: flex;
}

.media-hits {
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.media-hits-container {
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.blue-heading-normal {
  color: var(--navy);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Anton, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
}

.splide {
  width: 100%;
  margin-top: 50px;
}

.splide.slider1 {
  position: relative;
  overflow: hidden;
}

.splide.slider2 {
  position: relative;
}

.splide.slider3 {
  display: block;
  position: static;
  overflow: visible;
}

.splide__track {
  width: 100%;
}

.splide__track.slider2 {
  overflow: hidden;
}

.splide__list {
  padding-right: 20%;
  display: flex;
  position: relative;
  overflow: visible;
}

.splide__list.slider2 {
  padding-right: 0%;
}

.splide__list.slider3 {
  align-items: stretch;
}

.splide__slide {
  flex-flow: column;
  flex: none;
  align-items: center;
  width: 50%;
  display: flex;
}

.splide__slide.slider2 {
  width: 20%;
}

.splide__slide.slider3 {
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
}

.splide__slide.slider10 {
  flex-flow: column;
  flex: none;
  align-items: flex-start;
  width: 100%;
}

.video-title {
  color: var(--navy);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 20px;
}

.style-guide {
  display: none;
}

.splide__arrows {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  margin-top: 20px;
  display: flex;
}

.splide__arrows.slider3 {
  justify-content: flex-start;
  padding-left: 0;
  display: flex;
}

.splide__arrows.slider3.mobile {
  z-index: 10;
  position: relative;
}

.splide__arrow {
  background-color: var(--white);
  background-image: url('../images/Vector-9-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 25px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 30px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.splide__arrow.splide__arrow--prev {
  background-image: url('../images/Vector-10.png');
  background-size: auto 30px;
  width: 30px;
  height: 50px;
  transition: all .2s;
}

.splide__arrow.splide__arrow--prev:hover {
  transform: scale(1.05);
}

.splide__arrow.splide__arrow--next {
  background-size: auto 30px;
  width: 30px;
  height: 50px;
  transition: all .2s;
}

.splide__arrow.splide__arrow--next:hover {
  transform: scale(1.05);
}

.slide-video {
  border: 1px #000;
}

.blur {
  background-image: linear-gradient(92deg, #fff 12%, #fff0);
  width: 10%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.blur.left {
  background-image: linear-gradient(92deg, #fff 12%, #fff0 81%);
  width: 5%;
  display: flex;
  inset: 0% auto 0% 0%;
}

.blur.right {
  background-image: linear-gradient(92deg, #fff0 19%, #fff 88%);
  width: 5%;
  display: flex;
}

.help-send-abe {
  background-image: linear-gradient(#f0f0f0, #fff);
  flex-flow: column;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.help-send-abe-content {
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  display: flex;
}

.header-with-image-block {
  background-image: url('../images/Help-Send-Abe-to-Congress.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 80%;
  height: 500px;
  display: flex;
}

.hel-send-abe-text {
  color: var(--red);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Anton, sans-serif;
  font-size: 4vw;
  font-weight: 400;
  line-height: 4vw;
}

.hel-send-abe-text.center.mobile {
  display: none;
}

.text-span-2 {
  color: var(--navy);
  font-weight: 400;
}

.buttons-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
  margin-top: 50px;
  display: grid;
}

.donate-button-2 {
  width: 100%;
  color: var(--navy);
  background-color: #fff0;
  border: 1px solid #41414199;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  transition: all .2s;
  display: flex;
}

.donate-button-2:hover {
  transform: translate(0, -2px);
}

.donate-button-2.red {
  background-color: var(--red);
  color: var(--white);
  text-transform: uppercase;
  border-style: none;
}

.donate-button-2.red:hover {
  background-color: #bc0009;
}

.footer {
  border-top: 4px solid var(--red);
  background-color: var(--navy);
  background-image: url('../images/Rectangle-2.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding: 50px 40px;
  display: flex;
}

.footer-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  display: flex;
}

.footer-top-content {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.footer-left {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.grid {
  margin-top: 20px;
}

.footer-link {
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.footer-link:hover {
  opacity: .7;
}

.footer-link.w--current {
  color: var(--red);
}

.text-block-5 {
  color: #c6c6c6;
  -webkit-text-stroke-color: #ffffffb3;
  border-top: 1px solid #ffffffb3;
  border-bottom: 1px solid #ffffffb3;
  max-width: 300px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Roboto, sans-serif;
}

.paid-for {
  opacity: .4;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #fff;
  padding: 10px 20px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  display: inline-block;
}

.disclaimer-text {
  opacity: .4;
  color: #fff;
  max-width: 300px;
  margin-top: 30px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
}

.greyed-out-links {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto auto -35px 0%;
}

.link-2 {
  opacity: .4;
  color: var(--white);
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.image-4 {
  object-fit: contain;
  width: 20%;
  max-width: 200px;
}

.about-abe {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.left-side {
  width: 50%;
}

.right-side {
  width: 50%;
  padding-right: 5vw;
}

.join-abe-div {
  border-bottom: 4px solid var(--red);
  background-color: var(--navy);
  justify-content: flex-end;
  align-items: center;
  width: 80%;
  margin-top: 40px;
  padding: 20px 20px 20px 10%;
  display: flex;
}

.text-block-7 {
  color: var(--white);
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.text-span-3 {
  font-weight: 700;
}

.heading-box {
  position: relative;
}

.big-grey-heading {
  color: #d7d7d7;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Anton, sans-serif;
  font-size: 130px;
  font-weight: 400;
  line-height: 130px;
}

.big-grey-heading.media {
  letter-spacing: 10px;
}

.smaller-blue-heading {
  color: var(--navy);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Anton, sans-serif;
  font-weight: 400;
  position: absolute;
  inset: auto auto 0% 40px;
}

.smaller-blue-heading.media {
  text-align: center;
  width: 100%;
  bottom: 2px;
  left: 0;
}

.text-block-8 {
  max-width: 500px;
  color: var(--navy);
  margin-top: 40px;
  margin-left: 0;
  font-family: Roboto, sans-serif;
}

.text-span-4 {
  font-weight: 700;
}

.about-abe-images {
  flex-flow: column;
  padding-bottom: 80px;
  display: flex;
}

.issues-main-body {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-right: 10vw;
  display: flex;
}

.left-issues {
  width: 40%;
  height: auto;
  position: relative;
}

.right-issues {
  width: 60%;
  margin-top: 100px;
}

.fs_accordion-2_paragraph {
  color: var(--navy);
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
}

.fs_accordion-2_body {
  background-color: #fff;
  padding: 1rem 1.5rem 2rem;
}

.fs_accordion-2_content {
  transition: max-height .2s;
  overflow: hidden;
}

.fs_accordion-2_icon {
  color: var(--navy);
  margin-right: 0;
  font-size: 1.125rem;
  position: relative;
}

.fs_accordion-2_arrow-wrapper {
  transition: transform .2s;
}

.fs_accordion-2_arrow-wrapper.is-active-accordion {
  transform: rotate(180deg);
}

.fs_accordion-2_label {
  color: var(--navy);
  font-family: Roboto, sans-serif;
  font-size: 1.25rem;
  font-weight: 900;
}

.fs_accordion-2_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  background-color: #f5f5f500;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

.fs_accordion-2_header:focus-visible, .fs_accordion-2_header[data-wf-focus-visible] {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_accordion-2_embed {
  margin-bottom: 0;
}

.fs_accordion-2_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.collection-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.collection-item-2 {
  border-top: 1px solid #1421434d;
}

.page-heading-contents {
  background-image: url('../images/background.png');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: relative;
}

.endorsments-text {
  width: 100%;
  position: absolute;
  inset: auto 0% 40px;
}

.heading-3 {
  opacity: .1;
  color: var(--navy);
  text-align: center;
  letter-spacing: 5px;
  mix-blend-mode: multiply;
  font-family: Anton, sans-serif;
  font-size: 10vw;
  font-weight: 400;
  line-height: 10vw;
}

.small-endorse-text {
  color: var(--navy);
  text-align: center;
  font-family: Anton, sans-serif;
  font-weight: 400;
  position: absolute;
  inset: auto 0% 0%;
}

.endorse-body {
  background-image: url('../images/headshot-background.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.endorse-items {
  width: 100%;
  max-width: 1400px;
  padding: 100px 20px;
}

.collection-list-2 {
  grid-column-gap: 30px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.endorse-image {
  border: 2px solid var(--navy);
  background-color: var(--white);
  object-fit: contain;
  object-position: 50% 0%;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-8 {
  vertical-align: baseline;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  margin: 1px;
}

.collection-item-3 {
  flex-flow: column;
  align-items: center;
  padding: 10px;
  display: flex;
  position: static;
}

.text-block-10 {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.text-block-11 {
  opacity: .6;
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-top: 5px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
}

.pop-up-block {
  z-index: 100;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.pop-up-content {
  background-color: var(--navy);
  border-radius: 10px;
  width: 50%;
  height: auto;
  min-height: 300px;
  max-height: none;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 5px 4px #0003;
}

.div-block-2 {
  background-color: var(--white);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex: 0 auto;
  width: 40%;
  height: 100%;
}

.pop-up-text-bio {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 25px;
  display: flex;
  position: relative;
}

.heading-4 {
  color: var(--white);
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
}

.text-block-12 {
  color: var(--white);
  font-family: Roboto, sans-serif;
}

.text-block-13 {
  border-left: 1px solid var(--red);
  color: var(--white);
  margin-top: 15px;
  padding-left: 20px;
}

.close {
  z-index: 200;
  cursor: pointer;
  padding: 10px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.html-embed-2 {
  width: 20px;
}

.media-hits-top-page {
  flex-flow: column;
  align-items: center;
  padding-top: 100px;
  display: flex;
}

.heading-box-div {
  position: relative;
}

.body-content-scroll {
  justify-content: space-between;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 50px;
  display: flex;
}

.image-10 {
  z-index: 10;
  object-fit: contain;
  width: 40%;
  margin-right: 0;
  position: relative;
}

.scroller {
  width: 70%;
  margin-left: -50px;
  overflow: hidden;
}

.heading-5 {
  color: var(--navy);
  margin-left: 10px;
  font-family: Roboto, sans-serif;
  font-size: 26px;
  line-height: 28px;
}

.media-section-2 {
  flex-flow: column;
  align-items: center;
  padding: 100px 20px;
  display: flex;
}

.collection-list-wrapper-2 {
  flex-flow: column;
  align-items: center;
  width: auto;
  max-width: 1400px;
  margin-top: 80px;
  display: flex;
}

.collection-list-3 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.collection-item-4 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 800px;
  display: flex;
}

.image-div {
  object-fit: cover;
  width: 300px;
  height: 200px;
}

.image-12 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.text-div {
  width: 500px;
}

.text-block-15 {
  color: var(--navy);
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.link-3 {
  color: var(--red);
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.link-3:hover {
  color: #bd0811;
}

.next {
  color: var(--white);
  background-color: #fff0;
  border-style: none;
  flex-flow: column;
  align-items: center;
  margin-top: 40px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  display: flex;
}

.volunteer-page-content {
  flex-flow: column;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.voluntter-content {
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  display: flex;
}

.flag--and--lines {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

.image-13 {
  width: 50px;
}

.volunteer-form {
  margin-top: 50px;
}

.vol-form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: stretch;
  width: 100%;
  min-width: 800px;
  max-width: 800px;
  display: flex;
}

.double-field-form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.vol-form-enter {
  text-transform: uppercase;
  border: 2px solid #1421431a;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  font-family: Roboto, sans-serif;
  line-height: 30px;
}

.vol-form-enter::placeholder {
  color: var(--navy);
  font-family: Roboto, sans-serif;
}

.select-field {
  background-color: var(--white);
  height: 44px;
  color: var(--navy);
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
}

.can-help-with {
  border: 2px solid #1421431a;
  padding: 20px;
}

.heading-6 {
  color: var(--navy);
  margin-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.fs_checkbox-1_label {
  color: var(--navy);
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.fs_checkbox-1_button {
  border-radius: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .75rem;
  box-shadow: 1px 1px 3px #0000;
}

.fs_checkbox-1_button.w--redirected-focus {
  box-shadow: none;
}

.fs_checkbox-1_button.w--redirected-focus-visible {
  box-shadow: none;
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs_checkbox-1_field {
  cursor: pointer;
  background-color: #f5f5f500;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  min-height: 3rem;
  margin-bottom: 0;
  padding: .5rem 1.5rem .5rem 1.25rem;
  line-height: 44px;
  display: flex;
  position: relative;
}

.fs_checkbox-1_field:hover {
  color: #696969;
  border-color: #696969;
}

.fs_checkbox-1_group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: auto 1fr 1fr;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  align-items: start;
  min-height: 3rem;
  display: grid;
}

.fs_checkbox-1_embed {
  margin-bottom: 0;
}

.fs_checkbox-1_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button-box {
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-16 {
  color: var(--navy);
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.success-message-2 {
  background-color: #fff;
  border: 2px solid #1421431a;
  padding: 50px;
}

.image-14 {
  width: 200px;
  margin-bottom: 20px;
}

.link-block {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.html-embed-3 {
  width: 18px;
  color: var(--red);
  object-fit: contain;
  margin-right: 6px;
  padding-left: 0;
  transform: rotate(90deg);
}

.text-block-17 {
  color: var(--red);
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 900;
}

.div-block-3 {
  border: 3px solid var(--red);
  cursor: pointer;
  border-radius: 1000px;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.drop-down-holder, .mobile-dropdown {
  display: none;
}

.menu-holder {
  display: flex;
}

.mobile-hero, .mobile-below-hero-section {
  display: none;
}

.text-link-site {
  color: var(--red);
  flex: none;
  margin-top: 20px;
  font-family: Anton, sans-serif;
  font-size: 30px;
  line-height: 30px;
  text-decoration: none;
  display: flex;
}

.mobile-endorse, .mobile-footer, .about-abe-mobile, .mobile-holder, .our-issues-mobile, .image-21.mobile, .media-hits-mobile {
  display: none;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.heading-11 {
  color: var(--red);
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
}

.text-block-23 {
  color: var(--navy);
  font-family: Roboto, sans-serif;
}

.button {
  background-color: var(--navy);
  color: var(--white);
  text-transform: uppercase;
  margin-top: 20px;
  font-family: Roboto, sans-serif;
}

.legal-site-content {
  flex-flow: column;
  align-items: center;
  padding: 50px 20px;
  display: flex;
}

.legal-site-stuff {
  width: 100%;
  max-width: 1400px;
}

.contact-us-section {
  padding: 80px 20px;
}

.contact-us-stuff {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.endorse-banner {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--red);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.text-block-24 {
  color: var(--white);
  letter-spacing: 5px;
  font-family: Anton, sans-serif;
  font-size: 20px;
}

.heading-13 {
  color: var(--navy);
  text-align: center;
  margin-bottom: 30px;
}

.contact-us-form {
  max-width: 800px;
}

.success-text {
  color: var(--white);
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.success {
  background-color: #ddd0;
  border: 2px solid #fff3;
}

.heading-14 {
  color: var(--navy);
  font-size: 20px;
  line-height: 30px;
}

.image-22 {
  object-fit: cover;
  object-position: 50% 10%;
  width: 90%;
  height: auto;
  max-height: 600px;
}

.trump-embed-div {
  width: 50%;
}

.tweet-replica {
  background-color: #070518;
  border-radius: 3px;
  margin-top: 40px;
  padding: 20px;
  position: relative;
}

.paragraph {
  color: var(--white);
  font-size: 14px;
}

.image-23 {
  width: 150px;
  position: absolute;
  inset: -30px auto auto 20px;
}

.social-icons {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.social-link-box {
  width: 30px;
  transition: all .2s;
}

.social-link-box:hover {
  opacity: .5;
}

.text-block-25 {
  color: var(--navy);
  margin-bottom: 5px;
  font-style: normal;
  font-weight: 700;
}

.badge-logo, .image-24 {
  object-fit: contain;
  width: 200px;
  height: 200px;
}

.text-span-6 {
  color: var(--red);
}

.consent-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.consent-block.no-pad {
  margin-top: 0;
}

.checkbox-label {
  color: var(--accessible-components--dark-grey);
}

.italic-text {
  font-size: .75rem;
  line-height: 1rem;
}

.abe-header {
  display: none;
}

.svg {
  width: 1.5rem;
}

@media screen and (min-width: 1280px) {
  .header-content {
    max-width: 1800px;
  }

  .hero-content, .hero-content.left {
    max-width: 2000px;
  }

  .hero-form {
    width: 40%;
    max-width: 600px;
  }

  .text-block-underlay {
    max-width: 1800px;
    padding-left: 35%;
  }

  .footer-content {
    max-width: 1800px;
  }

  .text-link-site {
    color: var(--red);
    flex: none;
    font-family: Anton, sans-serif;
    font-size: 40px;
    line-height: 40px;
    text-decoration: none;
  }

  .endorse-banner {
    background-color: var(--red);
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-24 {
    color: var(--white);
    letter-spacing: 5px;
    font-family: Anton, sans-serif;
    font-size: 20px;
    line-height: 20px;
  }
}

@media screen and (min-width: 1920px) {
  .header-content {
    max-width: 2000px;
  }

  .hero {
    background-image: url('../images/background-1-1.png'), linear-gradient(#0000, #0000);
    background-position: 50% 0, 0 0;
    height: 80vh;
  }

  .cut-out {
    background-position: 50% 0;
    height: 80vh;
  }

  .hero-content, .hero-content.left {
    max-width: 2200px;
  }

  .detail-text {
    font-size: 20px;
    line-height: 28px;
  }

  .endorsement-div {
    max-width: 2000px;
  }

  .donate-list {
    margin-top: 20px;
  }

  .join-abe-team {
    background-position: 50% 0;
    height: 800px;
  }

  .image-overlay {
    background-position: 50% 0;
  }

  .text-block-underlay {
    justify-content: center;
    align-items: center;
    max-width: 2000px;
    padding-left: 0%;
  }

  .join-team-bold {
    font-size: 120px;
    line-height: 140px;
  }

  .media-hits-container, .help-send-abe-content {
    max-width: 2000px;
  }

  .hel-send-abe-text {
    flex-flow: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .footer {
    min-height: 0;
  }

  .footer-content {
    max-width: 2000px;
  }

  .text-link-site {
    color: var(--red);
    flex: none;
    font-family: Anton, sans-serif;
    font-size: 40px;
    line-height: 40px;
    text-decoration: none;
  }
}

@media screen and (max-width: 991px) {
  .header {
    height: 140px;
  }

  .website-logo {
    width: auto;
  }

  .website-logo.w--current {
    z-index: 1001;
    position: relative;
  }

  .donate-button {
    display: none;
  }

  .donate-button.margin-top {
    display: block;
  }

  .donate-button.mobile {
    font-size: 30px;
    line-height: 33px;
    display: flex;
  }

  .desktop-nav {
    display: none;
  }

  .image {
    width: 120px;
    min-width: 100px;
  }

  .hero {
    background-image: linear-gradient(#182545, #182545);
    display: block;
  }

  .cut-out {
    display: none;
  }

  .hero-content.left {
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero-content.right {
    display: none;
  }

  .hero-form {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    height: 100%;
    margin-top: 0;
    display: flex;
  }

  .white-heading {
    font-size: 30px;
    line-height: 30px;
  }

  .input-field {
    border-radius: 0;
  }

  .detail-text {
    font-size: 16px;
  }

  .below-hero, .endorsement {
    display: none;
  }

  .join-abe-team {
    background-color: var(--navy);
    background-image: none;
    flex-flow: column;
    height: auto;
    display: flex;
  }

  .image-overlay {
    background-image: none;
    position: static;
  }

  .join-abe-content {
    flex-flow: column;
    height: 100%;
  }

  .form-block.join-warrior {
    width: 100%;
  }

  .text-block-underlay {
    display: none;
  }

  .media-hits {
    display: flex;
  }

  .splide.slider3.mobile, .splide__track {
    overflow: hidden;
  }

  .splide__list.slider3.mobile {
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .splide__slide.slider2 {
    width: 33.333%;
  }

  .splide__slide.slider3.mobile {
    align-items: center;
  }

  .splide__arrows.slider3.mobile {
    justify-content: center;
  }

  .blur.left {
    display: none;
  }

  .help-send-abe {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .header-with-image-block {
    height: 300px;
  }

  .footer-content, .about-abe {
    display: none;
  }

  .join-abe-div.mobile {
    width: 90%;
    padding-left: 0%;
  }

  .heading-box.mobile {
    justify-content: center;
    display: flex;
  }

  .text-block-8.mobile {
    max-width: none;
    margin-right: 20px;
    font-size: 16px;
  }

  .issues-main-body {
    display: none;
  }

  .fs_accordion-2_component.mobile {
    padding-left: 20px;
    padding-right: 20px;
  }

  .endorse-body {
    background-size: cover;
  }

  .collection-list-2 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .pop-up-block {
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .pop-up-content {
    width: 100%;
  }

  .media-hits-top-page, .heading-box-div {
    display: none;
  }

  .scroller.mobile {
    width: 100%;
    margin-left: 0;
  }

  .collection-list-wrapper-2 {
    max-width: none;
  }

  .collection-item-4 {
    width: auto;
  }

  .text-div {
    width: 300px;
  }

  .volunteer-page-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .volunteer-form {
    padding-left: 20px;
    padding-right: 20px;
  }

  .vol-form {
    min-width: 0;
  }

  .fs_checkbox-1_group {
    grid-template-columns: auto;
  }

  .drop-down-holder {
    z-index: 1000;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    width: 50px;
    height: 35px;
    padding: 0;
    display: flex;
    position: relative;
  }

  .line-menu {
    background-color: var(--white);
    width: 100%;
    height: 3px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .mobile-dropdown {
    z-index: 100;
    background-image: url('../images/headshot-background.png');
    background-position: 50%;
    background-size: cover;
    padding-top: 150px;
    padding-left: 40px;
    padding-right: 40px;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .menu-holder {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    border-top: 3px solid var(--red);
    flex-flow: column;
    align-items: flex-start;
    padding-top: 20px;
    display: flex;
  }

  .mobile-menu-link {
    color: var(--white);
    letter-spacing: 4px;
    font-family: Anton, sans-serif;
    font-size: 30px;
    line-height: 35px;
    text-decoration: none;
  }

  .mobile-menu-link:hover {
    color: var(--accessible-components--dark-grey);
  }

  .mobile-menu-link.w--current {
    color: var(--red);
    letter-spacing: 4px;
    font-family: Anton, sans-serif;
    font-size: 30px;
    line-height: 35px;
    text-decoration: none;
  }

  .mobile-hero {
    background-image: url('../images/Abe-hero-new.jpg');
    background-position: 30%;
    background-size: cover;
    height: 90vh;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .left-text {
    z-index: 1;
    justify-content: center;
    align-items: center;
    width: 50%;
    padding: 10px;
    display: flex;
    position: relative;
    inset: 0% auto 0% 0;
    overflow: visible;
  }

  .overlay-image-mobile {
    z-index: 10;
    background-image: url('../images/Abe-cutout-1.png');
    background-position: 30%;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
  }

  .container {
    width: 100vw;
    height: 100%;
    display: flex;
    overflow: hidden;
  }

  .image-15 {
    width: auto;
    height: 80vh;
  }

  .mobile-below-hero-section {
    background-color: var(--red);
    padding: 10px 20px;
    display: flex;
  }

  .join-the-team-mobile {
    justify-content: space-between;
    align-items: center;
    width: 1005px;
    text-decoration: none;
    display: flex;
    position: relative;
  }

  .join-the-team-mobile.media {
    justify-content: center;
  }

  .text-block-18 {
    color: var(--white);
    letter-spacing: 7px;
    text-transform: uppercase;
    font-family: Anton, sans-serif;
    font-size: 30px;
    line-height: 30px;
    text-decoration: none;
  }

  .image-16 {
    width: 160px;
    margin: 0;
    display: none;
    position: absolute;
    inset: -29px 0% 0% auto;
  }

  .text-link-site.mobile {
    font-size: 30px;
    line-height: 30px;
  }

  .mobile-endorse {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    padding: 40px 20px;
    display: flex;
    position: relative;
  }

  .endorse-top-content {
    justify-content: space-around;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .mobile-trump {
    width: 100%;
  }

  .heading-9 {
    color: var(--navy);
    font-family: Anton, sans-serif;
    font-size: 80px;
    line-height: 80px;
  }

  .mobile-endorse-trump {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: space-around;
    align-items: center;
    display: flex;
  }

  .donate-buttons {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template: ". ."
                   ". ."
                   "Area Area"
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 50%;
    display: grid;
  }

  .image-17 {
    width: 45%;
  }

  .mobile-footer {
    flex-flow: column;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .image-18 {
    width: 100px;
  }

  .mobile-footer-menu {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 50%;
    margin-top: 30px;
    margin-bottom: 30px;
    display: grid;
  }

  .mobile-footer-link {
    color: var(--white);
    font-family: Roboto, sans-serif;
    font-weight: 700;
    text-decoration: none;
  }

  .mobile-footer-link.w--current {
    color: var(--red);
  }

  .text-block-20 {
    opacity: .5;
    width: 50%;
    color: var(--white);
    text-align: center;
    margin-top: 30px;
  }

  .leagl-mobile {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: space-around;
    align-items: center;
    width: 80%;
    margin-top: 30px;
    display: flex;
  }

  .legal-left {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    display: flex;
  }

  .legal-right {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
  }

  .link-4 {
    opacity: .6;
    color: var(--white);
  }

  .text-block-21 {
    opacity: .6;
    max-width: 200px;
    color: var(--white);
    text-align: right;
    font-family: Roboto, sans-serif;
  }

  .text-block-22 {
    border: 1px solid var(--white);
    opacity: .6;
    color: var(--white);
    text-transform: uppercase;
    margin-top: 20px;
    padding: 5px 10px;
    font-family: Roboto, sans-serif;
  }

  .about-abe-mobile {
    flex-flow: column;
    align-items: stretch;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

  .mobile-holder {
    display: block;
    position: relative;
  }

  .our-issues-mobile {
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
  }

  .o-i-mobile-images {
    justify-content: flex-start;
    align-items: center;
    margin-top: 30px;
    display: flex;
  }

  .image-19 {
    width: 60%;
  }

  .image-19.mobile {
    margin-top: 20px;
  }

  .image-21.mobile {
    display: none;
  }

  .media-hits-mobile {
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
  }

  .paragraph {
    margin-bottom: 0;
  }

  .social-icons.mobile {
    margin-top: 30px;
  }

  .text-span-7 {
    color: var(--red);
  }

  .abe-header {
    color: var(--white);
    margin-bottom: 20px;
    font-family: Anton, sans-serif;
    font-size: 2rem;
    line-height: 2rem;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .header {
    height: 120px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image {
    width: 90px;
    min-width: 80px;
    max-width: 120px;
  }

  .white-heading {
    font-size: 26px;
    font-weight: 400;
    line-height: 35px;
  }

  .join-abe-team {
    display: none;
  }

  .splide__slide.slider2 {
    width: 50%;
  }

  .hel-send-abe-text.center.mobile {
    display: none;
  }

  .big-grey-heading {
    font-size: 100px;
    line-height: 100px;
  }

  .smaller-blue-heading {
    font-size: 30px;
    line-height: 34px;
  }

  .page-heading-contents {
    overflow: hidden;
  }

  .endorse-body {
    background-image: linear-gradient(to bottom, var(--navy), var(--navy));
    background-position: 0 0;
  }

  .collection-list-2 {
    grid-template-columns: 1fr 1fr;
  }

  .pop-up-block {
    flex-flow: column;
  }

  .pop-up-content {
    flex-flow: column;
    min-height: 0;
  }

  .div-block-2 {
    width: 100%;
    height: 300px;
  }

  .media-section-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .collection-item-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: auto;
  }

  .image-div {
    width: 200px;
  }

  .double-field-form {
    flex-flow: wrap;
  }

  .fs_checkbox-1_group {
    grid-template-columns: auto;
    grid-auto-flow: row;
  }

  .mobile-dropdown {
    padding-top: 130px;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .menu-holder {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    width: 100%;
  }

  .mobile-hero {
    height: 80vh;
  }

  .left-text {
    justify-content: center;
    align-items: center;
    width: 60%;
  }

  .container {
    width: 100vw;
  }

  .image-15 {
    object-fit: contain;
    width: auto;
    height: 60vh;
    position: static;
    inset: 0% auto 0% 0%;
  }

  .text-block-18 {
    letter-spacing: 3px;
    font-size: 18px;
  }

  .image-16 {
    width: 100px;
    top: -9px;
  }

  .text-link-site.mobile {
    font-size: 18px;
  }

  .endorse-top-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .heading-9 {
    font-size: 50px;
    line-height: 50px;
  }

  .image-21 {
    max-width: 150%;
  }

  .image-21.mobile {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .header {
    height: 100px;
  }

  .image {
    z-index: 1001;
    position: relative;
  }

  .hero {
    height: 100%;
    display: block;
  }

  .hero-content.left {
    position: static;
  }

  .white-heading {
    font-size: 35px;
    line-height: 45px;
  }

  .form-container, .form-container.last {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
  }

  .form {
    width: 100%;
  }

  .detail-text {
    text-align: center;
    font-size: 16px;
  }

  .below-hero {
    display: none;
  }

  .join-abe-team {
    padding: 40px 20px;
  }

  .image-overlay {
    padding: 0;
  }

  .splide.slider3.mobile {
    padding-left: 20px;
    padding-right: 20px;
  }

  .splide__track.slider3 {
    overflow: visible;
  }

  .splide__list.slider3.mobile {
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .video-title {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .help-send-abe {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-with-image-block {
    object-fit: fill;
    width: 100%;
    height: 200px;
  }

  .hel-send-abe-text {
    font-size: 26px;
    line-height: 26px;
  }

  .hel-send-abe-text.center {
    text-align: center;
    display: none;
  }

  .hel-send-abe-text.center.mobile {
    text-align: center;
    display: block;
  }

  .buttons-grid {
    width: 80%;
  }

  .donate-button-2 {
    padding: 6px;
    font-size: 14px;
    line-height: 18px;
  }

  .big-grey-heading {
    font-size: 80px;
    line-height: 80px;
  }

  .big-grey-heading.medi {
    font-size: 100px;
    line-height: 100px;
  }

  .smaller-blue-heading {
    font-size: 28px;
    line-height: 28px;
  }

  .page-heading-contents {
    height: 250px;
    overflow: hidden;
  }

  .heading-3 {
    font-size: 40px;
  }

  .small-endorse-text {
    font-size: 20px;
    line-height: 20px;
  }

  .endorse-body {
    background-image: linear-gradient(to bottom, var(--navy), var(--navy));
    background-position: 0 0;
  }

  .collection-list-2 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .pop-up-block {
    display: none;
  }

  .collection-item-4 {
    justify-content: center;
    align-items: flex-start;
  }

  .image-div {
    width: 150px;
    height: 150px;
  }

  .text-div {
    width: 200px;
  }

  .voluntter-content {
    max-width: none;
  }

  .vol-form {
    min-width: 0;
  }

  .double-field-form {
    flex-flow: wrap;
  }

  .mobile-dropdown {
    display: none;
  }

  .menu-holder {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .mobile-hero {
    background-position: 32%;
    width: 100vw;
  }

  .left-text {
    width: 60%;
    overflow: hidden;
  }

  .overlay-image-mobile {
    -webkit-text-fill-color: inherit;
    background-position: 32%;
    background-clip: content-box;
    width: 100vw;
    overflow: hidden;
  }

  .container {
    width: 100vw;
    height: 80vh;
  }

  .join-the-team-mobile {
    justify-content: center;
  }

  .text-block-18 {
    letter-spacing: 3px;
  }

  .image-16 {
    display: none;
  }

  .text-link-site.mobile {
    margin-top: 0;
    font-size: 14px;
  }

  .endorse-top-content {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: flex-start;
    align-items: center;
  }

  .heading-9 {
    font-size: 45px;
    line-height: 45px;
  }

  .mobile-endorse-trump {
    margin-top: 10px;
  }

  .mobile-footer {
    width: 100%;
    height: 100%;
  }

  .mobile-footer-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
  }

  .text-block-20 {
    opacity: .6;
    width: 90%;
    font-family: Roboto, sans-serif;
  }

  .leagl-mobile {
    flex-flow: wrap-reverse;
  }

  .legal-left, .legal-right {
    align-items: center;
  }

  .text-block-21, .text-block-22 {
    text-align: center;
  }

  .image-19 {
    width: 80%;
  }

  .image-21 {
    max-width: 600px;
    display: none;
  }

  .image-21.mobile {
    max-width: 60%;
    display: block;
  }

  .endorse-banner {
    padding-top: 7px;
  }

  .text-block-24 {
    text-align: center;
    letter-spacing: 3px;
    font-size: 17px;
    line-height: 20px;
  }

  .tweet-replica.mobile {
    margin-top: 50px;
  }

  .abe-header {
    text-align: center;
    line-height: 2.5rem;
  }
}

#w-node-e8e3665e-97c2-c1d0-800b-61778493f998-8493f98b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_2272a62f-b484-0ab7-c70a-2d024579728c-263994c9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4503bc52-713a-6982-f004-390c33c56f51-8493f98b, #w-node-dadf1bd7-87f8-9afb-be90-98464b296b3d-8493f98b, #w-node-_74d7a3cb-18f3-e421-2584-11481489ff0a-8493f98b, #w-node-_851dbb09-d2d2-acc6-0929-377993b18d39-8493f98b, #w-node-_7e543601-78a2-7544-9cb7-2faef14ebb35-8493f98b, #w-node-_26127914-cfa6-34a1-87ee-13779610844a-8493f98b {
    place-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4503bc52-713a-6982-f004-390c33c56f51-8493f98b, #w-node-dadf1bd7-87f8-9afb-be90-98464b296b3d-8493f98b, #w-node-_74d7a3cb-18f3-e421-2584-11481489ff0a-8493f98b, #w-node-_851dbb09-d2d2-acc6-0929-377993b18d39-8493f98b, #w-node-_7e543601-78a2-7544-9cb7-2faef14ebb35-8493f98b, #w-node-_26127914-cfa6-34a1-87ee-13779610844a-8493f98b {
    justify-self: center;
  }
}


