.act-banner {
  background: url("../images/act-home-background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  padding: 50px 0 0 0; }
  .act-banner .no-padding {
    padding: 0 !important;
    margin-bottom: -5px;
  }
  .act-banner .banner-text {
    max-width: 500px; }
    .act-banner .banner-text img {
      display: block;
			width: 50%; }
.act-banner .banner-text .banner-body, .act-banner .red-button, .act-participating-businesses-content .act-business-item .views-field-title {
  font-family: 'Montserrat', sans-serif; }      
    .act-banner .banner-text .banner-body {
      color: #fff;
      font-size: 27px;
      line-height: 35px;
      font-weight: bold;
      margin-top: 0; }
 .act-banner .al-sate-secretary {
    width:100%; } 
  .act-banner .red-button {
    background: #C5332D;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 5px;
    float: right; }
  
  @media (max-width:480px) {
    .act-banner { padding-top: 0; }
    .act-banner .mobile { flex-direction: column-reverse; } 
    .act-banner .banner-text {
      position: relative;
      top: 79px; }
  }
  @media (max-width:780px) {
    .act-banner .banner-text .banner-body {
      font-size: 20px;
      line-height: 28px; }
    .card-item .title-container h3.box-title { font-size: 1.1em; }
  }
  @media (max-width:1024px) {
    .act-banner .mobile { align-items:flex-end; }
    .act-banner .red-button { margin-bottom: 15px; }
  }

.voter-header .voter-navigation #block-alabamaactmenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.voter-header .voter-navigation #block-alabamaactmenu ul li {
	display: inline;
	margin-right: 30px;
}
.voter-header .voter-navigation #block-alabamaactmenu ul li a {
	color: #fff;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
}
.act-cards {
  padding: 50px 20px;
}
.card-item {
  background: #F0F4FB;
  margin: 10px 0;
}
.card-item .title-container {
  background: #024879;
  display: flex;
  align-items: flex-start;
  padding: 10px;
  border-radius: 5px 5px 0 0; }
.card-item .title-container h3.box-title {
  color: #fff;
  font-weight: 600;
  margin: 0;
}
.card-item .card-body {
  height: 100%;
  min-height: 145px;
  padding: 20px;
}
.card-item .card-body p {
  margin: 0;
}
.card-item .title-container .icon {
  margin-right: 10px;
}
.card-item .card-button {
background:#BCD4E4;
padding: 17px 10px;
border-radius: 0 0 5px 5px; }
.card-item .card-button a {
  text-decoration: none;
  display: block;
  text-align: center;
  color:#000;
  font-weight: bold;
}

/* Participating Business Page */
.act-participating-businesses-content .act-business-item {
  margin-bottom: 20px;
}
.act-participating-businesses-content .act-business-item .views-field-title {
  padding: 20px;
  background: #024879;
  color:#fff;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
}
.act-participating-businesses-content .act-business-item .views-field-field-act-business-address {
  background: #F0F4FB;
  padding: 20px;
  border-radius: 0 0 5px 5px;
} 