*, :before, :after {
    box-sizing: border-box;
}

@page {
    margin: 0;
}

html {
    font-size: 14px;
    background-color: #fff;
}

body {
    font-family: 'Cera Pro', arial, helvetica, sans-serif;
    color: #424445;
    background-color: #fff;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    height: 100vh;
}

h1 {
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 0.5em;

}

h1, h2 {
    color: #00294B;
}

h3 {
    color: #005AA7;
}

a[href] {
    color: #02A9AD;
}

hr, .meter .ui.divider:not(.vertical):not(.horizontal) {
    border: none;
    height: 1px;
    width: 100%;
    border-bottom: 1px solid rgba(0, 81, 150, 0.2);
    border-top: 1px solid rgba(0, 81, 150, 0.2);
}

section {
    font-size: 16px;
    background-color: #f2f7fb;
    padding: 20px;
    page-break-inside: avoid;
    margin-bottom: 10px;
}

section:first-child {
    margin-top: 0;
}
section:last-child {
    margin-bottom: 0;
}

section:hover {
    background-color: #e6eff6;
}

.slide {
    display: none;
}

.question .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.question .title.flex-end {
    justify-content: flex-end;
}

#nhl-logo {
    height: 128px;
    width: 100px;
}

h1, p, button, span {
    font-family: 'Cera Pro', arial, helvetica, sans-serif !important;
}

p, span {
    font-weight: 400 !important;
    line-height: 1.5 !important;
    font-size: 1.125rem !important;
    color: #424445 !important;
}

.meter .question span {
    font-weight: 700 !important;
}

::selection {
    background: initial;
    color: initial;
}

.meter .ui.button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid transparent;
    border-radius: .25rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-weight: 700;
    line-height: 16x;
    padding: .875rem 1.25rem;
    text-decoration: none;
    -webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    background-color: rgba(0, 81, 150, 0.2);
    color: #005aa7;
}

.meter .ui.button:hover {
    background-color: rgba(0, 81, 150, 0.6);
    color: #fff;
}

.meter .ui.button.blue {
    background-color: #005aa7;
    border-color: #005aa7;
    color: #fff;
}

.meter .ui.button.blue:hover {
    background-color: #005196;
}

.meter .ui.icon.button>.icon, .meter .ui.icon.buttons .button>.icon {
    font-size: 0.8em;

}
.meter .ui.icon.button{
    line-height: 10px;
    padding: 0.8rem 1rem !important;
}