/*Font Weight '700' AND 'Bold' should display 'bold' weight font*/
@font-face {
    font-family: "Lato";
    src: url('/Content/Fonts/Lato-Bold.eot');
    src: url('/Content/Fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'), url('/Content/Fonts/Lato-Bold.woff2') format('woff2'), url('/Content/Fonts/Lato-Bold.woff') format('woff'), url('/Content/Fonts/Lato-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Lato";
    src: url('/Content/Fonts/Lato-Bold.eot');
    src: url('/Content/Fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'), url('/Content/Fonts/Lato-Bold.woff2') format('woff2'), url('/Content/Fonts/Lato-Bold.woff') format('woff'), url('/Content/Fonts/Lato-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/*Font Weight '400' and 'normal' should display 'regular' weight font*/
@font-face {
    font-family: "Lato";
    src: url('/Content/Fonts/Lato-Regular.eot');
    src: url('/Content/Fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), url('/Content/Fonts/Lato-Regular.woff2') format('woff2'), url('/Content/Fonts/Lato-Regular.woff') format('woff'), url('/Content/Fonts/Lato-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Lato";
    src: url('/Content/Fonts/Lato-Regular.eot');
    src: url('/Content/Fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), url('/Content/Fonts/Lato-Regular.woff2') format('woff2'), url('/Content/Fonts/Lato-Regular.woff') format('woff'), url('/Content/Fonts/Lato-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*Font Weight '300' should display 'thin' weight font*/
@font-face {
    font-family: "Lato";
    src: url('/Content/Fonts/Lato-Light.eot');
    src: url('/Content/Fonts/Lato-Light.eot?#iefix') format('embedded-opentype'), url('/Content/Fonts/Lato-Light.woff2') format('woff2'), url('/Content/Fonts/Lato-Light.woff') format('woff'), url('/Content/Fonts/Lato-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/*Font style 'italic' should display 'regular italic' font*/
@font-face {
    font-family: "Lato";
    src: url('/Content/Fonts/Lato-Italic.eot');
    src: url('/Content/Fonts/Lato-Italic.eot?#iefix') format('embedded-opentype'), url('/Content/Fonts/Lato-Italic.woff2') format('woff2'), url('/Content/Fonts/Lato-Italic.woff') format('woff'), url('/Content/Fonts/Lato-Italic.ttf') format('truetype');
    font-style: italic;
    font-display: swap;
}

/*Font style 'italic' should display 'regular italic' font*/
@font-face {
    font-family: "Lato";
    src: url('/Content/Fonts/Lato-BoldItalic.eot');
    src: url('/Content/Fonts/Lato-BoldItalic.eot?#iefix') format('embedded-opentype'), url('/Content/Fonts/Lato-BoldItalic.woff2') format('woff2'), url('/Content/Fonts/Lato-BoldItalic.woff') format('woff'), url('/Content/Fonts/Lato-BoldItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: bold;
    font-display: swap;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}
#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
body {
    background-color: #f8f8f6;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: Lato,Helvetica,Arial,sans-serif;
    font-size: 10px;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.container {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 98rem;
    padding: 0 1.5rem;
}
.section__header {
    margin-bottom: 1rem;
}
.section__header hr {
    border: solid #00283b;
    border-width: 0.6rem 0 0;
    box-sizing: border-box;
    display: inline-block;
    height: 0.6rem;
    max-width: 9rem;
    margin: 0 0 0.6rem;
    width: 100%;
}

.section__header h2 {
    font-size: 1.6rem;
    font-style: italic;
    font-weight: 400;
    line-height: 1.31;
}