body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: Muller, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
html {
    box-sizing: border-box;
    font-size: 100%;
}

.bgr-light {
    padding-bottom: .75rem;
    background-color: #f5f5f5 !important;

}

.content .grid-container:first-child {
    padding-top: .75rem;
}
    
.grid-container {
    padding-right: .75rem;
    padding-left: .75rem;
    max-width: 71.25rem;
    margin: 0 auto;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: Muller, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    color: inherit;
    text-rendering: optimizeLegibility;
}
.h1, h1 {
 
    line-height: 1.2;
    margin-top: 0;
   
}

.color-medium {
    color: #7d7e81 !important;
}
p {
    margin-bottom: 1rem;
    font-size: inherit;
    line-height: 1.6;
    margin-top: 0;
    text-rendering: optimizeLegibility;
}


a {
    line-height: inherit;
    color: #99ca3c;
    text-decoration: underline;
    cursor: pointer;
}

.text-center {
    text-align: center;
}
@media print, screen and (min-width: 64em) {
    .h1, h1 {
        font-size: 3.25rem;
    }
}