/*
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
/* ========================================================================== */



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

.tax-march-text {
  background-color: rgba(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 .25s linear;
  -webkit-transition: border .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;
}

html,
button,
input,
select,
textarea {
  font-family: "futura_bkbook", "Open Sans", Verdana, arial;
  color: #444;
}

body {
  font-family: "futura_bkbook", "Open Sans", Verdana, arial;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.4;
  background: #f7f9fb;
  -webkit-font-smoothing: antialiased;
}
body.category {
  background: #fff;
}

*, *: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: #48c3fa;
  text-decoration: underline;
}
a img {
  border: 0;
}

a:focus,
a:hover {
  color: #0584bd;
}

a:focus {
  outline: 0;
}

a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
	Typography
/* ========================================================================== */
/* Headers */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 1em;
  line-height: 1.5em;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 1.5em;
  line-height: 1.1;
}

h3 {
  font-size: 24px;
  line-height: 1.1;
  margin-top: 20px;
  margin-bottom: 10px;
}

h4 {
  font-size: 1.3em;
  font-weight: normal;
}

h5, h6 {
  font-size: 1.1em;
}

/* 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 {
  display: inline-block;
}

/* 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;
}

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

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

.article {
  margin-bottom: 1em;
}

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

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

@font-face {
  font-family: 'futura_bkbook';
  src: url("fonts/ufonts.com_futura-book-webfont.eot");
  src: url("fonts/ufonts.com_futura-book-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/ufonts.com_futura-book-webfont.woff2") format("woff2"), url("fonts/ufonts.com_futura-book-webfont.woff") format("woff"), url("fonts/ufonts.com_futura-book-webfont.ttf") format("truetype"), url("fonts/ufonts.com_futura-book-webfont.svg#futura_bkbook") format("svg");
    font-family: 'futura_bkheavy';
  src: url("fonts/ufonts.com_futura-heavy-webfont.eot");
  src: url("fonts/ufonts.com_futura-heavy-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/ufonts.com_futura-heavy-webfont.woff2") format("woff2"), url("fonts/ufonts.com_futura-heavy-webfont.woff") format("woff"), url("fonts/ufonts.com_futura-book-webfont.ttf") format("truetype"), url("fonts/ufonts.com_futura-heavy-webfont.svg#futura_bkheavy") format("svg");
}
@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;
}

/* =============================================================================
	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-category {
  font-size: 1.1em;
  font-weight: bold;
  font-style: italic;
  margin: 8px 0;
}

.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: 100%;
  text-align: center;
  top: -9px;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .categories-nav {
    top: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .categories-nav {
    /*display: none;*/
  }
}
.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;
  }
}

/* =============================================================================
	Layout
/* ========================================================================== */
header.main {
  height: 73px;
  background-color: #1c3c54;
  font-size: 1.3em;
  line-height: 20px;
  font-family: Arial;
}
@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;
}
@media (max-width: 991px) {
  header.main .logo {
    background-color: #FC4246;
  }
}
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;
}
@media (max-width: 767px) {
  header.main .main-nav {
    text-align: left;
  }
}
header.main .main-nav > div {
  display: inline-block;
  margin-left: 20px;
}
@media (max-width: 991px) {
  header.main .main-nav > div {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  header.main .main-nav > div {
    margin-left: 0;
  }
  header.main .main-nav > div:last-child {
    margin-left: 5px;
  }
}
header.main nav {
  display: inline-block;
}
@media (max-width: 991px) {
  header.main nav {
    padding: 0px 0px 0px 0px;
    margin-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  }
}
@media (max-width: 767px) {
  header.main .main-nav {
    display:block;
  }
  header.main nav {
    display: none;
    margin-top: 0px;
    margin-bottom: 4px;
    padding-top: 0px;
    border-top: 1px solid #101010;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    border-bottom: none;
    height: 340px;
    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);
  }
}
header.main li a {
  color: #a5b9c8;
  text-decoration: none;
  padding: 0 10px;
  transition: color 0.3s;
}
@media (max-width: 767px) {
  header.main li a {
    display: inline-block;
    padding: 11px 10px;
  }
}
header.main li a:hover {
  color: #fff;
}
header.main li.current-menu-item a {
  color: #fff;
}
header.main a {
  text-decoration: none;
  color: #fff;
}
header.main .socials {
  font-size: 1.4em;
  padding-top: 26px;
}
header.main .socials a:not(:first-child) {
  padding-left: 4px;
}
header.main .actions {
  position: relative;
  vertical-align: top;
  margin-top: 15px;
}
@media (max-width: 991px) {
  header.main .actions {
    margin-bottom: 13px;
  }
}
@media (max-width: 767px) {
  header.main .actions {
    margin-bottom: 15px;
  }
}
header.main .actions .btn {
  margin-right: 50px;
}
header.main .search-form {
  position: absolute;
  right: -1px;
  top: 3px;
}
header.main .search-form .search-field {
  background-color: transparent;
  background-image: url("images/ico-search.png");
  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 {
  width: 230px;
  background-color: #fff;
  cursor: text;
  border: 1px solid #FC4246;
}
header.main .search-form .search-field:focus {
  outline: none;
}
header.main .search-form .search-submit {
  display: none;
}
header.main .navbar-toggle {
  display: none;
  border-color: #fff;
  padding: 15px;
  position: absolute;
  top: -1px;
  right: -7px;
}
@media (max-width: 767px) {
  header.main .navbar-toggle {
    display: block;
  }
}
header.main .navbar-toggle .icon-bar {
  background-color: #fff;
}

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

.footer-socials {
  text-align: center;
  margin-bottom: 20px;
}
.footer-socials a {
  color: #5b6368;
  text-decoration: none;
}
.footer-socials a:hover {
  text-decoration: underline;
}
.footer-socials i {
  font-size: 5em;
}
.footer-socials span {
  font-size: 1.2em;
  display: block;
  color: #a6afb3;
}

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

.form-signup {
  padding: 0 10px;
}
@media (max-width: 767px) {
  .form-signup {
    padding: 0 15px;
  }
}
.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;
}
.form-signup input:focus, .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: #1c3c54;
  padding: 60px 0;
  color: #a5b9c8;
  font-family: Arial;
}

.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-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: 0 45px;
}
.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: 1.2em;
  line-height: 20px;
  text-decoration: none;
  color: inherit;
  text-align: center;
  display: inline-block;
  padding: 11px 10px;
  transition: color 0.3s;
}
.footer-nav li a:hover {
  color: #fff;
}

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

.footer-copyrights {
  margin-top: 48px;
  margin-bottom: 20px;
  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 0;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .page-title {
    font-size: 1.6em;
  }
}

.post-content {
  width: 970px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .post-content {
    width: 100%;
  }
}
.post-content a {
  color: #337ab7;
  text-decoration: none;
  word-wrap: break-word;
}
.post-content a:hover, .post-content a:focus {
  color: #23527c;
  text-decoration: underline;
}
.post-content ul {
  padding: 0 85px;
}
@media (max-width: 800px) {
  .post-content ul {
    padding: 0;
  }
}
.post-content ul li {
  list-style-image: url("images/ico-ul-dot.png");
}
.post-content li {
  padding: 0 15px 40px 15px;
  line-height: 27px;
}

.page-default {
  font-size: 1.3em;
  color: #5b6368;
  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;
}
@media (max-width: 800px) {
  .page-default .post-content {
    padding: 0 15px;
  }
}

.page-default-intro .page-title {
  margin-bottom: 60px;
  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;
}
.page-category .page-category-intro .page-title {
  margin: 31px 0 40px 0;
}
@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;
}
.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;
  }
}

.post-page {
  font-size: 1.3em;
}
@media (max-width: 1199px) {
  .post-page {
    overflow: hidden;
  }
}

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

.post-page-inner {
  width: 940px;
  margin: auto;
  padding: 0 15px;
}
@media (max-width: 991px) {
  .post-page-inner {
    width: 720px;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .post-page-inner {
    width: 100%;
  }
}

.post-page-intro {
  margin-top: 60px;
  font-size: 20px;
  padding: 0 15px;
  font-weight: 200;
}
.post-page-intro:after {
  content: '';
  display: table;
  clear: both;
}
.post-page-intro .share-options {
  margin-bottom: 62px;
}
.post-page-intro .share-options a {
  font-size: 2.95em;
}

@media (max-width: 991px) {
  .post-page-title {
    font-size: 1.4em;
  }
}

.post-page-date {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.post-page-title {
  padding-bottom: 20px;
}

.post-page-featured-img {
  margin: 0 -15px 51px -15px;
}
@media (max-width: 1199px) {
  .post-page-featured-img {
    margin: 0 0 20px 0;
  }
}

.post-page-content {
  color: #2d2d2d;
}
@media (max-width: 991px) {
  .post-page-content .post-page-content-text {
    padding: 0 15px;
  }
}
.post-page-content p {
  line-height: 31px;
  font-size: 19px;
  margin-bottom: 31px;
}
@media (max-width: 991px) {
  .post-page-content p {
    margin-bottom: 10px;
    font-size: 19px;
  }
}
.post-page-content a {
  color: #337ab7;
  text-decoration: none;
}
.post-page-content a:hover, .post-page-content a:focus {
  color: #23527c;
  text-decoration: underline;
}
.post-page-content ul {
  padding: 0 40px;
}

.post-page-content ul li ul {
	margin-top:15px;
}

.post-page-content ul li ul li {
  margin-bottom:0px;
}
@media (max-width: 800px) {
  .post-page-content ul {
    padding: 0;
  }
}
.post-page-content ul li {
  list-style-image: url("images/ico-ul-dot.png");
}
.post-page-content li {
  padding: 0 15px 5px 15px;
  line-height: 27px;
  margin-bottom:15px;
  font-size:19px;
}


/* 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;
}

/* 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%;
	}

}

/* Home Redesign */

/* Hero */

.hero {
  height: 44.75vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: relative;
  margin-top: -9px;
  text-align: center;
  font-family: Arial;
}
@media (max-width: 800px) {
  .hero {
    height: 400px;
  }
}

.hero-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 70px;
  z-index: 1;
  padding: 0 20px;
}
@media (max-width: 800px) {
  .hero-content {
    bottom: 40px;
  }
}

.hero-heading {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 4.8rem;
  color: #fae600;
  text-align: center;
}
@media (max-width: 800px) {
  .hero-heading {
    font-size: 2.5em;
  }
}
@media (max-width: 767px) {
  .hero-heading {
    font-size: 1.6em;
  }
}

.hero-second-line {
  font-size: 1.6em;
  font-weight: 400;
  color: #fff;
  text-align: center;
  margin-bottom: 28px;
  letter-spacing: -0.2px;
}
@media (max-width: 800px) {
  .hero-second-line {
    font-size: 1.6em;
  }
}
@media (max-width: 767px) {
  .hero-second-line {
    font-size: 1.2em;
  }
}

.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;
  }
}

/* Grid */

.home-grid {
  padding: 34px 150px 0 150px;
}

.home-grid-title {
  font-family: Arial;
  font-weight: 700;
  font-size: 31px;
  line-height: 35px;
  text-align: center;
  margin-bottom: 12px;
}

.home-grid-container:after {
  content: '';
  display: table;
  clear: both;
}
.home-grid-container .grid-item {
  width: 33.33%;
  height: 32.26vw;
  display: flex;
  float: left;
  justify-content: space-between;
  flex-direction: column;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #437fac;
  padding: 42px 27px 33px 37px;
  position: relative;
}
@media (max-width: 991px) {
  .home-grid-container .grid-item {
    width: 50%;
    height: 47.1vw;
    border-bottom: 1px solid #2d5f84;
  }
}
@media (max-width: 767px) {
  .home-grid-container .grid-item {
    width: 100%;
    float: none;
    height: 91vw;
  }
}
@media (max-width: 480px) {
  .home-grid-container .grid-item {
    padding: 20px;
  }
}
.home-grid-container .grid-item:hover .share-icons {
  opacity: 1;
}
.home-grid-container .grid-item.grid-item-with-image {
  border-bottom: 0;
}
.home-grid-container .grid-item.grid-item-with-image:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 90%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(30, 62, 86, 0.8) 100%);
}

.share-icons {
  padding-left: 2px;
  opacity: 0;
  transition: opacity 0.2s;
  position: relative;
  z-index: 1;
  margin-top: 0;
  margin-bottom: auto;
}
@media (max-width: 1199px) {
  .share-icons {
    opacity: 0.7;
  }
}
.share-icons a {
  cursor: pointer;
  display: inline-block;
}
.share-icons a:first-child {
  margin-right: 4px;
}

.grid-item-content {
  font-family: Arial;
  font-weight: 700;
  color: #fff;
  position: relative;
  z-index: 1;
}
.grid-item-content .meta-data {
  text-transform: uppercase;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .grid-item-content .meta-data {
    font-size: 12px;
    line-height: 16px;
  }
}
.grid-item-content .meta-data .publication {
  margin-left: 17px;
  position: relative;
}
@media (max-width: 991px) {
  .grid-item-content .meta-data .publication {
    margin-left: 12px;
  }
}
.grid-item-content .meta-data .publication:before {
  content: '|';
  position: relative;
  margin-right: 16px;
  top: -2px;
}
@media (max-width: 991px) {
  .grid-item-content .meta-data .publication:before {
    margin-right: 12px;
    top: -1px;
  }
}
.grid-item-content .grid-item-title {
  font-size: 23px;
  font-weight: 700;
  line-height: 30px;
  min-height: 86px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .grid-item-content .grid-item-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .grid-item-content .grid-item-title {
    min-height: auto;
  }
}
.grid-item-content .grid-item-title a {
  text-decoration: none;
  color: #fff;
}
.grid-item-content .grid-item-title a:hover {
  text-decoration: underline;
}

/* Donate */

.donate-new {
  background-image: url(images/texture3.png);
  text-align: center;
  padding: 51px 0 44px;
  font-family: Arial;
}

.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 {
  background-color: #1c3c54;
  background-image: url(images/texture2.png);
}
section.pledge-form-new .form-signup {
  margin: 0 auto;
  background-color: transparent;
  max-width: none;
  padding: 30px 30px 36px 30px;
}
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: #4b6578;
  border: 1px solid transparent;
  color: #fff;
  font-family: Arial;
  font-weight: 400;
  font-size: 19px;
  padding: 0 32px;
  height: 64px;
  line-height: 64px;
  display: inline-block;
}
@media (max-width: 767px) {
  section.pledge-form-new .form-signup input {
    text-align: center;
  }
}
section.pledge-form-new .form-signup input:focus {
  box-shadow: none;
  border: 1px solid #fff;
}
section.pledge-form-new .form-signup input.form-email {
  width: 350px;
}
@media (max-width: 767px) {
  section.pledge-form-new .form-signup input.form-email {
    width: 100%;
  }
}
section.pledge-form-new .form-signup input.form-zip-code {
  width: 164px;
}
@media (max-width: 767px) {
  section.pledge-form-new .form-signup input.form-zip-code {
    width: 100%;
  }
}
section.pledge-form-new .form-signup .form-submit {
  width: 145px;
  font-family: Arial;
  font-weight: 400;
  font-size: 23px;
  padding: 0 20px;
  height: 64px;
  line-height: 64px;
  vertical-align: top;
  margin-left: 2px;
}
@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: #fff;
}
section.pledge-form-new .form-signup ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
section.pledge-form-new .form-signup :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
section.pledge-form-new .form-signup :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

/* yippa customizations -----------------------------------------------*/
.tax-type,
.tax-topic,
.single-issues,
.issues {
font-family:'futura_bkbook', "Open Sans", Verdana, arial;
}
#menu-main-nav {
  display: block;
  height: 73px;
}
#menu-main-nav li {
  position: relative;
  display: block;
  float: left;
}
#menu-main-nav li a {
  display: block;
  padding: 27px 10px;
  z-index: 99999;
  position: relative;
}
#menu-main-nav li a:hover,
#menu-main-nav li:hover a {
  background: white;
  color: #1b3b54;
}
#menu-main-nav ul.sub-menu {
  display: none;
  position: absolute;
  top: 73px;
  left: 0;
  background: white;
  padding: 0px 0;
  width: 200px;
  text-align: left;
  border: none;
  box-shadow: 0px 0px 13px 0px #888;
  z-index: 99998;

}

#menu-main-nav ul.sub-menu li a{
  color: #1b3b54;
  display: block;
  padding: 7px 10px;
  font-size: 14px;
}
#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  {
  background-color: #fc4245;
  color: white;
}

.main-nav {
  display: flex;
justify-content: flex-end;
}

/* 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:'futura_bkbook', "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:'futura_bkbook', "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;
}

/*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;
}
