.foa-row{
	margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: thin solid #f1f1f1;
}
.foa-row:after {
  content: "";
  display: table;
  clear: both;
}

.foa-column {
  float: left;
  width: 33.33%;
  padding: 10px;
 
}

.foa-item-container{
	padding-left:25px;
}

.foa-date{ 
	font-weight:bold;
	font-size:1.1em;
}

.foa-title{ 
	font-weight:bold;
	font-size:1.6em;
}

.foa-description{
	padding-top:20px;
	padding-bottom:20px;
}

.foa-buttoncol{
	text-align:right;
}
.foa-btn-div{
	padding-bottom:30px;
}

.foa-image-container{

}

.foa-image-wrapper{
    padding-top: 75%;
    display: block;
    position: relative;
    max-width: 100%;
}

.foa-img{
	
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
}


.off{
	display:none;
}

@media screen and (max-width: 1200px) {
  .foa-column {
    width: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .foa-column {
     width: 33.33%;
  }
}

