.debug {
    border: red solid 2px;
    background: rgba(255, 191, 191, 0.8);
}

@font-face{
    font-family: "Trebuchet MS";
    src: url("../fonts/trebuchetms.ttf") format("truetype");
}

body {
    font-family:  "Trebuchet MS", sans-serif;
    padding-bottom: 250px;
}

h1 {
    font-size: 1.75rem;
    line-height: 1.2;
    font-weight: 900;
    margin-block-start: 0;
    margin-block-end: 0;
}

h3 {
    font-size: 1.375rem;
    line-height: 1.2;
    font-weight: 900;
    margin-block-start: 0;
    margin-block-end: 0;
}

sub {
    font-size: .875rem;
    line-height: 1.4;
}

ul:not([class]),
ol:not([class]),
li:not([class]) {
    list-style: disc;
}

li:not([class]) {
    margin-left: 1rem;
}

p,
p.prg {
    font-size: 1.25rem;
    line-height: 1.4;
}

p.prg--secondary,
.prg--secondary {
    font-size: 1rem;
    line-height: 1.4;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.visible {
    opacity: 1 !important;
}

.invisible {
    opacity: 0 !important;
}

.bold {
    font-weight: 700;
}

.italic {
    font-style: italic;
}

.line {
    display: block;
}

.upper {
    text-transform: uppercase;
}

.pointer {
    cursor: pointer;
}

.overflow-hidden {
    overflow: hidden;
}

.link.link--with-icon {
    display: flex;
    flex-wrap: wrap;
}

.link.link--with-icon .link__icon,
.link.link--with-icon .link__title {
    display: block;
    flex: 1 1 100%;
    justify-content: center;
    text-align: center;
}

.link.link--with-icon .link__icon {
    margin-bottom: 5px;
}

