* {box-sizing: border-box;}

body {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    background-color: rgba(245, 245, 245, 1);
    box-sizing: border-box;
}

a.normal {
    text-decoration: none;
    color: var(--mp-orange);
    font-weight: 600;
}
a.normal:visited,
a.normal:link,
a.normal:hover {
    color: var(--mp-orange);
}
a.normal:hover {
    transform: scale(1.01);
}

span.important {
    color: var(--mp-orange);
    font-weight: 500;
    letter-spacing: 1px;
}

.pointer {
    cursor: pointer;
}

.cols3_centered-vh {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
}

.grid_3c2r {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.grid_3c2r--item {
    padding: 5px 0;
    text-align: center;
}

a.store_link {
    margin-left: 6px;
    outline: none;
    text-decoration: none;
    padding: 0;
    color: #1E428A;
    font-size: 0.70rem;
}
a.store_link:link,
a.store_link:visited {
    color: #1E428A;
}

a.store_link:hover {
    opacity: 0.8;
}

a.anchor {
    display: block;
    position:relative;
    top: -124px;
    visibility: hidden;
}
.v-space_between-topics {
    height: 200px;
}