@charset "UTF-8";
/* CSS Document */

  .info-row-spacer {
      height: 5rem; display: flex;justify-content: center;margin: 3rem 0 0 0;
  }
  .info-col-spacer {
      height:50%;border-bottom: solid #eee;
  }
  .info-col-button {
      text-align: center;
  }
  .info-button {
      background-color: #023361 !important;
      border-color:#023361 !important;
      color: white !important;
  }

  .home-view-container {
    margin-top:.5em;
  }

  .home-view-tag {
    height: 1%; 
    background-color: #023361; 
    margin-bottom:15px; 
    border-bottom: 1px solid #ccc;
    
  }
  .tag-p {
    color: #ffffff; text-align:center; font-size:20px; font-family: 'Open Sans', sans-serif; padding: 5px; line-height:1.5em;
  }
  .products-container {
    width:92%; padding-left:1.3%;
  }
  .products-column {
    padding:0 !important;  
    margin-bottom:1.5em;
  }
  .home-view-list li {
    line-height:2em;
    padding-left:0px;
    padding-top:5px;
    padding-bottom:5px;
    font-size:14px;
    list-style-type:none;
    list-style:none;
    display: table-row;
   }
   .home-view-list li:before {
    font-family: 'FontAwesome';
    content: "\f1b2";
    color: #164c60; /*1b7a9e;*/
    margin-right:15px;
    display: table-cell;
   }

   li span {
    display:block;
    margin-left:0.5em;
   }
                    