/*
Theme Name: AmericansForTaxFairness
Description: Dedicated Wordpress theme for Company Name
*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600");

/* =============================================================================
    Tax March Micro Site Styles
/* ========================================================================== */

:root {
  --color-navyblue: #0f2332;
  --color-red: #ff4040;
  --color-electricblue: #1b76ff;
  --color-textgrey: #333333;
  --color-second-navbarblue: #071b24;
  --color-purple: #8e59ff;
  --color-lightgreen: #20ff94;
  --color-aquamarine: #39ffff;
  --color-electricBlue: #1b76ff;
  --color-bright: #fff;
  --color-gray1: #f7f9fb;
  --color-gray2: #c6c6c6;
  --color-gray3: #949494;
  --color-gray4: #636363;
  --color-brightgray: #a5b9c8;
  --color-mediumgray: #6e879a;
}

#tax-march {
  margin-top: 20px;
}

.tax-march-text {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 40px;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(225, 225, 225, 1);
  -moz-box-shadow: 0px 0px 16px 0px rgba(225, 225, 225, 1);
  box-shadow: 0px 0px 16px 0px rgba(225, 225, 225, 1);
}

.tax-march-text p {
  font-size: 26px;
  color: #fff;
  font-weight: 700;
}

.full-width-header {
  padding-top: 75px;
  padding-bottom: 75px;
  margin-bottom: 20px;
}

.form--field input {
  width: 100%;
  height: 40px;
  margin: 20px 20px 20px 0;
}

.taxmarch-submit {
  margin: 0 auto;
}
.center-button {
  width: 100%;
  text-align: center;
}

.taxmarch-submit {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  color: #fff;
  font-size: 22px;
  font-weight: 800;
}

.taxmarch-submit:hover {
  background-color: #e02c26;
}

.form-style-2 {
  padding: 20px 12px 10px 20px;
  font: 13px Arial, Helvetica, sans-serif;
}
.form-style-2-heading {
  font-weight: bold;
  font-style: italic;
  border-bottom: 2px solid #ddd;
  margin-bottom: 20px;
  font-size: 15px;
  padding-bottom: 3px;
}
.form-style-2 label {
  display: block;
  margin: 0px 0px 15px 0px;
}
.form-style-2 label > span {
  width: 100px;
  font-weight: bold;
  float: left;
  padding-top: 8px;
  padding-right: 5px;
}
.form-style-2 span.required {
  color: red;
}
.form-style-2 .tel-number-field {
  width: 40px;
  text-align: center;
}
.form-style-2 input.input-field {
  width: 100%;
}

.form-style-2 input.input-field,
.form-style-2 .tel-number-field,
.form-style-2 .textarea-field,
.form-style-2 .select-field {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #c2c2c2;
  box-shadow: 1px 1px 4px #ebebeb;
  -moz-box-shadow: 1px 1px 4px #ebebeb;
  -webkit-box-shadow: 1px 1px 4px #ebebeb;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 7px;
  outline: none;
}
.form-style-2 .input-field:focus,
.form-style-2 .tel-number-field:focus,
.form-style-2 .textarea-field:focus,
.form-style-2 .select-field:focus {
  border: 1px solid #0c0;
}
.form-style-2 .textarea-field {
  height: 100px;
  width: 55%;
}
.form-style-2 input[type="submit"],
.form-style-2 input[type="button"] {
  border: none;
  padding: 8px 15px 8px 15px;
  background: #ff8500;
  color: #fff;
  box-shadow: 1px 1px 4px #dadada;
  -moz-box-shadow: 1px 1px 4px #dadada;
  -webkit-box-shadow: 1px 1px 4px #dadada;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.form-style-2 input[type="submit"]:hover,
.form-style-2 input[type="button"]:hover {
  background: #ea7b00;
  color: #fff;
}

.radio-container ul li:hover label {
  color: #ffffff;
}

.radio-container ul li .check {
  display: block;
  position: absolute;
  border: 5px solid #aaaaaa;
  border-radius: 100%;
  height: 35px;
  width: 35px;
  top: 30px;
  left: 20px;
  z-index: 5;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
}

.radio-container ul li:hover .check {
  border: 5px solid #ffffff;
}

.radio-container ul li .check::before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 15px;
  width: 15px;
  top: 5px;
  left: 5px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}

.radio-container input[type="radio"]:checked ~ .check {
  border: 5px solid #0dff92;
}

.radio-container input[type="radio"]:checked ~ .check::before {
  background: #0dff92;
}

.radio-container input[type="radio"]:checked ~ label {
  color: #0dff92;
}

.radio-container ul li {
  color: #fff;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: 100px;
  border-bottom: 1px solid #111111;
}

.radio-container ul li input[type="radio"] {
  position: absolute;
  visibility: hidden;
}

.radio-container ul li label {
  display: block;
  position: relative;
  font-weight: 700;
  font-size: 1.35em;
  padding: 25px 25px 25px 80px;
  margin: 10px auto;
  height: 30px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}

.form-style-2 ul {
  list-style: none;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

/* ==========================================================================
	Base
/* ========================================================================== */
html {
  height: auto;
  font-size: 10px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

html,
button,
input,
select,
textarea {
  font-family: "DM Sans", "Open Sans", sans-serif;
  color: var(--color-navyblue);
}

body {
  font-family: "DM Sans", sans-serif;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 150%;
  background: transparent;
  -webkit-font-smoothing: antialiased;
}
body.category {
  background: transparent;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.gm-style img {
  max-width: none;
}

input {
  border-radius: 0;
  font-size: 1.2em;
  padding: 20px 15px;
  border-color: #dde1e4;
  box-shadow: none;
  max-width: 100%;
}

textarea {
  max-width: 100%;
}

table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
table td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

/* ==========================================================================
	Links
/* ========================================================================== */
a {
  color: inherit;
  font-family: "barlow", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 27px */
  letter-spacing: 2.16px;
  position: relative;
}

p a,
.post-template-default.single-post ul li a:not(nav ul li a),
li a:not(nav ul li a) {
  font-size: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: var(--color-red);
  -moz-text-decoration-color: var(--color-red);
  -moz-text-decoration-style: solid;
  text-underline-offset: 4px;
}
.post-template-default a span {
  font-weight: 700 !important;
}

/* p a::after,
p a span::after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  background-color: var(--color-red);
  bottom: -1px;
  left: 0;
} */

a.has-arrow {
  position: relative;
}

a.has-arrow,
a.endorsement-link {
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
  color: var(--color-red);
}

a:hover::after {
  content: none;
}
span.arrow {
  font-size: 24px;
  position: absolute;
  top: -0.25em;
  padding-left: 16px;
}

.link-big {
  font-size: 22.781px;
  letter-spacing: 2.734px;
  margin-right: 16px;
}

.link-big .has-arrow::after,
.link-mid .has-arrow::after {
  width: 32px;
  height: 32px;
}

.link-mid {
  font-size: 20.25px;
  letter-spacing: 2.43px;
}

.link-small {
  font-size: 16px;
  letter-spacing: 1.92px;
}

.link-small .has-arrow::after {
  width: 18px;
  height: 18px;
}

a img {
  border: 0;
}

a:focus {
  outline: 0;
}

a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
	Focus and Accessibility 
/* ========================================================================== */
:focus:not(:hover),
#menu-main-nav li a:focus:not(:hover),
a:focus:not(:hover) h2,
a.button:focus:not(:hover),
.socials a:focus:not(:hover),
.post-info a:focus:not(:hover) h6,
.post-info a:focus:not(:hover) h3,
.footer-search > .logo a:focus:not(:hover) img,
#menu-footer-nav li a:focus:not(:hover) {
  outline: 3px groove var(--color-red);
  outline-offset: 5px;
}

.post-page-intro h6 a:focus {
  color: var(--color-electricBlue);
  outline: 3px groove var(--color-red);
  outline-offset: 5px;
}

/* ==========================================================================
	Typography
/* ========================================================================== */
/* Headers */
h1,
h2,
h3,
.h3,
h4,
h5,
h6 {
  margin: 0 0 16px;
  line-height: 125%;
  font-family: "Barlow", sans-serif;
  transition: 0.25s ease-in-out;
}
/* font-family: 'Barlow', sans-serif;
font-family: 'DM Sans', sans-serif; */

.h1-giant {
  font-family: "Barlow", sans-serif;
  font-size: 73.978px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
}

h1 {
  font-size: 46.184px;
  font-style: normal;
  font-weight: 700;
  z-index: 10;
  position: relative;
}

.h1-title::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 8px; /* Adjust the height as needed */
  background-color: var(--color-red); /* Adjust the color as needed */
  z-index: -1;
}

h2 {
  font-size: 36.491px;
  font-style: normal;
  font-weight: 700;
}

.h2-sections {
  font-family: "Barlow", sans-serif;
  font-size: 36.491px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* 45.614px */
  letter-spacing: 4.379px;
  text-transform: uppercase;
  position: relative;
  width: fit-content;
  z-index: 10;
}

.h2-sections::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 8px; /* Adjust the height as needed */
  background-color: var(--color-electricBlue); /* Adjust the color as needed */
  z-index: -1;
}

.h2-sections:hover {
  color: var(--color-navyblue) !important;
}

.h2-sections:hover::after {
  background-color: var(--color-red);
}

h2.hero-second-line {
  font-size: 22.781px;
  font-style: normal;
  font-weight: 700;
}

.alm-filters-container .alm-filter--title h2 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 20px;
  padding: 0;
  line-height: 1.15;
  font-style: normal;
  letter-spacing: 1px;
}

h3,
.h3 {
  font-size: 28.833px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
}

.post-info h3 {
  font-size: 26.833px;
}

h3:first-letter {
  text-transform: capitalize;
}

h4,
.issue-content h3 {
  font-size: 22.781px;
  font-style: normal;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .issue-content h3 {
    min-height: 56px;
  }
}

h5,
.member-desc h3 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}

h6,
.member-desc h4 {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}

h2.post-category,
h2 .post-category {
  letter-spacing: 4.16px;
  text-transform: uppercase;
  color: var(--color-red, #ff4040);
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 14px;
}

h2.post-category:hover {
  color: var(--color-electricBlue);
}

/* Paragraphs */

p {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}

.p-giant,
div.p-giant-category-description p {
  font-size: 28.83px;
}

.page-category-intro .p-giant {
  font-size: 24px;
}

.p-big {
  font-size: 22.78px;
}

.p-mid {
  font-size: 18px;
}

.p-small {
  font-size: 12.64px;
}

.p-micro {
  font-size: 9.99px;
}

/* Content Block Elements */
dl,
menu,
ol,
ul,
p,
pre {
  margin: 0 0 10px;
}

/* Lists */
menu,
ol,
ul {
  padding: 0 0 0 2em;
}

/* Selection Colors */
::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

/* =============================================================================
	Helper Classes
/* ========================================================================== */
/* Prefixed with tags to override default tag styling for these elemets if .button is added */
button,
.button,
a.button,
input.button,
.alm-filters-container .alm-filter--text-wrap button[type="button"] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  font-family: "Barlow", sans-serif;
  color: var(--bright, #fff);
  text-transform: uppercase;
  font-weight: 700;
  line-height: 150%;
  font-style: normal;
  padding: 8px 16px;
  gap: 10px;
  font-size: 16px;
  letter-spacing: 3.56px;
  border: none;
  width: fit-content;
}

.big-btn {
  padding: 12px 32px;
  font-size: 20.25px;
  letter-spacing: 3.24px;
}

.mid-btn {
  padding: 8px 16px;
  gap: 10px;
  font-size: 18px;
  letter-spacing: 2.88px;
}

.small-btn {
  font-size: 12.64px;
  letter-spacing: 2.022px;
}

.ghost {
  color: var(--color-textgrey);
  background-color: #fff;
  border: 3px solid var(--color-textgrey);
}

.greyghost {
  background-color: var(--color-gray2);
}

/* Responsive Media Styles */
.media img,
.media video,
.media object,
.media iframe {
  width: 100%;
  height: auto;
}

/* Clear Fix */
.clearfix:after,
.cf:after {
  content: "";
  display: table;
  clear: both;
}

/* Floats */
.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.alignnone {
  display: inline-block;
}

.aligncenter {
  display: block;
  float: none;
  text-align: center;
  clear: both;
  margin: 20px auto;
}

.flex {
  display: flex;
}

.col-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  grid-auto-rows: 1fr;
}

.col-5 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 20px;
  grid-auto-rows: 1fr;
}
/* =============================================================================
	Color Classes
/* ========================================================================== */

.bg-main-navyblue {
  background-color: var(--color-navyblue);
}

.font-main-navyblue {
  color: var(--color-navyblue);
}

.font-main-navyblue:hover {
  color: var(--color-red);
}

.bg-main-red {
  background-color: var(--color-red);
}

.bg-main-red:hover {
  background-color: var(--color-electricBlue);
}

.font-main-red {
  color: var(--color-red);
}

.bg-main-electricblue {
  background-color: var(--color-electricblue);
}

.font-main-electricblue {
  color: var(--color-electricblue);
}

.bg-main-textgrey {
  background-color: var(--color-textgrey);
}

.font-main-textgrey {
  color: var(--color-textgrey);
}

.bg-comp-navbarblue {
  background-color: var(--color-second-navbarblue);
}

.font-comp-navbarblue {
  color: var(--color-second-navbarblue);
}

.bg-comp-purple {
  background-color: var(--color-purple);
}

.font-comp-purple {
  color: var(--color-purple);
}

.bg-comp-lightgreen {
  background-color: var(--color-lightgreen);
}

.font-comp-lightgreen {
  color: var(--color-lightgreen);
}

.bg-comp-aquamarine {
  background-color: var(--color-aquamarine);
}

.font-comp-aquamarine {
  color: var(--color-aquamarine);
}

.bg-electricBlue {
  background-color: var(--color-electricBlue);
}

.bg-electricBlue:hover {
  background-color: var(--color-red);
}

.font-electricBlue {
  color: var(--color-electricBlue);
}

.bg-bright {
  background-color: var(--color-bright);
}

.font-bright {
  color: var(--color-bright);
}

.bg-gray1 {
  background-color: var(--color-gray1);
}

.font-gray1 {
  color: var(--color-gray1);
}

.bg-gray2 {
  background-color: var(--color-gray2);
}

.font-gray2 {
  color: var(--color-gray2);
}

.bg-gray3 {
  background-color: var(--color-gray3);
}

.font-gray3 {
  color: var(--color-gray3);
}

.bg-gray4 {
  background-color: var(--color-gray4);
}

.font-gray4 {
  color: var(--color-gray4);
}

.bg-brightgray {
  background-color: var(--color-brightgray);
}

.font-brightgray {
  color: var(--color-brightgray);
}

.bg-mediumgray {
  background-color: var(--color-mediumgray);
}

.font-mediumgray {
  color: var(--color-mediumgray);
}

/* =============================================================================
	Structural Styles, Media Queries & Page Styling
/* ========================================================================== */
.error404 {
  text-align: center;
}
.error404 ul {
  text-align: left;
}

.content.full-width,
.full-width {
  float: none;
  width: 100%;
}

.container {
  width: 80%;
  margin: 0 auto;
  max-width: 1400px;
}

.post-page.container {
  width: 65%;
  margin-bottom: 48px;
  overflow: hidden;
}

.article {
  margin-bottom: 1em;
}

.w100 {
  width: 100%;
}

.visible {
  display: flex !important;
}

/* Navigation */
nav > ul {
  margin: 0;
  padding: 0;
}
nav ul:after {
  content: "";
  display: table;
  clear: both;
}

/* Paginations */
.navigation.pagination {
  clear: both;
}

@media print {
  header.main,
  footer.main,
  .share-options {
    display: none;
  }
}
/* =============================================================================
	Utils
/* ========================================================================== */
.morecontent span {
  display: none;
}
.morelink {
  display: block;
}

.btn-custom-primary {
  display: inline-block;
  background-color: #ff4040;
  color: #fff;
  border: none;
  border-radius: 0;
  padding: 9px 10px;
}
.btn-custom-primary:hover,
.btn-custom-primary:focus,
.btn-custom-primary:active {
  background-color: #ff6464;
  color: #fff;
}

.btn-custom-secondary {
  display: inline-block;
  width: 100%;
  background-color: #fff;
  color: #778fa1;
  text-decoration: none;
  font-size: 1.2em;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 0;
}
.btn-custom-secondary:hover {
  color: #778fa1;
  background-color: #e6e6e6;
}

.btn-custom-join {
  width: 239px;
  height: 40px;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  padding: 0;
  margin: 7px 10px;
  line-height: 38px;
  border: 1px solid #ee536d;
  border-bottom: none;
  border-radius: 5px;
  box-shadow: -1px -1px 0px 0px #d12c48;
  letter-spacing: 1.5px;
  background: #e91b3e;
  background: linear-gradient(to bottom, #e91b3e 0%, #b6142f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#e91b3e, endColorstr=#b6142f,GradientType=0 );
}
.btn-custom-join:hover,
.btn-custom-join:focus,
.btn-custom-join:active {
  background: #e91b3e;
  background: linear-gradient(to bottom, #e91b3e 0%, #b6142f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#e91b3e, endColorstr=#b6142f,GradientType=0 );
  text-decoration: none !important;
}

a.font-main-red:hover {
  color: var(--color-electricBlue);
}

/* =============================================================================
	Components
/* ========================================================================== */
.section-title {
  font-size: 30px;
  text-align: center;
}
.section-title:after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: #dde1e4;
  margin: 30px auto;
}

.posts-row {
  padding: 0 15px;
}
@media (max-width: 767px) {
  .posts-row {
    padding: 0;
  }
}

.post-item {
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 991px) {
  .post-item {
    margin-bottom: 10px;
  }
}

.post-image {
  height: 150px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .post-image img {
    width: 100%;
  }
}

.post-title {
  font-size: 1.3em;
  line-height: 1.2em;
  margin-bottom: 8px;
}
.post-title a {
  display: inline-block;
  text-decoration: none;
}
.post-title a:hover {
  color: #48c3fa;
  text-decoration: underline;
}

.post-date {
  color: #7e99a9;
}

.slider {
  height: 400px;
  position: relative;
  top: -22px;
}
@media (max-width: 991px) {
  .slider {
    top: 0;
  }
}
@media (max-width: 480px) {
  .slider {
    height: 255px;
  }
}
.slider .slider-item {
  height: 400px;
  background-size: cover;
  background-position: center -65px;
}
@media (max-width: 991px) {
  .slider .slider-item {
    background-position: center top;
  }
}
@media (max-width: 767px) {
  .slider .slider-item {
    height: 340px;
    background-position: center center;
  }
}
@media (max-width: 480px) {
  .slider .slider-item {
    height: 255px;
  }
}
.slider .slick-list {
  width: 100%;
}
.slider .slick-arrow {
  position: absolute;
  border: 0;
  background: none;
  width: 15%;
  height: 100%;
  font-size: 30px;
  top: 0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  z-index: 999;
  color: #fff;
  outline: 0;
  opacity: 0.5;
}
.slider .slick-arrow:hover {
  opacity: 1;
}
.slider .slick-arrow .glyphicon {
  position: absolute;
  top: 50%;
  margin-top: 7.5px;
  margin-left: -15px;
}
.slider .slick-prev {
  left: 0;
}
.slider .slick-next {
  right: 0;
}

/* section.pledge-form {
  color: #7e99a9;
}
section.pledge-form .form-signup {
  max-width: 570px;
  position: relative;
  z-index: 10;
  margin: -88px auto 0 auto;
  padding: 30px;
  background-color: #fff;
  text-align: center;
}
@media (max-width: 991px) {
  section.pledge-form .form-signup {
    margin-top: -57px;
  }
}
@media (max-width: 480px) {
  section.pledge-form .form-signup {
    margin-top: -17px;
  }
}
section.pledge-form .form-signup h2 {
  margin-top: 0;
  margin-bottom: 0;
}
section.pledge-form .form-signup p {
  font-weight: normal;
}
section.pledge-form .form-signup input {
  background-color: #fff;
  box-shadow: none;
  color: #555;
}
section.pledge-form .form-signup input:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
@media (max-width: 991px) {
  section.pledge-form .form-signup input {
    margin-bottom: 15px;
  }
} */

.share-options {
  text-align: center;
  margin-bottom: 60px;
}
.share-options a {
  font-size: 2.5em;
  color: #a6afb3;
  border: 1px solid #dbe1e4;
  text-decoration: none;
  padding: 2px 10px;
  margin-left: -1px;
}

.members {
  padding: 15px 0 40px 0;
}

.members .members-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.members .members-group-title {
  font-size: 36px;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.1;
  font-weight: 500;
}
.members .member {
  width: 33.3333%;
  padding: 0 15px;
}
@media (max-width: 991px) {
  .members .member {
    width: 100%;
  }
}

.take-action-bar {
  display: block;
  width: 100%;
  text-align: center;
  background: #ff4040;
  font-size: 3.5em;
  line-height: 1.42857;
  color: #fff;
  padding: 20px 0;
  transition: text-shadow 0.1s;
  text-decoration: none;
  margin: 62px 0 60px 0;
}
.take-action-bar:hover,
.take-action-bar:focus,
.take-action-bar:active {
  text-decoration: none;
  color: #fff;
  text-shadow: 0 0 10px #000;
}
.take-action-bar i {
  font-size: 0.4em;
  display: inline-block;
  width: 11px;
  vertical-align: middle;
}
.take-action-bar i:first-child {
  margin-left: 0.2em;
}

.categories-nav {
  position: relative;
  background-color: #f8f8f8;
  border-bottom: 1px solid #e7e7e7;
  display: inline-block;
  width: 100vw;
  text-align: center;
  top: -9px;
  padding-left: 40px;
  transform: translate(-50%);
  left: 50%;
}
@media (max-width: 991px) {
  .categories-nav {
    top: 0;
    padding-left: 0;
  }
}

.categories-nav ul {
  list-style-type: none;
}
.categories-nav li {
  display: inline-block;
}
.categories-nav li a {
  display: inline-block;
  color: #777;
  text-decoration: none;
  padding: 15px;
  line-height: 20px;
}
.categories-nav li a:hover,
.categories-nav li a:active,
.categories-nav li a:focus {
  color: #333;
}
.categories-nav li.current-menu-item {
  background-color: #e7e7e7;
}
.categories-nav li.current-menu-item a {
  color: #555;
}

.related-posts {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .related-posts {
    margin-bottom: 25px;
  }
}

.related-post {
  text-align: center;
}

.rp-post-title {
  text-decoration: none;
}
.rp-post-title h3 {
  font-size: 18px;
  line-height: 20px;
}

.rp-post-excerpt {
  font-size: 14px;
}

.rp-view-more {
  margin-top: 50px;
  font-size: 18px;
}

section.latest-news {
  padding: 20px 0;
}
@media (max-width: 991px) {
  section.latest-news {
    padding: 35px 0 20px 0;
  }
}
@media (max-width: 767px) {
  section.latest-news {
    padding: 35px 15px 20px 15px;
  }
}
@media (max-width: 991px) {
  section.latest-news .latest-news-button {
    margin-top: 20px;
  }
}

section.donate {
  margin: 60px auto;
  padding: 20px 0;
  border: 1px solid #eeeff0;
}
section.donate .btn-custom-primary {
  width: calc(100% - 6px);
  font-size: 1.5em;
  padding: 15px;
  text-decoration: none;
  margin-top: 20px;
  margin-bottom: 20px;
}

.donate-button {
  width: 25%;
  float: left;
  font-size: 2.5em;
  line-height: 1.42857;
  font-weight: bold;
  border: 2px solid #dde1e4;
  color: #a6afb3;
  position: relative;
  background: transparent;
  z-index: 1;
}
@media (max-width: 991px) {
  .donate-button {
    font-size: 1.6em;
  }
}
@media (max-width: 480px) {
  .donate-button {
    padding: 15px 5px;
    font-size: 1.4em;
    line-height: 1;
  }
}
.donate-button:hover,
.donate-button:active,
.donate-button:focus {
  background-color: transparent;
  color: #a6afb3;
  outline: 0 !important;
}
.donate-button.active {
  color: #69d8fd;
  border-color: #69d8fd;
  z-index: 2;
  box-shadow: none;
}
.donate-button:not(:first-child) {
  margin-left: -2px;
}

section.issues-section {
  margin-bottom: 60px;
}
section.issues-section .posts-row {
  padding: 0;
}
section.issues-section .post-title {
  margin-top: 8px;
}

.issues-section-button {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .issues-section-button {
    margin-top: 20px;
  }
}

/* =============================================================================
	Header
/* ========================================================================== */
header.main {
  padding-top: 21px;
  padding-bottom: 24px;
  background-color: var(--color-second-navbarblue);
  font-size: 1.3em;
  line-height: 20px;
  font-family: Arial;
}

header.main .container .row {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

@media (max-width: 1199px) {
  header.main {
    font-size: 1.2em;
  }
}
@media (max-width: 991px) {
  header.main {
    height: auto;
  }
}
@media (max-width: 767px) {
  header.main {
    position: relative;
    z-index: 999;
    box-shadow: 0px 1px 23px #000;
  }
}
header.main .logo {
  position: relative;
  z-index: 999;
  flex-grow: 0.5;
}

header.main .logo img {
  max-height: 82px;
}
@media (max-width: 991px) {
  header.main .logo img {
    max-height: none;
  }
}
@media (max-width: 767px) {
  header.main .logo img {
    width: 80%;
  }
}
header.main .main-nav {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-grow: 1;
}

header.main nav {
  display: block;
  margin-top: 0px;
  margin-bottom: 4px;
  padding-top: 0px;
  border-top: 1px solid #101010;
  border-bottom: none;
  line-height: 12px;
}
header.main nav:after {
  content: "";
  display: table;
  clear: both;
}

header.main ul {
  list-style-type: none;
  float: left;
  padding-bottom: 1px;
}
@media (max-width: 767px) {
  header.main ul {
    width: 100%;
  }
}
header.main li {
  display: inline-block;
}
@media (max-width: 767px) {
  header.main li {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  }
}

#menu-main-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

#menu-main-nav li a {
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
  letter-spacing: 0.64px;
  text-transform: uppercase;
  color: var(--color-bright);
  padding-right: 18px;
  transition: color 0.3s;
  margin-right: 0;
}

@media screen and (max-width: 1292px) {
  #menu-main-nav li a {
    font-size: 12px;
  }
}

header.main li a:hover {
  color: #fff;
}
header.main li.current-menu-item a {
  color: #fff;
}

#menu-main-nav li {
  position: relative;
  display: block;
  float: left;
}

#menu-main-nav li a:hover,
#menu-main-nav li:hover,
#menu-main-nav li a:hover::after {
  color: var(--color-red);
}

.menu-item-has-children a::after {
  height: 12px;
  width: 12px;
  content: "";
  display: inline-block;
  margin-left: 6px;
  background-image: url(../AmericansForTaxFairness/images/down.svg);
}

.menu-item-has-children a.active::after {
  background-image: url(../AmericansForTaxFairness/images/arrow-down-red.svg);
}

.sub-menu a::after {
  content: "";
  display: none;
}

ul.sub-menu {
  display: none;
  top: 0px;
  width: 100vw;
  transform: translate(-50%);
  left: 50%;
  box-sizing: border-box;
  margin: 0px;
  float: none;
  justify-content: center;
  position: fixed;
  background: white;
  padding: 0;
  text-align: left;
  border: none;
  box-shadow: 0px 0px 13px 0px #888;
  z-index: 99998;
}

.latest-menu ul.sub-menu {
  padding: 24px 52px;
}

.latest-menu ul.sub-menu > li {
  display: flex;
  justify-content: center;
  width: 80%;
}

.latest-menu ul.sub-menu li ul {
  display: flex;
  justify-content: center;
  padding: 0 52px;
  column-gap: 16px;
}

.latest-menu .post-content {
  width: 100%;
  display: flex;
  flex-direction: row;
  column-gap: 16px;
}

.latest-menu h5 {
  margin-bottom: 16px;
}

.latest-menu h5 a {
  font-family: "Barlow";
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: 125%;
}

.recent-nav .post-container h6 {
  color: var(--color-navyblue, #0f2332);
  font-family: Barlow;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* 22.5px */
}

.recent-nav .post-container a::after {
  content: none;
}

.recent-nav .post-container a:first-child {
  display: block;
  padding-bottom: 16px;
}

.recent-nav .post-container h6:not(:first-child) {
  padding-bottom: 16px;
}

.latest-menu .post-thumbnail {
  padding-right: 16px;
  height: 117px;
  width: 176px;
  transition: 0.5s ease-in-out;
}

.latest-menu ul.sub-menu li {
  justify-content: center;
  column-gap: 16px;
  overflow: hidden;
  display: flex !important;
}

.latest-menu ul.sub-menu li .post-container {
  max-width: 45%;
}

.latest-menu ul.sub-menu li ul li .post-content {
  width: 100%;
  display: flex;
}

.latest-menu .post-thumbnail img {
  height: 117px;
  width: 117px;
  max-width: none;
}

/* .issues-menu ul.sub-menu li a {
  white-space: nowrap;
} */

.issues-menu ul.sub-menu h6 {
  margin-bottom: 0;
}

#menu-main-nav ul.sub-menu li a {
  font-family: "Barlow", sans-serif;
  color: var(--color-navyblue);
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* 20px */
  display: inline-block;
}

/* #menu-main-nav li:hover ul.sub-menu,
#menu-main-nav ul.sub-menu li {
  display: block;
  float: none;
} */
#menu-main-nav ul.sub-menu li a:hover,
#menu-main-nav ul.sub-menu li.current-menu-item a {
  color: var(--color-red);
}

.issues-menu ul.sub-menu {
  padding: 30px 10% 32px;
  justify-content: space-around;
}

.issues-menu ul.sub-menu li {
  max-width: 176px;
  margin-right: 16px;
}

.issue-nav-icon {
  height: 176px;
  width: 176px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 15px;
  transition: 0.5s ease-in-out;
}

.more-key-issues {
  margin-top: 76px !important;
}

.more-key-issues a:hover {
  color: var(--color-electricblue) !important;
}

.more-key-issues a span {
  padding-left: 10px;
}

.main-nav {
  display: flex;
}

header.main .actions {
  margin-left: 6px;
}



header.main .search-form label,
.footer-nav .search-form label {
  margin-bottom: 0;
}

header.main .search-form .search-field,
.footer-nav .search-form .search-field {
  background-color: transparent;
  background-image: url("images/ico-search.svg");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: 5px center;
  width: 0;
  height: 37px;
  line-height: 37px;
  padding: 1px;
  padding-left: 34px;
  border: none;
  font-size: 1.2em;
  font-weight: normal;
  cursor: pointer;
  position: relative;
  transition: all 0.4s;
}
header.main .search-form .search-field.active,
.footer-nav .search-form .search-field.active {
  width: 230px;
  background-color: #fff;
  cursor: text;
  border: 1px solid #fc4246;
}
header.main .search-form .search-field:focus,
.footer-nav .search-form .search-field:focus {
  outline: none;
}
header.main .search-form .search-submit,
.footer-nav .search-form .search-submit {
  display: none;
}
header.main .navbar-toggle {
  display: none;
  border-color: #fff;
  padding: 15px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%);
}

.navbar-toggle.toggle-active {
  position: fixed;
  left: -13px;
  top: 53px;
}

header.main .navbar-toggle .icon-bar {
  background-color: #fff;
}

@media (max-width: 991px) {
  .home header.main {
    height: auto;
  }
}

/* =============================================================================
Footer
/* ========================================================================== */
footer.main .socials {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin: 24px 24px 0 31px;
}

footer.main .socials a img {
  height: 24px;
  width: 24px;
  transition: 0.3s ease-in-out;
}

footer.main .socials a img:hover,
.social-icons a img:hover {
  transform: scale(1.2);
  opacity: 0.8;
}


.footer-signup {
  background-color: #0b1c2a;
  color: #71818c;
  padding: 60px 0 50px 0;
  text-align: center;
}

footer .form-signup {
  padding: 0 10px;
}
@media (max-width: 767px) {
  footer .form-signup {
    padding: 0 15px;
  }
}
footer .form-signup input {
  background-color: #050d14;
  font-size: 1.2em;
  color: #fff;
  border: 1px solid #dde1e4;
  border-radius: 0;
  padding: 0 15px;
  height: 42px;
  line-height: 42px;
}
footer .form-signup input:focus,
footer .form-signup input:active {
  border-color: #66afe9;
  outline: 0;
}
@media (max-width: 991px) {
  .form-signup input {
    margin-bottom: 12px;
  }
}
.form-signup .btn-custom-primary {
  font-size: 1.2em;
  padding: 8px;
}
.form-signup h2 {
  font-size: 30px;
  line-height: 1.1;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
}
.form-signup p {
  font-weight: bold;
}

.footer-bottom {
  background-color: var(--color-navyblue);
  padding: 48px 0 96px;
  color: var(--color-gray1);
  margin-bottom: 0 !important;
}

.footer-search input[type="text"] {
  width: 100%;
  height: 60px;
  padding: 0 30px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #13293a;
  font-size: 1.2em;
  line-height: 1;
  text-align: center;
  border-radius: 50px;
  border: none;
  color: #fff;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.footer-search input[type="text"]:focus {
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
.footer-search input[type="submit"] {
  display: none;
}

.footer-search .flex {
  justify-content: center;
}

.footer-nav.row {
  justify-content: center;
}

.footer-nav .search.flex {
  align-items: center;
}

.footer-nav-title {
  font-size: 2em;
  line-height: 1.1;
  margin-top: 60px;
  margin-bottom: 10px;
  text-align: center;
}

.footer-nav ul {
  list-style-type: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding-right: 25px;
}
.footer-nav ul:after {
  display: none;
}
@media (max-width: 767px) {
  .footer-nav ul {
    display: block;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    border-top: 1px solid #101010;
    padding: 8px 0;
  }
}
@media (max-width: 767px) {
  .footer-nav li {
    text-align: center;
  }
}
.footer-nav li a {
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 1.08px;
  text-decoration: none;
  color: inherit;
  text-align: center;
  display: inline-block;
  padding: 11px 10px;
  transition: color 0.3s;
}
.footer-nav li a:hover {
  color: var(--color-red);
}

.footer-credits {
  text-align: center;
}

.footer-copyrights {
  margin-top: 32px;
  margin-bottom: 0;
  font-size: 16px;
}
@media (max-width: 767px) {
  .footer-copyrights {
    margin-top: 40px;
  }
}

.footer-disclaimer {
  padding: 15px;
  border: 1px solid;
}

.page-title {
  font-size: 4.45rem;
  line-height: 1.2em;
  font-weight: bold;
  text-align: center;
  margin: 40px auto;
  width: fit-content;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .page-title {
    font-size: 1.6em;
  }
}

/* =============================================================================
	Layout
/* ========================================================================== */

section.main {
  background: var(--color-bright);
}

.page-default {
  font-size: 16px;
  color: var(--color-navyblue);
  padding-bottom: 25px;
}
@media (max-width: 1199px) {
  .page-default {
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .page-default {
    padding: 0;
  }
}
.page-default .post-content {
  width: 100%;
  padding: 0 100px;
  margin-top: 32px;
}
@media (max-width: 800px) {
  .page-default .post-content {
    padding: 0 15px;
  }
}

.page-default-intro .page-title {
  margin-bottom: 0px;
  color: #0b1c2a;
}

.page-featured-img {
  margin-bottom: 51px;
}
@media (max-width: 1199px) {
  .page-featured-img {
    margin-bottom: 20px;
  }
}
.page-featured-img img {
  display: block;
  width: 50%;
  margin: auto;
}
@media (max-width: 1199px) {
  .page-featured-img img {
    width: 100%;
  }
}

.an-page-embed {
  margin-bottom: 80px;
}

.page-content-issues {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page-content-issues:before,
.page-content-issues:after {
  display: none;
}

.issue-item {
  width: 33.333%;
  padding: 0 15px;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991px) {
  .issue-item {
    width: 100%;
  }
}

.issue-item-inner {
  width: 100%;
}

.issue-content {
  padding: 9px;
  color: #333;
  line-height: 1.4;
}
.issue-content p {
  margin-bottom: 0;
}

.issue-title {
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.page-category {
  padding-left: 0;
  padding-right: 0;
}
.page-category .post-content {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .page-category .post-content {
    width: 750px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .page-category .post-content {
    width: 100%;
    overflow: hidden;
  }
}
.page-category .page-category-intro {
  background-color: #fff;
}
.page-category .page-category-intro:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 991px) {
  .page-category .page-category-intro .page-title {
    margin: 40px 0;
  }
}
.page-category .post-single {
  padding: 30px 0 20px 0;
  border-top: 1px solid #eeeff0;
}
@media (max-width: 800px) {
  .page-category .post-single {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.page-category .post-single:nth-child(odd) {
  background-color: #f9f9fa;
}
.page-category .post-single .row {
  /*padding-bottom: 30px;*/
  padding-bottom: 0px;
}
.page-category .post-single .post-image {
  min-height: 200px;
  background-size: cover;
}
.page-category .post-intro {
  text-align: center;
  font-weight: 200;
  font-size: 0.85em;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .page-category .post-intro {
    padding: 0 0 0 15px;
  }
}
.page-category .post-intro .post-date {
  color: #000;
}
.page-category .post-title {
  margin-top: 20px;
  margin-bottom: 10px;
}
.page-category .post-title a {
  font-size: 24px;
  line-height: 1.1;
}
.page-category .post-data {
  padding: 0 15px;
}
@media (max-width: 767px) {
  .page-category .post-data {
    padding: 0;
  }
}
.page-category .post-extra-link {
  font-size: 14px;
}
@media (max-width: 800px) {
  .page-category .post-excerpt {
    padding: 16px 25px 0 25px;
    line-height: 25px;
  }
}
.page-category .page-navigation {
  margin: 60px auto;
}
@media (max-width: 480px) {
  .page-category .nav-previous,
  .page-category .nav-next {
    width: 100%;
    margin: 15px 0;
  }
}
.page-category .nav-previous a,
.page-category .nav-next a {
  font-size: 1.4em;
  padding: 15px;
  border: 1px solid #ccc;
  background-color: #fff;
  text-decoration: none;
  color: #778fa1;
  line-height: 1.42857;
}
.page-category .nav-previous a:hover,
.page-category .nav-previous a:active,
.page-category .nav-previous a:focus,
.page-category .nav-next a:hover,
.page-category .nav-next a:active,
.page-category .nav-next a:focus {
  background-color: #e6e6e6;
  border-color: #adadad;
}
@media (max-width: 480px) {
  .page-category .nav-previous a,
  .page-category .nav-next a {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
}

.take-action-disabled {
  margin-bottom: 208px;
}

.post-page .post-hero-image {
  width: 100%;
  padding-top: 40.78%;
  margin: 48px auto 24px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.post-page-title {
  margin: 8px 0 16px 0;
  text-align: left;
}

.post-print-btn {
  margin: 25px 0;
  border: 1px solid var(--color-red);
}

.post-print-btn,
.post-print-btn a {
  transition: 0.5s ease-in-out;
  font-size: 12px;
}

.post-print-btn:hover {
  background-color: var(--color-red);
  color: var(--color-bright);
}

.post-print-btn:hover a {
  color: var(--color-bright);
  text-decoration: none;
}

/* =============================================================================
	Home Redesign - 2023 Yippa Redesign
/* ========================================================================== */

.main section {
  padding-bottom: 48px;
}

.action-link {
  text-align: center;
  margin-top: 32px;
  display: block;
}

/* =============================================================================
	Hero
/* ========================================================================== */

.hero {
  height: 710px;
  display: flex;
  width: 100vw;
  background-color: var(--color-navyblue);
  margin-bottom: 48px;
  padding-bottom: 0 !important;
  position: relative;
}

.homepage-hero .hero-image {
  height: 100%;
  width: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: var(--color-navyblue);
  transform: skew(-2deg);
  transform-origin: top right;
  padding-left: 57px;
  padding-right: 152px;
  width: 50%;
}

.hero-content h1,
.hero-content h4,
.hero-content .pledge-form {
  transform: skew(2deg);
}

.hero-content h1 span {
  position: relative;
  display: inline-block;
}

.hero-content h1 span::after {
  content: "";
  position: absolute;
  bottom: 7px;
  left: 0;
  width: 100%;
  height: 8px; /* Adjust the height as needed */
  background-color: var(--color-red); /* Adjust the color as needed */
  z-index: -1;
}

/* .btn-hero {
  text-decoration: none;
  font-size: 2.5rem;
  line-height: 1;
  position: relative;
  padding: 22px 30px;
}
.btn-hero:hover,
.btn-hero:focus {
  text-decoration: none;
}
@media (max-width: 800px) {
  .btn-hero {
    font-size: 1.6rem;
    padding: 18px 26px;
  }
}
.btn-hero:after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 18px;
  background-image: url(images/button-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 26px;
}
@media (max-width: 800px) {
  .btn-hero:after {
    width: 18px;
    height: 14px;
    margin-left: 18px;
  }
}

.hero-gradient {
  height: 41vw;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(30, 62, 86, 0.8) 100%
  );
  z-index: 0;
}
@media (max-width: 800px) {
  .hero-gradient {
    height: 350px;
  }
} */

/* About Section */

.about-image {
  background-image: url(https://americans-for-tax-fairness.local/wp-content/uploads/about-image-1.png);
  background-size: cover;
  background-position: right;
  /* height: 100%; */
  clip-path: polygon(0 0, 100% 0, 96% 100%, 0% 100%);
  min-height: 450px;
  width: 40%;
}

.about-content {
  width: 60%;
  margin-left: 32px;
}

@media screen and (max-width: 767px) {
  .home-about {
    padding-top: 32px;
  }

  .about-image {
    display: none;
  }

  .about-content {
    width: 100%;
    margin: 0 auto;
  }
}

/*--- Homepage Latest Posts Grids ----*/

.latest-grid,
.related-grid {
  grid-gap: 24px 16px;
}

.latest-card {
  width: 100%;
  border: 3px solid var(--color-navyblue, #0f2332);
}

.latest-card .img-link {
  width: 48%;
  height: 100%;
}

.latest-card .featured-image,
.campaign-card .featured-image {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.5s ease-in-out;
}

.latest-grid .post-info {
  width: 52%;
  padding: 16px;
}

/* Key Issues & Campaigns Cards */

.issue-card {
  border: 3px solid var(--color-navyblue, #0f2332);
  display: flex;
  flex-direction: column;
}

.issue-icon {
  width: 100%;
  padding-top: 98%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.issue-card .issue-content {
  padding: 8px 16px 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  /* height: 100%; */
  /* min-height: 300px;
  height: fit-content; */
  flex-grow: 1;
}

.issue-card .issue-content .button {
  margin: 26px auto 0;
}

.issue-card .issue-content p {
  flex-grow: 1;
}

/* Donate Section */

.donate-section {
  margin-top: 112px;
}

.action-col {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.action-card {
  border: 3px solid var(--color-navyblue, #0f2332);
  text-align: center;
  padding: 0;
  max-width: 560px;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex: 1;
}

.action-icon-box {
  width: 100%;
  padding-top: 35%;
  position: relative;
}

.action-icon-box.bg-main-red:hover {
  background-color: var(--color-red);
}

.action-icon-box.bg-electricBlue:hover {
  background-color: var(--color-electricblue);
}

.action-icon-img {
  position: absolute;
  width: 67%;
  padding-top: 47%;
  transform: translate(-50%, -100%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  left: 50%;
}

.action-card .button {
  margin-bottom: 48px;
}

.action-card h3 {
  margin: 16px 24px 32px 24px;
  min-height: 180px;
}

.action-icon-img.signup {
  background-image: url(images/sign-up.png);
}

.action-icon-img.donate {
  background-image: url(images/donate.png);
}

.donate-heading {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 27px;
}

.btn-donate {
  font-family: Arial;
  font-weight: 400;
  font-size: 23px;
  padding: 0 35px;
  height: 64px;
  line-height: 64px;
  text-decoration: none;
}
.btn-donate:hover,
.btn-donate:focus {
  text-decoration: none;
}

/* Pledge Form */

section.pledge-form-new .form-signup {
  margin: 0 auto;
  background-color: transparent;
  max-width: none;
}
section.pledge-form-new .form-signup h2 {
  font-family: Arial;
  font-weight: 700;
  font-size: 31px;
  color: #fff;
  margin-bottom: 20px;
}
section.pledge-form-new .form-signup .form-description {
  display: none;
}
section.pledge-form-new .form-signup input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid var(--color-brightgray);
  color: #fff;
  font-family: "DM Sans";
  font-weight: 500;
  font-size: 19px;
  line-height: 150%;
  display: inline-block;
  width: 44%;
  padding: 6px 8px;
  margin-right: 16px;
  border-radius: 0;
}
@media (max-width: 767px) {
  section.pledge-form-new .form-signup input {
    text-align: center;
  }
}
@media (max-width: 770px) {
  section.pledge-form-new .form-signup input {
    text-align: center;
  }
}
@media (max-width: 1200px) {
  header .container {
    width: 100%;
  }
  .socials {
    display: none !important;
  }
}

section.pledge-form-new .form-signup input:focus {
  box-shadow: none;
  border: 1px solid #fff;
}

section.pledge-form-new .form-signup .form-submit {
  margin-top: 24px;
}
@media (max-width: 767px) {
  section.pledge-form-new .form-signup .form-submit {
    width: 100%;
  }
}
section.pledge-form-new .form-signup .alert {
  max-width: 668px;
  margin: 0 auto 20px;
}
section.pledge-form-new .form-signup ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--color-brightgray);
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
}
section.pledge-form-new .form-signup ::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--color-brightgray);
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
}
section.pledge-form-new .form-signup :-ms-input-placeholder {
  /* IE 10+ */
  color: var(--color-brightgray);
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
}
section.pledge-form-new .form-signup :-moz-placeholder {
  /* Firefox 18- */
  color: var(--color-brightgray);
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
}

/* yippa customization*/

.take-action-disabled {
  margin-bottom: 30px;
}
.page-category .page-navigation {
  margin: 0 auto 80px;
}
.slider {
  top: -8px;
}
.post-content {
  margin-bottom: 0;
}
.page-category .post-intro {
  text-align: left;
}
.child-pages-list .post-single {
  padding-bottom: 20px;
}
.child-pages-list .post-single:nth-child(odd) {
  background-color: #f9f9fa;
  border: 1px solid #eeeff0;
}
.child-pages-list .post-content {
  margin-bottom: 0;
}
.child-pages-list .post-title {
  font-size: 33px;
  line-height: 1.2;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 20px;
}
.child-pages-list .post-data {
  font-size: 14px;
}
.child-pages-list .post-thumbnail {
  margin: 20px 0;
  text-align: center;
}
.child-pages-list .btn {
  font-size: 1em;
  margin: 20px 0;
}

/* =============================================================================
	Specific Page CSS
/* ========================================================================== */

/* About Page ----------------------------------------------- */

.page-content-about .post-content .container {
  padding: 0 0 48px;
}

#page
  > section
  > div
  > div.page-content.page-content-about
  > div.post-content
  > section
  > p {
  margin-top: 16px;
}

p:has(a.endorsement-link) {
  text-align: center;
}

a.endorsement-link {
  color: var(--color-electricBlue);
}

a.endorsement-link:hover {
  color: var(--color-red);
}

a.endorsement-link span.arrow {
  position: initial;
  padding-left: 5px;
}

.about-join-btn {
  margin: 0 auto;
}

/*--Member and Staff Grid --*/

.members-container,
.staff-container {
  margin-bottom: 32px;
}

.member-img img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  object-position: center;
}

.members-container div.row,
.staff-container div.row {
  display: flex;
  align-items: flex-end;
  padding: 32px 0;
  /* border-bottom: 3px solid var(--color-gray2); */
  position: relative;
}

.members-container div.row.with-bio,
.staff-container div.row.with-bio {
  align-items: flex-start;
}
.member-border {
  width: 60%;
  height: 1px;
  background: lightgrey;
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  left: 50%;
}

.member-desc h3 {
  margin-bottom: 0;
}

.bio-btn {
  display: block;
  background-color: transparent;
  letter-spacing: 1px;
  text-transform: none;
  padding: 0;
  margin-bottom: 16px;
}

.bio-btn:hover {
  color: var(--color-electricBlue);
}

.bio-btn span {
  font-size: 24px;
  position: relative;
  top: -0.15em;
}

.profile-bio {
  display: none;
}

/* Key Issues and Campaigns ----------------------------------------------- */

.key-issues-campaigns section.latest {
  padding: 48px 0;
}

.key-issues-campaigns .h2-sections {
  margin-bottom: 42px;
}

h2.results-header {
  margin-top: 42px;
}

.key-issues-campaigns .campaigns {
  padding-top: 32px;
  background: var(--color-gray1, #f7f9fb);
}

.issues button.load-more {
  margin: 30px auto;
}

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

.campaign-card {
  flex-direction: column;
  flex: 1;
  align-items: center;
  max-width: 390px;
}

.campaign-card .featured-image {
  width: 100%;
  height: 0;
  padding-top: 72%;
}

.campaign-card .post-info {
  display: flex;
  flex-direction: column;
  padding: 8px 16px 16px;
  width: 100%;
  height: 100%;
}

.campaign-card .post-info h3 {
  flex: 1;
}

.campaign-card .post-info p {
  flex-grow: 1;
}

.issues-header {
  width: 80%;
  margin: 0 auto;
  padding: 80px 0 48px;
}

/* Take Action Page ----------------------------------------------- */

.main.action {
  padding-top: 40px;
}

.petitions .forms-container {
  display: flex;
  column-gap: 15px;
  height: 100%;
  flex-wrap: wrap;
  justify-content: center;
}

.petitions .forms-container > div {
  flex-grow: 1;
  flex-basis: calc(33.333% - 15px);
  min-width: 320px;
}

@media screen and (max-width: 768px) {
  .petitions .forms-container > div {
    flex-basis: 100%;
    margin-bottom: 15px;
    max-width: 450px;
    min-width: unset;
  }
}

.petitions .can_embed.v5 {
  height: 100%;
}

.petitions .can_embed.v5 #can_embed_form {
  height: 100%;
}

.petitions .can_embed.v5 #can_embed_form form {
  flex: 1;
  display: flex !important;
  flex-direction: column;
}

.petitions .can_embed.v5 #can_embed_form.can_float form #form_col1,
.petitions .can_embed.v5 #can_embed_form.can_float form #form_col2 {
  float: none !important;
  width: 100% !important;
}

.can_embed.v5 #can_embed_form_inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
/* 
.can_embed.v5 #can_embed_form_inner h2 {
  flex: 1;
} */

body.takeAction.page div#can_embed_form_inner h4 {
  display: none;
}

.socials-inpage {
  background: var(--color-navyblue);
  padding: 50px 0;
}

.socials-inpage .social-icons {
  display: flex;
  justify-content: center;
}

.socials-inpage .social-icons a {
  margin: 0 15px;
}

.socials-inpage .social-icons a img {
  height: 40px;
  width: 40px;
}

.takeAction .donate-section .action-col {
  margin-top: 100px;
}

/* Category, Tag and Issue's Pages ----------------------------------------------- */

.page-category-intro p {
  margin-bottom: 32px;
  text-align: center;
}

.page-category-content .latest-card {
  margin-bottom: 32px;
}

.h1-title.inflation-reduction-act::after {
  background-color: var(--color-electricBlue);
}

.h1-title.billionaires::after {
  background-color: var(--color-red);
}

.h1-title.corporate-taxes::after {
  background-color: var(--color-purple);
}

.h1-title.funding-the-irs::after {
  background-color: var(--color-lightgreen);
}

.h1-title.individual-taxes::after {
  background-color: var(--color-aquamarine);
}

/*---- Ajax Load More Settings ---*/

.alm-outer-container {
  position: relative;
  justify-content: center;
  width: 100%;
  flex-direction: column;
}

.alm-listing {
  width: 100%;
  padding: 0;
}

.alm-filter-nest-container {
  width: 100vw;
  transform: translate(-50%);
  left: 50%;
  background-color: var(--color-gray1);
  padding: 36px 32px !important;
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}

.alm-filter-nest-container .alm-filters-container {
  min-width: 135px;
  box-sizing: content-box;
  width: 80%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .alm-filters-container .alm-filter.alm-filter--search {
    display: flex;
    align-items: center;
    gap: 15px;
  }
}

@media screen and (max-width: 768px) {
  .alm-filter-nest-container .alm-filters-container {
    align-items: stretch;
  }

  .alm-filters-container,
  #alm-filters-keyissues {
    flex-direction: column !important;
  }
}

div.alm-listing.container .alm-reveal {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-gap: 24px 16px;
  margin-bottom: 24px;
}

div.alm-listing.container .alm-reveal.alm-filters:after {
  content: none;
}

.latest-card.post-info .post-info {
  width: 52%;
  padding: 16px;
}

.alm-item.post-info .featured-image {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.5s ease-in-out;
}

.alm-item.post-info .post-content {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.alm-item.post-info .post-content .alm-post-title {
  flex: 1;
}

.alm-item .post-categories {
  display: flex;
  flex-wrap: wrap;
}

.alm-item a:hover {
  color: var(--color-red);
}

.alm-btn-wrap {
  margin-top: 48px;
}

.alm-load-more-btn.button {
  margin: 0 auto 48px;
}

.alm-load-more-btn.button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.keyissues_search_container {
  width: 100vw;
  padding: 48px 0 64px;
}

#alm-filters-keyissues {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  background-color: var(--color-gray1);
  align-items: center;
  column-gap: 32px;
}

.alm-filters.filters-red button[type="button"] {
  background-color: var(--color-red) !important;
  color: var(--color-bright);
  border-radius: 0 !important;
}

#alm-filters-keyissues .alm-filter--search {
  flex: 1;
  max-width: 500px;
}

#alm-filters-keyissues .alm-filter--category,
#alm-filters-keyissues .alm-filter--tag {
  flex: 0.5;
  max-width: 150px;
}

#alm-filters-keyissues .alm-filters--controls {
  width: auto;
}

.alm-filters-container .alm-filter--title .alm-filter--toggle::after {
  margin-left: 10px !important;
  right: 0 !important;
}

[data-id="keyissues_grid"] {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  margin-top: 48px;
}

/* Single Post Pages ----------------------------------------------- */

section.related {
  padding: 48px 0;
  background-color: var(--color-gray1);
}

/* special posts ----------------------------------------------- */

h2.tax-plan {
  color: #1d3c53;
  font-size: 50px;
  text-align: center;
  line-height: 54px;
  margin-bottom: 30px;
  font-family: "futura_bkheavy", "Open Sans", Verdana, arial;
}
h3.tax-plan,
.col2-text h2 {
  color: #1d3c53;
  font-size: 40px;
  text-align: center;
  line-height: 48px;
  margin-bottom: 20px;
  font-family: "futura_bkheavy", "Open Sans", Verdana, arial;
}
.col2-text h2 {
  text-align: left;
}
div.clear {
  margin-bottom: 70px;
  text-align: center;
}
.clear img {
  width: 100%;
}
.columns,
.columns-4reasons {
  display: table;
  margin-bottom: 40px;
  border-bottom: 1px solid #b5c0c8;
  width: 100%;
  padding: 50px 0;
}
.columns-4reasons {
  padding: 50px 0 0;
}
.table1 {
  border-top: 1px solid #b5c0c8;
}
.table1 .col1 {
  border-right: 1px solid #b5c0c8;
}
.columns img {
  display: block;
  margin: 0 auto 20px;
}
.col1,
.col2 {
  display: table-cell;
  width: 50%;
  text-align: center;
  padding: 0 50px;
}
.table2 h4 {
  color: #1d3c53;
  font-size: 30px;
  text-align: center;
  line-height: 36px;
  margin-bottom: 15px;
  font-family: "futura_bkheavy", "Open Sans", Verdana, arial;
}

.table2 h2 {
  color: #1d3c53;
  font-size: 50px;
  text-align: center;
  line-height: 55px;
  margin-bottom: 15px;
  font-family: "futura_bkheavy", "Open Sans", Verdana, arial;
}
.table2 .col2 h2,
.table2 .col2 h4 {
  color: #f9444b;
}
div.tax-plan {
  background-color: #1d3c53;
  color: #fff;
  font-size: 35px;
  text-align: center;
  line-height: 40px;
  padding: 20px 35px;
  font-family: "futura_bkheavy", "Open Sans", Verdana, arial;
}
.hero-img {
  position: relative;
  width: 100%;
  padding-top: 100px;
}
h1.hidden-heading {
  color: #f9444b;
  font-size: 200px;
  text-align: center;
  line-height: 50px;
  font-family: "futura_bkheavy", "Open Sans", Verdana, arial;
  position: absolute;
  top: 96px;
  z-index: 0;
  letter-spacing: -5px;
}
.hero-img img {
  z-index: 3;
  position: relative;
}
.hero-img p {
  margin: 0 !important;
}
.hero-img p img {
  display: block;
}

/* 4 reasons post ---------------*/
.col1-icon,
.col2-text,
.col3-image {
  display: table-cell;
  vertical-align: top;
}
.col1-icon {
  width: 78px;
}
.col3-image {
  width: 290px;
  vertical-align: bottom;
}
.col2-text {
  padding: 0 20px;
}
@media (max-width: 991px) {
  h1.hidden-heading {
    font-size: 100px;

    top: 96px;
    left: 19%;
  }
  .columns {
    display: block;
  }
  .col1,
  .col2,
  .col1-icon,
  .col2-text,
  .col3-image {
    display: block;
    width: 100%;
    border-right: none !important;
    margin-bottom: 50px;
  }
  .col1-icon,
  .col3-image {
    text-align: center;
  }
}
@media (max-width: 715px) {
  h1.hidden-heading {
    font-size: 70px;
    top: 56px;
    letter-spacing: -2px;
  }
  .hero-img {
    padding-top: 80px;
  }
  div.tax-plan {
    font-size: 20px;
    line-height: 26px;
    padding: 20px;
  }
  .col1,
  .col2,
  .col1-icon,
  .col2-text,
  .col3-image {
    padding: 0 15px;
  }
}
@media (max-width: 500px) {
  h1.hidden-heading {
    font-size: 50px;
    top: 48px;
    left: 18%;
  }
  .hero-img {
    padding-top: 80px;
  }
}
@media (max-width: 414px) {
  h1.hidden-heading {
    left: 17%;
  }
}
@media (max-width: 375px) {
  h1.hidden-heading {
    left: 14%;
  }
}
@media (max-width: 320px) {
  h1.hidden-heading {
    left: 9%;
  }
}

/* yippa customizations -----------------------------------------------*/
.tax-type,
.tax-topic,
.single-issues,
.issues {
  font-family: "DM Sans", "Open Sans", Verdana, arial;
}

/* types and topics ---------------------------------------------------------*/
.page-category-content {
  border-top: 1px solid #eeeff0;
}
.issues-new .page-category-content,
.issues-new .page-category .post-single:nth-child(odd),
.issues .page-category-content,
.issues .page-category .post-single:nth-child(odd),
.tax-type .page-category .post-single:nth-child(odd),
.tax-topic .page-category .post-single:nth-child(odd) {
  background-color: #f7f9fb;
}
.tax-type .page-category .tax-post-list .post-single,
.tax-topic .page-category .tax-post-list .post-single,
.issues .page-category .tax-post-list .post-single,
.issues-new .page-category .tax-post-list .post-single {
  border-top: none !important;
  border-bottom: 1px solid #eeeff0;
}
.tax-type .tax-description,
.tax-topic .tax-description,
.issues .tax-description,
.issues-new .tax-description {
  font-size: 24px;
  color: #5b6368;
  text-align: center;
  width: 90%;
  margin: 0 auto 50px;
  font-family: "futura_bkheavy", "Open Sans", Verdana, arial;
}
.tax-type .tax-post-list,
.tax-topic .tax-post-list,
.issues .tax-post-list,
.issues-new .tax-post-list {
  float: left;
  width: 70%;
}
.tax-type .sidebar,
.tax-topic .sidebar,
.issues .sidebar,
.issues-new .sidebar {
  float: right;
  width: 29%;
  padding-top: 30px;
}
.tax-type .sidebar h3.widget-title,
.tax-topic .sidebar h3.widget-title,
.tax-type .sidebar .searchandfilter h4,
.tax-topic .sidebar .searchandfilter h4,
.issues .sidebar h3.widget-title,
.issues .sidebar .searchandfilter h4,
.issues-new .sidebar h3.widget-title,
.issues-new .sidebar .searchandfilter h4 {
  background: #949fa6;
  color: white;
  font-size: 20px;
  padding: 12px 20px;
  margin-top: 0;
}
.tax-type .sidebar .searchandfilter input[type="submit"],
.tax-topic .sidebar .searchandfilter input[type="submit"],
.issues .sidebar .searchandfilter input[type="submit"],
.issues .sidebar .searchandfilter a.btn,
.tax-type .sidebar .searchandfilter a.btn,
.issues-new .sidebar .searchandfilter input[type="submit"],
.issues-new .sidebar .searchandfilter a.btn {
  text-transform: uppercase;
  border: 1px solid #ff3f3f;
  background-color: #ff3f3f;
  color: white;
  font-size: 16px;
  padding: 8px 18px;
  margin-top: 0;
  margin-left: 20px;
}
.tax-type .sidebar .searchandfilter input[type="submit"]:hover,
.tax-topic .sidebar .searchandfilter input[type="submit"]:hover,
.issues .sidebar .searchandfilter input[type="submit"]:hover,
.issues .sidebar .searchandfilter a.btn:hover,
.tax-type .sidebar .searchandfilter a.btn:hover,
.issues-new .sidebar .searchandfilter input[type="submit"]:hover,
.issues-new .sidebar .searchandfilter a.btn:hover {
  background-color: #949fa6;
  border: 1px solid #949fa6;
}
.tax-type .sidebar li,
.tax-topic .sidebar li,
.issues .sidebar li,
.issues-new .sidebar li {
  list-style-type: none;
}
.tax-type .sidebar li a,
.tax-topic .sidebar li a,
.issues .sidebar li a,
.issues-new .sidebar li a {
  display: block;
  color: #949fa6;
  text-decoration: none;
  padding: 5px 0;
}
.tax-type .sidebar li.current-cat a,
.tax-topic .sidebar li.current-cat a,
.issues .sidebar li.current-cat a,
.issues-new .sidebar li.current-cat a {
  color: black;
}
.tax-type .sidebar .list-custom-taxonomy-widget,
.tax-topic .sidebar .list-custom-taxonomy-widget,
.tax-type .sidebar .searchandfilter li,
.tax-topic .sidebar .searchandfilter li,
.issues .sidebar .list-custom-taxonomy-widget,
.issues .sidebar .searchandfilter li,
.issues-new .sidebar .list-custom-taxonomy-widget,
.issues-new .sidebar .searchandfilter li {
  background: white;
  padding-bottom: 15px;
  border: 1px solid #949fa6;
}
.tax-type .sidebar .searchandfilter li:last-of-type,
.tax-topic .sidebar .searchandfilter li:last-of-type,
.issues .sidebar .searchandfilter li:last-of-type,
.issues-new .sidebar .searchandfilter li:last-of-type {
  border-top: none;
}
.tax-type .sidebar .searchandfilter li,
.tax-topic .sidebar .searchandfilter li,
.issues .sidebar .searchandfilter li,
.issues-new .sidebar .searchandfilter li {
  display: block;
  clear: both;
  padding-right: 0;
}
.tax-type .sidebar .searchandfilter li:first-of-type,
.tax-topic .sidebar .searchandfilter li:first-of-type,
.issues .sidebar .searchandfilter li:first-of-type,
.issues-new .sidebar .searchandfilter li:first-of-type {
  border-bottom: none;
}
.tax-type .sidebar .searchandfilter li:nth-of-type(2),
.tax-topic .sidebar .searchandfilter li:nth-of-type(2),
.issues .sidebar .searchandfilter li:nth-of-type(2),
.issues-new .sidebar .searchandfilter li:nth-of-type(2) {
  border-top: none;
  border-bottom: none;
}
.tax-type .sidebar .searchandfilter ul,
.tax-topic .sidebar .searchandfilter ul,
.issues .sidebar .searchandfilter ul,
.issues-new .sidebar .searchandfilter ul {
  clear: both;
  display: block;
  margin: 0;
  padding-left: 0;
}
.tax-type .sidebar .searchandfilter select,
.tax-topic .sidebar .searchandfilter select,
.issues .sidebar .searchandfilter select,
.issues-new .sidebar .searchandfilter select {
  margin: 0 auto;
  width: 88%;
  display: block;
}
.tax-type h1.page-title,
.tax-topic h1.page-title,
.single-issues h1.page-title,
.single-issues h3.page-title,
.issues-new h1.page-title {
  text-transform: none;
  font-family: "DM Sans", "Open Sans", Verdana, arial;
}
.tax-type .post-single h2.post-title a,
.tax-topic .post-single h2.post-title a,
.issues .post-single h2.post-title a,
.issues-new .post-single h2.post-title a {
  font-size: 30px;
}

.tax-type .post-single .post-intro a,
.tax-topic .post-single .post-intro a,
.issues .post-single .post-intro a,
.issues-new .post-single .post-intro a {
  color: #ff3f3f;
  font-family: "DM Sans", "Open Sans", Verdana, arial;
}

/* issues single -----------------------------------------------*/

.single-issues h3.page-title {
  clear: both;
  float: none;
  font-size: 30px;
}
.single-issues .share-options {
  width: auto;
  margin-left: 0px;
  margin-bottom: 0;
  padding: 0;
}
.single-issues .share-options .fa {
  font-size: 33px;
}
.single-issues .share-options a {
  border: none;
  font-size: 33px;
}
.single-issues .issue-meta {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
}
.single-issues .issue-meta span.topic-name,
.single-issues .issue-meta span.post-page-date {
  width: auto;
  display: block;
  font-size: 17px;
}

.tax-post-list .post-title a {
  text-transform: uppercase;
}

.next-page {
  float: left;
  width: 100%;
  display: flex;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 22px;
}

.next_item {
  float: right;
  width: 50%;
  text-align: right;
}

.previous_item {
  float: left;
  width: 50%;
}

/*Action Fund Section -----------------------------------------------*/
.actionfundHeader {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("https://americansfortaxfairness.org/wp-content/uploads/actionfundHeader.png");
  width: 100%;
  background-size: cover;
  background-position: center;
  height: 400px;
}

.actionfundHeader > * {
  color: #fff;
}

.actionfundHeader h1 {
  margin-top: 40px;
  font-weight: 600;
}

.actionfundHeader mark {
  background-color: #3c3c3c;
  color: #fff;
  line-height: 25px;
  padding: 0px 5px;
}

.atfafButton {
  padding: 10px 20px;
  background-color: #f47a32;
  color: #fff;
  font-size: 24px;
  margin: 45px auto 0 auto;
  width: 200px;
  text-align: center;
}

@media (max-width: 600px) {
  .home-grid {
    padding: 34px 10px 0 10px;
  }
}

/*bsMeter Style Section
-------------------------------------------------------*/
.bsMeter {
  max-width: 400px;
}

.bsMeterContainer {
  text-align: center;
}

.bsMeterContainer h3 {
  font-weight: 600;
}

.bsMeterContainer button {
  background-color: #1b3c54;
  color: #fff;
}

@media (max-width: 767px) {
  .bsMeter {
    width: 100%;
  }
  .tax-type .sidebar,
  .tax-topic .sidebar,
  .issues .sidebar,
  .issues-new .sidebar,
  .tax-type .tax-post-list,
  .tax-topic .tax-post-list,
  .issues .tax-post-list,
  .issues-new .tax-post-list {
    width: 100%;
    float: none;
  }
}

/*  new signup popup */
#sgpb-popup-dialog-main-div.sgpb-theme-1-content {
  box-shadow: none !important;
}
#sgpb-popup-dialog-main-div-wrapper img.sgpb-popup-close-button-3 {
  width: 19px !important;
  height: 19px !important;
  top: -22px !important;
  right: -22px !important;
}
#sgpb-popup-dialog-main-div-wrapper
  section.pledge-form-new
  .form-signup
  input.form-email,
#sgpb-popup-dialog-main-div-wrapper
  section.pledge-form-new
  .form-signup
  input.form-zip-code,
#sgpb-popup-dialog-main-div-wrapper
  section.pledge-form-new
  .form-signup
  .form-submit {
  width: 100%;
  margin-bottom: 5px;
}
.popmake-content section.pledge-form-new .form-signup input.form-email,
.popmake-content section.pledge-form-new .form-signup input.form-zip-code,
.popmake-content section.pledge-form-new .form-signup .form-submit {
  width: 100%;
  margin-bottom: 5px;
}

/*=================  404 Page =====================*/

.error404 .row {
  margin: 50px auto;
}

.error404 .error-content {
  padding-bottom: 50px;
}

.error404 .error-content .button {
  margin: 0 auto;
}

.error404 .error-search {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.error404 .error-search form {
  display: flex;
}

.error404 .error-search form label {
  margin-bottom: 0;
}

.error404 .error-search form input[type="search"] {
  padding: 10px 20px;
  border: none;
  border-bottom: 1px solid var(--color-electricBlue);
}

/*=================  Search Page =====================*/
body.search .container-fluid.page-category {
  padding: 50px 20%;
}

body.search h1.page-title::after {
  z-index: -3;
}

body.search h1.page-title span {
  position: relative;
}

body.search h1.page-title span::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 8px; /* Adjust the height as needed */
  background-color: var(--color-electricBlue); /* Adjust the color as needed */
  z-index: -1;
}

/*=================  Media Queries =====================*/

/*=================  Tablet  =====================*/


@media screen and (max-width: 1199px) {
  /*--- Structure ---*/
  .col-5 {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
  }

  .container {
    width: 90%;
    padding: 0;
  }

  /* ======= Typography Media Queries     ======= */

  h1 {
    font-size: 36px;
  }

  h2,
  .h2-sections {
    font-size: 32px;
  }

  .h2-sections::after,
  .h1-title::after,
  .hero-content h1 span::after {
    height: 5px; /* Adjust the height as needed */
  }

  h2.hero-second-line {
    font-size: 22px;
  }

  h3,
  .h3 {
    font-size: 24px;
  }

  .issue-content h3 h4,
  .issue-content h3 {
    font-size: 22px;
  }

  h5,
  .member-desc h3 {
    font-size: 18px;
  }

  h6,
  .member-desc h4 {
    font-size: 16px;
  }

  .p-giant {
    font-size: 24px;
  }

  .p-big {
    font-size: 22px;
  }

  .p-mid {
    font-size: 18px;
  }

  /*---- Components ---*/

  button,
  a.button,
  input.button {
    padding: 5px 10px;
    margin: 0 6px;
  }

  /*--- Header  & Footer ---*/

  header.main .container .row {
    width: 95%;
    margin: 0 auto;
  }

  header.main .logo {
    max-width: 250px;
    width: 10%;
  }
  header.main nav {
    display: flex;
    height: 100%;
  }

  #menu-main-nav {
    align-items: center;
    display: flex;
  }

  #menu-main-nav li a {
    font-size: 12px;
    padding: 27px 7px;
  }

  ul.sub-menu {
    padding: 10px;
  }

  .issues-menu ul.sub-menu li {
    max-width: 90px;
    margin-right: 6px;
  }

  .issues-menu ul.sub-menu .issue-nav-icon {
    height: 80px;
    width: 80px;
    margin-bottom: 5px;
  }

  #menu-main-nav .issues-menu ul.sub-menu li a {
    white-space: normal;
    padding: 0;
  }

  #menu-main-nav .issues-menu ul.sub-menu li.more-key-issues {
    margin-top: 32px !important;
  }

  #menu-main-nav .issues-menu ul.sub-menu li.more-key-issues a:hover {
    color: var(--color-electricBlue);
  }

  .latest-menu ul.sub-menu li {
    width: 100%;
  }

  .footer-nav.row {
    flex-direction: column;
    align-items: center;
  }

  .footer-nav nav {
    margin-bottom: 16px;
  }
  .footer-nav li a {
    font-size: clamp(13px, 0.75rem, 18px);
  }

  /*----- Homepage ------*/

  .hero {
    height: 665px;
  }

  .hero-image {
    width: 100%;
    background-position: bottom center;
  }

  .hero-content {
    width: 100%;
    position: absolute;
    background-color: rgba(15, 35, 50, 0.85);
    padding: 32px 16px;
    text-align: center;
    bottom: 0;
    transform: none;
  }

  .home-about .flex {
    display: block;
  }

  section.pledge-form-new .form-signup .form-submit {
    margin: 24px auto 0;
  }

  .about-image {
    float: left;
    height: 250px;
    margin-right: 16px;
    background-position: center;
  }

  .about-image::after {
    content: "";
    display: block;
    clear: both;
  }

  .about-content {
    width: 90%;
  }

  .latest-grid,
  div.alm-listing.container .alm-reveal {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .latest-card .img-link {
    width: 35%;
  }

  /*--- ALM Tablet Settings --*/

  .alm-listing.container {
    width: 100%;
  }
} /* End of Media Query */

@media (max-width: 991px) {
  header.main .btn-custom-primary {
    font-size: 17px;
  }
  header.main nav {
    padding: 0px 0px 0px 0px;
    margin: 0px;
  }
  header.main .main-nav {
    padding-top: 13px;
  }
}

/*--- Tablet Only (no mobile) ---*/
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .member-desc {
    width: 50%;
  }
}

/*=================  Mobile  =====================*/
@media screen and (max-width: 767px) {
  /*----- Structure -----*/

  .col-5 {
    grid-template-columns: 1fr 1fr;
  }

  /* ======= Typography Media Queries     ======= */

  h1,
  .page-title {
    font-size: 34px;
  }

  h2,
  .h2-sections {
    font-size: 28px;
  }

  .h2-sections::after,
  .h1-title::after,
  .hero-content h1 span::after {
    height: 4px; /* Adjust the height as needed */
  }

  h2.hero-second-line {
    font-size: 18px;
  }

  h3,
  .h3 {
    font-size: 22px;
  }

  h4,
  .issue-content h3 {
    font-size: 18px;
  }

  h5,
  .member-desc h3 {
    font-size: 16px;
  }

  h6,
  .member-desc h4 {
    font-size: 16px;
  }

  .p-giant {
    font-size: 22px;
  }

  .p-big {
    font-size: 18px;
  }

  .p-mid {
    font-size: 18px;
  }

  /*------ Componenents ------*/

  .button,
  a.button {
    font-size: 13px;
    padding: 5px 10px;
    text-align: center;
    margin: 16px 0;
  }

  span.arrow {
    position: relative;
    padding: 0;
  }

  /*---- Header and Footer ---*/

  #menu-main-nav {
    display: none;
    flex-direction: column;
  }
  header.main .btn-custom-primary {
    display: none;
  }
  header.main .search-form {
    position: relative;
  }

  header.main li a {
    display: inline-block;
    padding: 11px 10px;
  }

  header.main .main-nav {
    text-align: left;
    justify-content: flex-end;
    flex: 0.5;
    flex-direction: column-reverse;
    align-items: flex-end;
    margin-right: 16px;
    height: auto !important;
  }

  header.main .navbar-toggle {
    display: block;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
  }
  header.main .main-nav nav.visible {
    text-align: right;
    width: 50%;
    height: auto;
    text-align: right;
    width: 50%;
    height: auto;
    margin-right: 4%;
  }

  header .actions .button {
    margin: 6px 0;
  }

  header.main .search-form .search-field,
  .footer-nav .search-form .search-field {
    background-size: 16px 16px;
  }

  .menu-item-has-children a::after {
    display: none;
  }

  .menu-item-has-children .sub-menu {
    display: none !important;
  }

  #menu-main-nav ul.sub-menu li a {
    padding: 5px 10px;
  }

  .latest-menu ul.sub-menu li {
    flex-direction: column;
    width: 100%;
  }

  .latest-menu .sub-menu li .post-container {
    flex-direction: column;
    display: flex;
    width: 100%;
    max-width: none !important;
    padding: 0 16px;
  }

  .latest-menu .post-thumbnail {
    padding: 0;
    height: 85px;
    width: 85px;
    margin: 5px 0;
  }
  .latest-menu .post-thumbnail img {
    height: 85px;
    width: 85px;
  }

  .latest-menu .post-content {
    flex-direction: column;
    column-gap: 9px;
  }

  .latest-menu .post-content .post-excerpt {
    display: none;
  }

  .issues-menu ul.sub-menu,
  .latest-menu ul.sub-menu {
    flex-direction: column;
    width: 40%;
    padding: 0;
    top: 0 !important;
    left: 50%;
  }

  .latest-menu ul.sub-menu {
    top: 50px !important;
  }

  /* .latest-menu ul.sub-menu {
        width: 100%;
      } */

  .latest-menu h5 {
    margin: 0;
  }

  #menu-main-nav .latest-menu ul.sub-menu li h5.post-category a {
    color: var(--color-red);
  }

  .issues-menu ul.sub-menu li {
    height: 72px;
  }
  .issues-menu ul.sub-menu li:first-child {
    display: none;
  }

  .issues-menu ul.sub-menu .issue-nav-icon {
    display: none;
  }

  /*--- Homepage Sections ---*/

  /* .hero-content {
    transform: skew(0)translateY(-100%);
    bottom: calc(-50% + 32px);
  } */

  .latest-card .img-link {
    width: 48%;
  }

  .latest-card .post-info h3 {
    font-size: 18px;
    word-wrap: break-word;
  }

  .issue-card .issue-content {
    min-height: 0;
  }

  .issue-card .issue-content h3 {
    font-size: 16px;
    flex: 1;
  }

  .issue-content .p-base {
    display: none;
  }

  .issue-card .issue-content .button {
    margin: 0 auto 0;
  }

  .donate-section {
    margin-top: 35px;
  }

  .action-col {
    flex-direction: column;
    column-gap: 32px;
  }

  .action-col .action-card {
    margin-bottom: 32px;
  }

  .action-card h3 {
    min-height: 0;
  }

  /* ALM Mobile */

  .alm-outer-container .alm-filters-container {
    flex-direction: column;
  }

  .alm-filters-container .alm-filter--title .alm-filter--toggle:after {
    right: 3px !important;
  }

  .alm-item.post-info {
    word-wrap: break-word;
  }
  .alm-item.post-info .featured-image {
    width: 100%;
    height: 150px;
    padding-top: 0;
  }

  .alm-outer-container .alm-filters-container {
    right: 0;
  }

  /*-- About Mobile Page --*/

  .members-container div.row,
  .staff-container div.row {
    flex-direction: column;
    align-items: flex-start;
  }

  /*-- Key Issues Mobile Pages --*/

  .campaign-grid {
    grid-template-columns: 1fr;
    width: 85%;
    margin: 0 auto;
    grid-auto-rows: min-content;
  }
} /* End of Media Query */

@media screen and (max-width: 550px) {
  div.alm-listing.container .alm-reveal {
    grid-template-columns: 1fr;
    column-gap: 16px;
  }
}

@media screen and (max-width: 471px) {
  .issues .h2-sections::after,
  .about-mission-h2.h2-sections::after {
    width: 60%;
  }
}

/* 
@media screen and (max-height: 800px) and (max-width: 1199px) {

.hero-content {
  transform: translate(50%, 50%);
    top: 0;
    left: -50%;
    bottom: unset;
}

} End of Media Query */
