.homepage-buttons {
    display: table;
    width: 100%;
    table-layout: fixed;
    padding:10px 0 30px 0;
    margin:0px 0 0 0;
    
}
.homepage-buttons li {
    display: table-cell;
    border:0;
    padding:0 5px;
    margin:0;
    vertical-align:middle;
}
.homepage-buttons li:first-child { padding-left:0; }
.homepage-buttons li:last-child { padding-right:0; }
.homepage-buttons a {
    display: block;
    text-align: center;
     background-color: #325578;
    background-repeat: no-repeat;  
    padding:15px 10px; 
  	text-decoration:none; 
    font-size:20px; 
   line-height:50px; 
  	color:#fff;
    height:50px;
  border-radius:10px;
}
.homepage-buttons a:hover { opacity:0.8; }
@media only screen and (min-width : 720px) and (max-width : 1024px) {
  .homepage-buttons a { font-size:16px; }
}
@media only screen and (min-width : 721px) and (max-width:1024px) {
  .homepage-buttons a { font-size:14px;  }
}
@media only screen and (max-width : 720px) {
  .homepage-buttons { display:block; }
  .homepage-buttons li { display:block; padding:0px; margin-bottom:5px; }
  .homepage-buttons li a { min-height:18px; }
  .homepage-buttons li br { display:none; }
  .homepage-buttons li:last-child { padding:0px; }
}
blockquote { padding-bottom:15px; }