@media only screen and (min-device-width: 1024px) { 	
	#quarterblock {
    width: 24%;
    padding: 0% 0;
    margin: 20px 0;
    height: auto;
    border: none;
    color: White;
}


#quarterblock li {
    display: block;
    width: 90%;
    height: 18px;
    border-bottom: none;
    padding: 2% 0;
    
}

#quarterblock li:last-of-type {
    border: none;
}

#quarterblock p {
    display: block;
    width: 80%;
    height: auto;
    color: White;
    margin: 0 10%;
    padding: 5% 0;
    
}

#footerblocks li a, #footerblocks a {
    color: White;
    text-decoration: none;
    font-size: 12px;
}

#footerblocks.left li {
        margin: 0 40% 0 0 !important;
}

#footerblocks.center li {
        margin: 0 20% !important;
}

#footerblocks.right li {
        margin: 0 0 0 40% !important;
}

.truesilver {
text-decoration: none;
color: inherit;
}
}