.tile{border:0;color:#fff;display:flex;flex-direction:column;justify-content:space-between;min-height:320px;padding:2.5rem;position:relative;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease}.tile:hover{box-shadow:0 12px 28px rgba(0,0,0,.25);color:#fff;text-decoration:none;transform:translateY(-2px)}.bg-highlight-red{background:#fa0000}.bg-medium-red{background:#a00}.bg-dark-red{background:#730000}.bg-metal-gray{background:#202221}.tile-icon{height:56px;margin-bottom:1.25rem;opacity:.9;width:56px}.tile h3{font-size:2rem;letter-spacing:.2px;line-height:1.25;margin:0 0 1rem}.tile .arrow{font-size:1.75rem;height:1em;line-height:1;opacity:.9;transition:transform .2s ease,opacity .2s ease;width:1em}.tile:hover .arrow{opacity:1;transform:translateX(6px)}.tile .stretched-link:after{bottom:0;content:"";left:0;position:absolute;right:0;top:0}@media (min-width:768px){.tile{min-height:420px}}