.product_container {
    width: 100%;
    column-count: 3;
    margin:auto;
}

.item {
  background-color: #ffffff;
    display: inline-block;
}

.photo{
    max-width: 340px;
    margin-bottom: 36px;
    background-color: #1c3f95;
}
.ptitle {
	padding:0px !important;
}

.product_hover_txt.fmi_hover_text {
    height: 100%;
}
.product_hover_txt.fmi_hover_text h3 {
    position: relative;
    height: 100%;
}

h3.fmi_hover_text {
    word-break: normal !important;
    font-size: 24px !important;
}


.hover_txt {
      display: inline-block;
    width: 100%;
    text-align: center;

}

.featured_background_img h3{
  width:100%;
}
/* 
Blue: #1c3f95
Dark Blue: #10275f
Light Blue: #e6ecf4
Gray: #6a6a6a
*/

.solid_box .product_hover_txt h3 {
  color: #1c3f95 !important;
      margin-top: 32px;
}
.solid_box {
  opacity: 1 !important;
  background-color:white !important;
  color:blue !important;
}



 .product_hover_txt h3 {
  width:100%;
  color:white !important;
  text-align:center;
  margin-top:0;
}


.hover_text {
  display:inline-block;
  width:100%;
  text-align:center;
  margin-bottom:1px;
  
}
.ptitle h3{
  font-size: 1.2em;
  color: #fff !important;
  text-transform: uppercase;
  padding-top:10px;
  text-align: center;
}

.box_overlay {
    background-color:#1c3f95;
    opacity: 0.8;
    position: absolute;
    width:100%;
    color:#fff;
    top:0;
}




.hover_text {
    color:#fff;
    position: relative;
}
.featured_background_img {
    width: 100%;
    cursor:pointer;
    background-size: cover;height: 100%;
    background-position: center;
    position: relative;
}




ul li, ol li {
    margin-top: 0;
    margin-left: 10px;
    text-align: left;
    font-size: 14px;
    padding-bottom: 0px;
}
ul, ol {
    margin: 0px 0px 0px 20px !important;
    padding-left: 18px;
}
.post-content ul:not(.no-list) {

    padding: 0px 0px 0px 0px !important;
}

.hover_title {
  font-size: 24px;
  line-height:30px;
  text-align: center;
  padding:20px 5px 3px 5px;
}
.hover_title2 {
    font-size: 20px;
    line-height:24px;
    text-align: left;
    padding: 9px 0 0 20px !important;
    margin-top: 0;
}
.hover_title3 {
     font-size: 24px;
     line-height:30px;
    text-align: left;
    /*padding: 20px 0 0 20px !important;*/
    padding: 6px 0 0 20px !important;
    margin-top: 0;
}
.hover_title4 {
    font-size: 20px;
    line-height:24px;
    text-align: center;
    padding-left: 10px;
    padding-top: 20px;
    position: absolute;
    width: 100%;
    bottom: 15px;
}
.page-id-74074 .fmi_hover_text li {
    font-size: 20px !important;
    line-height: 24px !important;
    font-weight: 400 !important;
    margin-left:20px !important;
}
.product-hover-separator {
    width: 20% !important;
    border-bottom: 2px solid #fff !important;
    margin: auto !important;
    padding-top: 10px !important;
    border-top-width: 0 !important;
}

/*mobile stoof*/
@media (max-width: 812px){
  .product_container {
    column-count: 2 !important;
}
}
@media (max-width: 500px){
  .product_container {
    column-count: 1 !important;
}
}