footer{
  height: 80px;
  color: #232a34;
}

footer a{
  color:#232a34;
}

.footer_content_container{
  display: flex;
  height: 100%;
  align-items: center;
  margin-left: 7%;
  font-size: 11pt;
}


.footer_vertical_divider{
  height: 20px;
  width: 2px;
  background-color: #e33e28;
  margin-right: 20px;
  margin-left: 20px;
}

@media only screen and (max-width: 500px){
 footer{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  height: 90px;
  }
  .footer_content_container{
      margin-left: 0;
      width: 90%;
      flex-wrap: wrap;
      flex-direction: row;
      justify-content: center;
      text-align: center;
  }
  .footer_vertical_divider{
    display:none;
  }
  .footer_info_item{
    flex:100%;
    font-size: 8pt;
  }
  #fitem2{
    margin-top:-20px;
  }
}