@import url("https://use.typekit.net/lnc1dgx.css");
@media print, screen and (min-width: 768px) {
  .mobile-only {
    display: none; }
	.w-40{
		width: 40%;
	}}

@media only screen and (max-width: 767px) {
  .desktop-only {
    display: none; } }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.edi_section .list_links {
  margin: 20px 0; }
  .edi_section .list_links li {
    margin: 0.5em 0; }

.edi_section .list_order {
  margin-top: 0.5em; }
  .edi_section .list_order li {
    margin: 0; }
    @media only screen and (max-width: 767px) {
        .edi_section table.table.responsive tr, .edi_section table.table.responsive td{width: 100%;box-sizing: border-box;}
    }