h1.avid-font, h2.avid-font, h3.avid-font, p.avid-font, .mou-button button a, h3.box-title {
  font-family: 'Montserrat', sans-serif;
  color: #024879;
}
div.row {
  display:flex;
  justify-content: space-evenly; }
div.row div.col {
  padding:10px;
  flex: 1; }
.avid-container {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}
.avid-banner {
  background-color: #024879;
  padding-top: 20px; }
  .avid-banner .banner-container {
    max-width: 900px;
    margin: auto;
    display: block;
    text-align: center; }
  .avid-banner .banner-container .banner-text {
    text-align: left;
    max-width: 350px;
    margin-top: 50px;
    float: right; }
    .avid-banner .banner-container .banner-text h1 {
      color: #FFF;
      font-size: 2.625rem;
      font-style: normal;
      font-weight: 800;
      line-height: 3.25rem; /* 123.81% */ }
    .avid-banner .banner-container .banner-text p {
      color: #FFF;
      font-size: 1.5rem;
      font-style: normal;
      font-weight: 400;
      line-height: normal; }
  .avid-banner .banner-container .al-sate-secretary {
    float: left;
    width:50% }
  .avid-banner .banner-container .mobile-al-sate-secretary {
    display: none; } 

.avid-content {
  padding: 50px 20px; }
  .avid-content h2 {  
    color: #024879;
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }
  .avid-content .title-container {
    display: flex;
    align-items: flex-start;
    height: 60px;
    min-height: 60px;
  }
  .avid-content .title-container h3.box-title {
    font-weight: 600;
    margin: 0;
  }
  .avid-content .title-container p.avid-font {
    margin-top: 0;
  }
  .avid-content .title-container .icon {
    margin-right: 10px;
  }
  .mou-button {
    text-align: right;
    clear: left;
    margin-top: 30px; }
  .mou-button button {
    padding: 15px 51px 15px 64px;
    margin-top: 30px;
    border: none;
    border-radius: 5px;
    background: #9BCCFF; }         
    .mou-button button a {
      text-decoration: none;
      font-weight: bolder; }   
.faq-banner {
  height: 200px;
  background: url("../images/faq-background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  padding: 50px 0; }
  .faq-banner h2 {
    color: #FFF;
    text-align: center;
  }
  .faq-content {
    background: url("../images/abstract-faq-background.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    padding: 50px 20px; }
  .faq-content .col-dark {
    background: #024879;
    padding: 20px;
  }
  .faq-content .col-dark h2, .faq-content .col-dark p {
    color:#FFF; }
    .faq-content h2 {font-weight: 800;} 

section.voter-fraud-banner .banner-info p.avid-font {
    color: #ffffff !important; }
        
@media (max-width: 726px) {     
    .avid-banner .banner-container .al-sate-secretary {
      display: none; }
    .avid-banner .banner-container .mobile-al-sate-secretary {
        display: block;
        width: 50%;
        float: none;
        margin: auto; }
     .avid-banner .banner-container .banner-text {
        float: none;
        margin: auto;
        text-align: center;} }

    @media (max-width: 815px) {
      div.row {
        flex-wrap: wrap; }
      div.row div.col {
        width: 50%;
        flex: none; } }  
    @media (max-width: 485px) {
      div.row div.col { 
        width: 100%;
        flex: none;  } }             