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-size: 100%; font: inherit; vertical-align: baseline; }

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; }

body { -webkit-text-size-adjust: none; }

mark { background-color: transparent; color: inherit; }

input::-moz-focus-inner { border: 0; padding: 0; }

input, select, textarea { -moz-appearance: none; -webkit-appearance: none; -ms-appearance: none; appearance: none; }

@-ms-viewport { width: device-width; }

body { -ms-overflow-style: scrollbar; }

html { box-sizing: border-box; scroll-behavior: smooth; }

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

body { background: #ffffff; }

body.is-preload *, body.is-preload *:before, body.is-preload *:after, body.is-resizing *, body.is-resizing *:before, body.is-resizing *:after { -moz-animation: none !important; -webkit-animation: none !important; -ms-animation: none !important; animation: none !important; -moz-transition: none !important; -webkit-transition: none !important; -ms-transition: none !important; transition: none !important; }

/* Type */
body, input, select, textarea { color: #000000; font-family: "Open Sans", sans-serif; font-size: 13pt; font-weight: 400; text-align: justify; line-height: 1.65; }

a { -moz-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out; -webkit-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out; -ms-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out; transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out; border-bottom: dotted 1px; color: #0044dd; text-decoration: none; }

a:hover { border-bottom-color: #0044dd; color: #0044dd; }

a:hover strong { color: inherit; }

strong, b { color: #000000; font-weight: 900; }

em, i { font-style: italic; }

p { margin: 0 0 2em 0; }

h1, h2, h3, h4, h5, h6 { color: #000000; font-family: "Roboto Slab", serif; font-weight: 700; line-height: 1.5; margin: 0 0 1em 0; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; text-decoration: none; border-bottom: 0; }

h1 { font-size: 4em; margin: 0 0 0.5em 0; line-height: 1.3; }

h2 { font-size: 1.75em; }

h3 { font-size: 1.25em; }

h4 { font-size: 1.1em; }

h5 { font-size: 0.9em; }

h6 { font-size: 0.7em; }

sub { font-size: 0.8em; position: relative; top: 0.5em; }

sup { font-size: 0.8em; position: relative; top: -0.5em; }

blockquote { border-left: solid 3px rgba(210, 215, 217, 0.75); font-style: italic; margin: 0 0 2em 0; padding: 0.5em 0 0.5em 2em; }

code { background: rgba(230, 235, 237, 0.25); border-radius: 0.375em; border: solid 1px rgba(210, 215, 217, 0.75); font-family: "Courier New", monospace; font-size: 0.9em; margin: 0 0.25em; padding: 0.25em 0.65em; }

pre { -webkit-overflow-scrolling: touch; font-family: "Courier New", monospace; font-size: 0.9em; margin: 0 0 2em 0; }

pre code { display: block; line-height: 1.75; padding: 1em 1.5em; overflow-x: auto; }

hr { border: 0; border-bottom: solid 1px rgba(210, 215, 217, 0.75); margin: 2em 0; }

hr.major { margin: 3em 0; }

.align-left { text-align: left; }

.align-center { text-align: center; }

.align-right { text-align: right; }

/* Inverted */
body .inverted { color: #ffffff; }

.inverted p { color: #ffffff; }

.inverted a { color: #ffffff; }

.inverted a:hover { border-bottom-color: #ffdd44; color: #ffdd44; }

.inverted a:hover strong { color: inherit; }

.inverted strong, .inverted b { color: #ffffff; }

.inverted h1, .inverted h2, .inverted h3, .inverted h4, .inverted h5, .inverted h6 { color: #ffffff; }

.inverted h1 a, .inverted h2 a, .inverted h3 a, .inverted h4 a, .inverted h5 a, .inverted h6 a { color: inherit; }

.inverted blockquote { border-left: solid 3px #ffffff; }

.inverted code { background: rgba(230, 235, 237, 0.25); border: solid 1px rgba(210, 215, 217, 0.75); }

.inverted hr { border-bottom: solid 1px #ffffff; }

.inverted input, .inverted select, .inverted textarea { color: #000000; }

.row { display: flex; flex-wrap: wrap; box-sizing: border-box; align-items: stretch; }

.row > * { box-sizing: border-box; }

.row.gtr-uniform > * > :last-child { margin-bottom: 0; }

.row.aln-left { justify-content: flex-start; }

.row.aln-center { justify-content: center; }

.row.aln-right { justify-content: flex-end; }

.row.aln-top { align-items: flex-start; }

.row.aln-middle { align-items: center; }

.row.aln-bottom { align-items: flex-end; }

.row > .imp { order: -1; }

.row > .col-1 { width: 8.3333333333%; }

.row > .off-1 { margin-left: 8.3333333333%; }

.row > .col-2 { width: 16.6666666667%; }

.row > .off-2 { margin-left: 16.6666666667%; }

.row > .col-3 { width: 25%; }

.row > .off-3 { margin-left: 25%; }

.row > .col-4 { width: 33.3333333333%; }

.row > .off-4 { margin-left: 33.3333333333%; }

.row > .col-5 { width: 41.6666666667%; }

.row > .off-5 { margin-left: 41.6666666667%; }

.row > .col-6 { width: 50%; }

.row > .off-6 { margin-left: 50%; }

.row > .col-7 { width: 58.3333333333%; }

.row > .off-7 { margin-left: 58.3333333333%; }

.row > .col-8 { width: 66.6666666667%; }

.row > .off-8 { margin-left: 66.6666666667%; }

.row > .col-9 { width: 75%; }

.row > .off-9 { margin-left: 75%; }

.row > .col-10 { width: 83.3333333333%; }

.row > .off-10 { margin-left: 83.3333333333%; }

.row > .col-11 { width: 91.6666666667%; }

.row > .off-11 { margin-left: 91.6666666667%; }

.row > .col-12 { width: 100%; }

.row > .off-12 { margin-left: 100%; }

.row.gtr-0 { margin-top: 0; margin-left: 0em; }

.row.gtr-0 > * { padding: 0 0 0 0em; }

.row.gtr-0.gtr-uniform { margin-top: 0em; }

.row.gtr-0.gtr-uniform > * { padding-top: 0em; }

.row.gtr-25 { margin-top: 0; margin-left: -0.375em; }

.row.gtr-25 > * { padding: 0 0 0 0.375em; }

.row.gtr-25.gtr-uniform { margin-top: -0.375em; }

.row.gtr-25.gtr-uniform > * { padding-top: 0.375em; }

.row.gtr-50 { margin-top: 0; margin-left: -0.75em; }

.row.gtr-50 > * { padding: 0 0 0 0.75em; }

.row.gtr-50.gtr-uniform { margin-top: -0.75em; }

.row.gtr-50.gtr-uniform > * { padding-top: 0.75em; }

.row { margin-top: 0; margin-left: -1.5em; }

.row > * { padding: 0 0 0 1.5em; }

.row.gtr-uniform { margin-top: -1.5em; }

.row.gtr-uniform > * { padding-top: 1.5em; }

.row.gtr-150 { margin-top: 0; margin-left: -2.25em; }

.row.gtr-150 > * { padding: 0 0 0 2.25em; }

.row.gtr-150.gtr-uniform { margin-top: -2.25em; }

.row.gtr-150.gtr-uniform > * { padding-top: 2.25em; }

.row.gtr-200 { margin-top: 0; margin-left: -3em; }

.row.gtr-200 > * { padding: 0 0 0 3em; }

.row.gtr-200.gtr-uniform { margin-top: -3em; }

.row.gtr-200.gtr-uniform > * { padding-top: 3em; }

/* Section/Article */
section.special, article.special { text-align: center; }

header p { font-family: "Roboto Slab", serif; font-size: 1em; font-weight: 400; letter-spacing: 0.075em; margin-top: -0.5em; text-transform: uppercase; }

header.major > :last-child { border-bottom: solid 3px #0044dd; display: inline-block; margin: 0 0 2em 0; padding: 0 0.75em 0.5em 0; }

header.main > :last-child { margin: 0 0 1em 0; }

/* Inverted */
section.inverted, article.inverted { background-color: #123456; }

.inverted header.major > :last-child { border-bottom: solid 3px #ffffff; }

/* Form */
form { margin: 0 0 2em 0; }

label { color: #000000; display: block; font-size: 0.9em; font-weight: 900; margin: 0 0 1em 0; }

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], input[type="url"], select, textarea { -moz-appearance: none; -webkit-appearance: none; -ms-appearance: none; appearance: none; background: #ffffff; border-radius: 0.375em; border: none; border: solid 1px rgba(210, 215, 217, 0.75); color: inherit; display: block; outline: 0; padding: 0 1em; text-decoration: none; width: 100%; }

input[type="text"]:invalid, input[type="password"]:invalid, input[type="email"]:invalid, input[type="tel"]:invalid, input[type="search"]:invalid, input[type="url"]:invalid, select:invalid, textarea:invalid { box-shadow: none; }

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="search"]:focus, input[type="url"]:focus, select:focus, textarea:focus { border-color: #0044dd; box-shadow: 0 0 0 1px #0044dd; }

select { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(210, 215, 217, 0.75)' /%3E%3C/svg%3E"); background-size: 1.25em; background-repeat: no-repeat; background-position: calc(100% - 1em) center; height: 2.75em; padding-right: 2.75em; text-overflow: ellipsis; }

select option { color: #000000; background: #ffffff; }

select:focus::-ms-value { background-color: transparent; }

select::-ms-expand { display: none; }

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], input[type="url"], select { height: 2.75em; }

textarea { padding: 0.75em 1em; }

input[type="checkbox"], input[type="radio"] { -moz-appearance: none; -webkit-appearance: none; -ms-appearance: none; appearance: none; display: block; float: left; margin-right: -2em; opacity: 0; width: 1em; z-index: -1; }

input[type="checkbox"] + label, input[type="radio"] + label { text-decoration: none; color: #000000; cursor: pointer; display: inline-block; font-size: 1em; font-weight: 400; padding-left: 2.4em; padding-right: 0.75em; position: relative; }

input[type="checkbox"] + label:before, input[type="radio"] + label:before { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; display: inline-block; font-style: normal; font-variant: normal; text-rendering: auto; line-height: 1; text-transform: none !important; font-family: 'Font Awesome 5 Free'; font-weight: 900; }

input[type="checkbox"] + label:before, input[type="radio"] + label:before { background: #ffffff; border-radius: 0.375em; border: solid 1px rgba(210, 215, 217, 0.75); content: ''; display: inline-block; font-size: 0.8em; height: 2.0625em; left: 0; line-height: 2.0625em; position: absolute; text-align: center; top: 0; width: 2.0625em; }

input[type="checkbox"]:checked + label:before, input[type="radio"]:checked + label:before { background: #000000; border-color: #000000; color: #ffffff; content: '\f00c'; }

input[type="checkbox"]:focus + label:before, input[type="radio"]:focus + label:before { border-color: #0044dd; box-shadow: 0 0 0 1px #0044dd; }

input[type="checkbox"] + label:before { border-radius: 0.375em; }

input[type="radio"] + label:before { border-radius: 100%; }

::-webkit-input-placeholder { color: #9fa3a6 !important; opacity: 1.0; }

:-moz-placeholder { color: #9fa3a6 !important; opacity: 1.0; }

::-moz-placeholder { color: #9fa3a6 !important; opacity: 1.0; }

:-ms-input-placeholder { color: #9fa3a6 !important; opacity: 1.0; }

/* Inverted */
.inverted label { color: #ffffff; }

.inverted input[type="text"], .inverted input[type="password"], .inverted input[type="email"], .inverted input[type="tel"], .inverted input[type="search"], .inverted input[type="url"], .inverted select, .inverted textarea { background: #ffffff; border: solid 1px rgba(210, 215, 217, 0.75); color: #000000; }

.inverted input[type="text"]:focus, .inverted input[type="password"]:focus, .inverted input[type="email"]:focus, .inverted input[type="tel"]:focus, .inverted input[type="search"]:focus, .inverted input[type="url"]:focus, .inverted select:focus, .inverted textarea:focus { border-color: #0044dd; box-shadow: 0 0 0 1px #0044dd; }

.inverted select option { color: #000000; background: #ffffff; }

.inverted input[type="checkbox"] + label, .inverted input[type="radio"] + label { color: #000000; }

.inverted input[type="checkbox"] + label:before, .inverted input[type="radio"] + label:before { background: #ffffff; border: solid 1px rgba(210, 215, 217, 0.75); }

.inverted input[type="checkbox"]:checked + label:before, .inverted input[type="radio"]:checked + label:before { background: #000000; border-color: #000000; color: #ffffff; content: '\f00c'; }

.inverted input[type="checkbox"]:focus + label:before, .inverted input[type="radio"]:focus + label:before { border-color: #0044dd; box-shadow: 0 0 0 1px #0044dd; }

.inverted::-webkit-input-placeholder { color: #9fa3a6 !important; opacity: 1.0; }

.inverted:-moz-placeholder { color: #9fa3a6 !important; opacity: 1.0; }

.inverted::-moz-placeholder { color: #9fa3a6 !important; opacity: 1.0; }

:-ms-input-placeholder { color: #9fa3a6 !important; opacity: 1.0; }

.modal { display: -moz-flex; display: -webkit-flex; display: -ms-flex; display: flex; -moz-align-items: center; -webkit-align-items: center; -ms-align-items: center; align-items: center; -moz-justify-content: center; -webkit-justify-content: center; -ms-justify-content: center; justify-content: center; pointer-events: none; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; user-select: none; -moz-transition: opacity 0.5s ease, visibility 0.5s, z-index 0.5s; -webkit-transition: opacity 0.5s ease, visibility 0.5s, z-index 0.5s; -ms-transition: opacity 0.5s ease, visibility 0.5s, z-index 0.5s; transition: opacity 0.5s ease, visibility 0.5s, z-index 0.5s; position: fixed; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; outline: 0; visibility: none; z-index: 0; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); background-color: rgba(255, 255, 255, 0.875); }

.modal .inner { -moz-transform: translateY(0.75rem); -webkit-transform: translateY(0.75rem); -ms-transform: translateY(0.75rem); transform: translateY(0.75rem); -moz-transition: opacity 0.25s ease, -moz-transform 0.25s ease; -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease; -ms-transition: opacity 0.25s ease, -ms-transform 0.25s ease; transition: opacity 0.25s ease, transform 0.25s ease; opacity: 0; }

.modal.visible { pointer-events: auto; opacity: 1; visibility: visible; z-index: 11000; }

.modal.loaded .inner { -moz-transform: translateY(0); -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); -moz-transition: opacity 0.5s ease, -moz-transform 0.5s ease; -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease; -ms-transition: opacity 0.5s ease, -ms-transform 0.5s ease; transition: opacity 0.5s ease, transform 0.5s ease; opacity: 1; }

/* Box */
.box { border-radius: 0.375em; border: solid 1px rgba(210, 215, 217, 0.75); margin-bottom: 2em; padding: 1.5em; }

.box > :last-child, .box > :last-child > :last-child, .box > :last-child > :last-child > :last-child { margin-bottom: 0; }

.box.alt { border: 0; border-radius: 0; padding: 0; }

/* Icon */
.icon { text-decoration: none; border-bottom: none; position: relative; }

.icon:before { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; display: inline-block; font-style: normal; font-variant: normal; text-rendering: auto; line-height: 1; text-transform: none !important; font-family: 'Font Awesome 5 Free'; font-weight: 400; }

.icon > .label { display: none; }

.icon:before { line-height: inherit; }

.icon.solid:before { font-weight: 900; }

.icon.certs { speak: never; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.icon.certs:before { font-family: 'Certifications' !important; }

.icon.brands:before { font-family: 'Font Awesome 5 Brands'; }

/* Image */
.image { border-radius: 0.375em; border: 0; display: inline-block; position: relative; }

.image img { border-radius: 0.375em; display: block; }

.image.left, .image.right { max-width: 40%; }

.image.left img, .image.right img { width: 100%; }

.image.left { float: left; padding: 0 1.5em 1em 0; top: 0.25em; }

.image.right { float: right; padding: 0 0 1em 1.5em; top: 0.25em; }

.image.fit { position: relative; top: 50%; left: 50%; transform: translate(-50%, -50%); display: block; margin: 0 0 2em 0; width: 100%; }

.image.fit img { width: 100%; }

.image.main { display: block; margin: 0 0 3em 0; width: 100%; }

.image.main img { width: 100%; }

a.image { overflow: hidden; }

a.image img { -moz-transition: -moz-transform 0.2s ease; -webkit-transition: -webkit-transform 0.2s ease; -ms-transition: -ms-transform 0.2s ease; transition: transform 0.2s ease; }

a.image:hover img { -moz-transform: scale(1.075); -webkit-transform: scale(1.075); -ms-transform: scale(1.075); transform: scale(1.075); }

/* List */
ol { list-style: decimal; margin: 0 0 2em 0; padding-left: 1.25em; }

ol li { padding-left: 0.25em; }

ul { list-style: disc; margin: 0 0 2em 0; padding-left: 1em; }

ul li { padding-left: 0.5em; }

ul.alt { list-style: none; padding-left: 0; }

ul.alt li { border-top: solid 1px rgba(210, 215, 217, 0.75); padding: 0.5em 0; }

ul.alt li:first-child { border-top: 0; padding-top: 0; }

dl { margin: 0 0 2em 0; }

dl dt { display: block; font-weight: 900; margin: 0 0 1em 0; }

dl dd { margin-left: 2em; }

/* Actions */
ul.actions { display: -moz-flex; display: -webkit-flex; display: -ms-flex; display: flex; cursor: default; list-style: none; margin-left: -1em; padding-left: 0; }

ul.actions li { padding: 0 0 0 1em; vertical-align: middle; }

ul.actions.special { -moz-justify-content: center; -webkit-justify-content: center; -ms-justify-content: center; justify-content: center; width: 100%; margin-left: 0; }

ul.actions.special li:first-child { padding-left: 0; }

ul.actions.stacked { -moz-flex-direction: column; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; margin-left: 0; }

ul.actions.stacked li { padding: 1.3em 0 0 0; }

ul.actions.stacked li:first-child { padding-top: 0; }

ul.actions.fit { width: calc(100% + 1em); }

ul.actions.fit li { -moz-flex-grow: 1; -webkit-flex-grow: 1; -ms-flex-grow: 1; flex-grow: 1; -moz-flex-shrink: 1; -webkit-flex-shrink: 1; -ms-flex-shrink: 1; flex-shrink: 1; width: 100%; }

ul.actions.fit li > * { width: 100%; }

ul.actions.fit.stacked { width: 100%; }

/* Icons */
ul.icons { cursor: default; list-style: none; padding-left: 0; }

ul.icons li { display: inline-block; margin: 1em; padding: 0; }

ul.icons li:last-child { padding-right: 0; }

ul.icons li .icon { color: inherit; }

ul.icons li .icon:before { font-size: 1.25em; }

ul.icons li .icon:hover { color: #ffdd44; }

.language { position: absolute; padding: 0 1em 0 0; bottom: 0; right: 0; text-align: right; }

.language li { display: inline-block; margin: 0; padding: 0 1em 0 0; }

.language li:last-child { padding-right: 0; }

.language li .icon { color: inherit; }

.language li .icon:before { font-size: 1.25em; }

.language a { border: none; }

.language .en:lang(en), .language .fr:lang(fr), .language .de:lang(de) { font-weight: bold; }

/* Contact */
ul.contact { list-style: none; padding: 0; }

ul.contact li { text-decoration: none; border-top: solid 1px rgba(210, 215, 217, 0.75); margin: 1.5em 0 0 0; padding: 1.5em 0 0 3em; position: relative; }

ul.contact li:before { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; display: inline-block; font-style: normal; font-variant: normal; text-rendering: auto; line-height: 1; text-transform: none !important; font-family: 'Font Awesome 5 Free'; font-weight: 400; }

ul.contact li:before { color: #0044dd; display: inline-block; font-size: 1.5em; height: 1.125em; left: 0; line-height: 1.125em; position: absolute; text-align: center; top: 1em; width: 1.5em; }

ul.contact li:first-child { border-top: 0; margin-top: 0; padding-top: 0; }

ul.contact li:first-child:before { top: 0; }

ul.contact li a { color: inherit; }

/* Pagination */
ul.pagination { cursor: default; list-style: none; padding-left: 0; }

ul.pagination li { display: inline-block; padding-left: 0; vertical-align: middle; }

ul.pagination li > .page { -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out; -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out; -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out; transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out; border-bottom: 0; border-radius: 0.375em; display: inline-block; font-size: 0.8em; font-weight: 900; height: 2em; line-height: 2em; margin: 0 0.125em; min-width: 2em; padding: 0 0.5em; text-align: center; }

ul.pagination li > .page.active { background-color: #0044dd; color: #ffffff !important; }

ul.pagination li > .page.active:hover { background-color: #ffdd44; color: #0044dd !important; }

ul.pagination li > .page.active:active { background-color: #ffdd44; color: #0044dd !important; }

ul.pagination li > .page:hover { background-color: #0044dd; color: #ffdd44 !important; }

ul.pagination li:first-child { padding-right: 0.75em; }

ul.pagination li:last-child { padding-left: 0.75em; }

/* Table */
.table-wrapper { -webkit-overflow-scrolling: touch; overflow-x: auto; }

table { margin: 0 0 2em 0; width: 100%; }

table tbody tr { border: solid 1px rgba(210, 215, 217, 0.75); border-left: 0; border-right: 0; }

table tbody tr:nth-child(2n + 1) { background-color: rgba(230, 235, 237, 0.25); }

table td { padding: 0.75em 0.75em; }

table th { color: #000000; font-size: 0.9em; font-weight: 900; padding: 0 0.75em 0.75em 0.75em; text-align: left; }

table thead { border-bottom: solid 2px rgba(210, 215, 217, 0.75); }

table tfoot { border-top: solid 2px rgba(210, 215, 217, 0.75); }

table.alt { border-collapse: separate; }

table.alt tbody tr td { border: solid 1px rgba(210, 215, 217, 0.75); border-left-width: 0; border-top-width: 0; }

table.alt tbody tr td:first-child { border-left-width: 1px; }

table.alt tbody tr:first-child td { border-top-width: 1px; }

table.alt thead { border-bottom: 0; }

table.alt tfoot { border-top: 0; }

/* Button */
input[type="submit"], input[type="reset"], input[type="button"], button, .button { -moz-appearance: none; -webkit-appearance: none; -ms-appearance: none; appearance: none; -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out; -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out; -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out; transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out; background-color: transparent; border-radius: 0.375em; border: 0; box-shadow: inset 0 0 0 2px #0044dd; color: #0044dd !important; cursor: pointer; display: inline-block; font-family: "Roboto Slab", serif; font-size: 0.8em; font-weight: 700; height: 3.5em; letter-spacing: 0.075em; line-height: 3.5em; padding: 0 2.25em; text-align: center; text-decoration: none; text-transform: uppercase; white-space: nowrap; }

input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, button:hover, .button:hover { background-color: #0044dd; color: #ffdd44 !important; }

input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active, button:active, .button:active { background-color: #0044dd; color: #ffdd44 !important; }

input.icon[type="submit"]:before, input.icon[type="reset"]:before, input.icon[type="button"]:before, button.icon:before, .button.icon:before { margin-right: 0.5em; }

input.fit[type="submit"], input.fit[type="reset"], input.fit[type="button"], button.fit, .button.fit { width: 100%; }

input.small[type="submit"], input.small[type="reset"], input.small[type="button"], button.small, .button.small { font-size: 0.6em; }

input.large[type="submit"], input.large[type="reset"], input.large[type="button"], button.large, .button.large { font-size: 1em; height: 3.65em; line-height: 3.65em; }

input.primary[type="submit"], input.primary[type="reset"], input.primary[type="button"], button.primary, .button.primary { background-color: #0044dd; box-shadow: none; color: #ffffff !important; }

input.primary[type="submit"]:hover, input.primary[type="reset"]:hover, input.primary[type="button"]:hover, button.primary:hover, .button.primary:hover { background-color: #ffdd44; color: #0044dd !important; }

input.primary[type="submit"]:active, input.primary[type="reset"]:active, input.primary[type="button"]:active, button.primary:active, .button.primary:active { background-color: #ffdd44; color: #0044dd !important; }

input.disabled[type="submit"], input[type="submit"]:disabled, input.disabled[type="reset"], input[type="reset"]:disabled, input.disabled[type="button"], input[type="button"]:disabled, button.disabled, button:disabled, .button.disabled, .button:disabled { pointer-events: none; opacity: 0.25; }

/* Mini Posts */
.mini-posts article { border-top: solid 1px rgba(210, 215, 217, 0.75); margin-top: 2em; padding-top: 2em; }

.mini-posts article .image { display: block; margin: 0 0 1.5em 0; }

.mini-posts article .image img { display: block; width: 100%; }

.mini-posts article:first-child { border-top: 0; margin-top: 0; padding-top: 0; }

/* Features */
.features { display: -moz-flex; display: -webkit-flex; display: -ms-flex; display: flex; -moz-flex-wrap: wrap; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 0 0 0; width: 100%; }

.features article { -moz-align-items: center; -webkit-align-items: center; -ms-align-items: center; align-items: center; display: -moz-flex; display: -webkit-flex; display: -ms-flex; display: flex; margin: 0 0 3em 0; position: relative; width: 50%; }

.features article .icon { -moz-flex-grow: 0; -webkit-flex-grow: 0; -ms-flex-grow: 0; flex-grow: 0; -moz-flex-shrink: 0; -webkit-flex-shrink: 0; -ms-flex-shrink: 0; flex-shrink: 0; display: block; height: 10em; width: 10em; line-height: 10em; margin: 0 2em 0 0; background-size: 40%; background-position: 50% 50%; background-repeat: no-repeat; text-align: center; }

.features article .icon:before { z-index: 10; color: #0044dd; font-size: 2.75rem; position: relative; top: 0.05em; }

.features article .icon:after { -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); border-radius: 0.25rem; border: solid 2px rgba(210, 215, 217, 0.75); content: ''; display: block; height: 7em; left: 50%; margin: -3.5em 0 0 -3.5em; position: absolute; top: 50%; width: 7em; }

.features article .content { -moz-flex-grow: 1; -webkit-flex-grow: 1; -ms-flex-grow: 1; flex-grow: 1; -moz-flex-shrink: 1; -webkit-flex-shrink: 1; -ms-flex-shrink: 1; flex-shrink: 1; width: 100%; }

.features article .content > :last-child { margin-bottom: 0; }

.features article .content p { color: #000000; }

.features article:hover .icon:before { color: #ffdd44 !important; }

.features article:hover .content h3, .features article:hover .content p { color: #0044dd !important; }

.features article:hover .icon:after { background-color: #0044dd !important; }

/* Inverted */
.inverted .features article .content h3, .inverted .features article .content p { color: #ffffff; }

.inverted .features article:hover .content h3, .inverted .features article:hover .content p { color: #ffdd44 !important; }

/* Facts */
.facts { display: -moz-flex; display: -webkit-flex; display: -ms-flex; display: flex; -moz-flex-wrap: wrap; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 !important; width: 100%; }

.facts article { -moz-flex-grow: 1; -webkit-flex-grow: 1; -ms-flex-grow: 1; flex-grow: 1; -moz-flex-shrink: 1; -webkit-flex-shrink: 1; -ms-flex-shrink: 1; flex-shrink: 1; margin: 0 !important; padding: 0 !important; position: relative; min-height: 512px; }

.facts article:before { background: rgba(210, 215, 217, 0.75); content: ''; display: block; height: 100%; left: -0.5px; position: absolute; top: 0; width: 1px; }

.facts article > :last-child { margin-bottom: 0; }

.facts article .icon { position: absolute; bottom: 0; left: 0; margin: 0; width: 100%; height: 50%; text-align: center; font-size: 3rem; color: #0044dd !important; }

.facts article .fact-intro, .facts article .fact-outro { position: relative; width: 100%; height: 35%; margin: 0; }

.facts article .fact-intro p, .facts article .fact-outro p { margin: 0; display: table-cell; text-align: center; font-size: 1rem; }

.facts article .fact-intro p { vertical-align: bottom; text-transform: uppercase; }

.facts article .fact-outro p { vertical-align: top; text-transform: lowercase; }

.facts article .fact { position: relative; width: 100%; height: 30%; margin: 0; }

.facts article .fact h3 { margin: 0; display: table-cell; vertical-align: middle; text-align: center; text-transform: uppercase; font-size: 2rem; }

.facts article .off { display: none; }

.facts article .on.icon { display: block; }

.facts article .on.fact-intro { display: table; }

.facts article .on.fact-intro p { color: #000000 !important; }

.facts article .on.fact { display: table; }

.facts article .on.fact h3 { color: #000000 !important; }

.facts article .on.fact-outro { display: table; }

.facts article .on.fact-outro p { color: #000000 !important; }

.facts article:hover { background-color: #0044dd !important; }

.facts article:hover .on { display: none; }

.facts article:hover .off.icon { display: block; color: #ffdd44 !important; }

.facts article:hover .off.fact-intro { display: table; }

.facts article:hover .off.fact-intro p { color: #ffffff !important; }

.facts article:hover .off.fact { display: table; }

.facts article:hover .off.fact h3 { color: #ffffff !important; }

.facts article:hover .off.fact-outro { display: table; }

.facts article:hover .off.fact-outro p { color: #ffffff !important; }

.inverted .facts article .on.fact-intro p { color: #ffffff !important; }

.inverted .facts article .on.fact h3 { color: #ffffff !important; }

.inverted .facts article .on.fact-outro p { color: #ffffff !important; }

/* Tileset */
.tileset { display: -moz-flex; display: -webkit-flex; display: -ms-flex; display: flex; -moz-flex-wrap: wrap; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 !important; width: 100%; }

.tileset .tile-container { -moz-flex-grow: 1; -webkit-flex-grow: 1; -ms-flex-grow: 1; flex-grow: 1; -moz-flex-shrink: 1; -webkit-flex-shrink: 1; -ms-flex-shrink: 1; flex-shrink: 1; position: relative; margin: 0; padding: 0; min-height: 30vh; }

.tileset .tile-container .tile { transition: width 0.4s, height 0.4s, top 0.4s, left 0.4s, background-color 0.4s; position: relative; top: 10%; left: 10%; padding: 0; width: 80%; height: 80%; border-radius: 0.5rem; border: 0; display: block; overflow: hidden; background-color: #336699 !important; }

.tileset .tile-container .tile div.on, .tileset .tile-container .tile div.off { position: absolute; width: 100%; padding: 1em; top: 50%; transform: translateY(-50%); }

.tileset .tile-container .tile h3, .tileset .tile-container .tile p, .tileset .tile-container .tile div, .tileset .tile-container .tile .icon { margin: 0 !important; width: 100%; text-align: center; color: #ffffff !important; }

.tileset .tile-container .tile .on { display: block; }

.tileset .tile-container .tile .off { display: none; }

.tileset .tile-container .tile .icon { z-index: 10; width: 100%; padding: 0; position: relative; color: #0044dd; font-size: 3rem; text-align: center; }

.tileset .tile-container .tile .icon:before { width: 100%; }

.tileset .tile-container:hover .tile, .tileset .tile-container:active .tile { top: 0; left: 0; width: 100%; height: 100%; background-color: #0044dd !important; }

.tileset .tile-container:hover .tile h3, .tileset .tile-container:hover .tile p, .tileset .tile-container:hover .tile .icon, .tileset .tile-container:active .tile h3, .tileset .tile-container:active .tile p, .tileset .tile-container:active .tile .icon { color: #ffdd44 !important; }

.tileset .tile-container:hover .tile .on, .tileset .tile-container:active .tile .on { display: none; }

.tileset .tile-container:hover .tile .off, .tileset .tile-container:active .tile .off { display: block; }

/* Inverted */
.inverted .tileset .tile-container .tile { background-color: rgba(0, 100, 140, 0.6) !important; }

.inverted .tileset .tile-container .tile h3, .inverted .tileset .tile-container .tile p, .inverted .tileset .tile-container .tile icon { color: #ffffff !important; }

.inverted .tileset .tile-container:hover .tile, .inverted .tileset .tile-container:active .tile { background-color: #0044dd !important; }

.inverted .tileset .tile-container:hover .tile h3, .inverted .tileset .tile-container:hover .tile p, .inverted .tileset .tile-container:hover .tile icon, .inverted .tileset .tile-container:active .tile h3, .inverted .tileset .tile-container:active .tile p, .inverted .tileset .tile-container:active .tile icon { color: #ffdd44 !important; }

/* Posts */
.posts { display: -moz-flex; display: -webkit-flex; display: -ms-flex; display: flex; -moz-flex-wrap: wrap; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 0 2em -6em; width: calc(100% + 6em); }

.posts article { -moz-flex-grow: 0; -webkit-flex-grow: 0; -ms-flex-grow: 0; flex-grow: 0; -moz-flex-shrink: 1; -webkit-flex-shrink: 1; -ms-flex-shrink: 1; flex-shrink: 1; margin: 0 0 6em 6em; position: relative; width: calc(33.3333333333% - 6em); }

.posts article:before { background: rgba(210, 215, 217, 0.75); content: ''; display: block; height: calc(100% + 6em); left: -3em; position: absolute; top: 0; width: 1px; }

.posts article:after { background: rgba(210, 215, 217, 0.75); bottom: -3em; content: ''; display: block; height: 1px; position: absolute; right: 0; width: calc(100% + 6em); }

.posts article > :last-child { margin-bottom: 0; }

.posts article .image { display: block; margin: 0 0 2em 0; }

.posts article .image img { display: block; width: 100%; }

/* Hide the radio buttons */
.horizontal-tabset > input[type="radio"] { position: absolute; left: -200vw; }

/* Toggle */
.horizontal-tabset .tab-panel { display: none; }

.horizontal-tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child, .horizontal-tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2), .horizontal-tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3), .horizontal-tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4), .horizontal-tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5), .horizontal-tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) { display: block; }

/* Common style */
.horizontal-tabset > input[type="radio"] + label { position: relative; display: inline-block; margin: 0 !important; padding: 15px 15px 25px !important; border: 2px solid transparent; border-bottom: 0; cursor: pointer; font-weight: bold; z-index: 100; }

.horizontal-tabset > input[type="radio"] + label::before { display: none !important; }

.horizontal-tabset > input[type="radio"] + label::after { content: ""; position: absolute; left: 15px; bottom: 10px; width: 22px; height: 4px; background: rgba(210, 215, 217, 0.75); }

.horizontal-tabset .tab-panels .tab-panel { padding: 30px 0 !important; border-top: 2px solid #0044dd; }

/* Active style */
.horizontal-tabset > label:hover, .horizontal-tabset > input[type="radio"]:focus + label { color: #0044dd !important; }

.horizontal-tabset > label:hover::after, .horizontal-tabset > input[type="radio"]:focus + label::after, .horizontal-tabset > input[type="radio"]:checked + label::after { background: #0044dd; }

.horizontal-tabset > input[type="radio"]:checked + label { border-color: #0044dd; border-bottom: 2px solid #ffffff; margin: 0 0 -2px 0 !important; }

/* Inverted */
.inverted .horizontal-tabset > input[type="radio"] + label { color: #ffffff; }

.inverted .horizontal-tabset > input[type="radio"] + label::after { background: #ffffff; }

/* Inverted & active */
.inverted .horizontal-tabset > label:hover, .inverted .horizontal-tabset > input[type="radio"]:focus + label { color: #0044dd; }

.inverted .horizontal-tabset > label:hover::after, .inverted .horizontal-tabset > input[type="radio"]:focus + label::after, .inverted .horizontal-tabset > input[type="radio"]:checked + label::after { background: #0044dd; }

.inverted .horizontal-tabset > input[type="radio"]:checked + label { border-bottom: 2px solid #123456; }

/* Hide the radio buttons */
.vertical-tabset input[type="radio"] { position: absolute; left: -200vw; }

/* Toggle */
.vertical-tabset .vertical-tab .tab-panel { display: none; }

.vertical-tabset .vertical-tab input[type="radio"]:checked ~ .tab-panel { display: block; }

/* Common style */
.vertical-tabset { position: relative; }

.vertical-tabset .vertical-tab { display: block; }

.vertical-tabset input[type="radio"] + label { position: relative; display: inline-block; margin: 0 !important; padding: 15px 15px 25px !important; border: 2px solid transparent; border-right: 0; cursor: pointer; font-weight: bold; width: 40%; z-index: 100; }

.vertical-tabset input[type="radio"] + label::before { display: none !important; }

.vertical-tabset input[type="radio"] + label::after { content: ""; position: absolute; left: 15px; bottom: 10px; width: 22px; height: 4px; background: rgba(210, 215, 217, 0.75); }

.vertical-tabset .vertical-tab .tab-panel { position: absolute; top: 0; left: 40%; padding: 0 30px !important; margin: 0 0 0 -2px; border-left: 2px solid #0044dd; height: 100%; }

/* Active */
.vertical-tabset label:hover, .vertical-tabset input[type="radio"]:focus + label { color: #0044dd !important; }

.vertical-tabset label:hover::after, .vertical-tabset input[type="radio"]:focus + label::after, .vertical-tabset input[type="radio"]:checked + label::after { background: #0044dd; }

.vertical-tabset input[type="radio"]:checked + label { border-color: #0044dd; border-right: 2px solid #ffffff; }

/* Inverted */
.inverted .vertical-tabset input[type="radio"] + label { color: #ffffff; }

.inverted .vertical-tabset input[type="radio"] + label::after { background: #ffffff; }

/* Inverted & active */
.inverted .vertical-tabset input[type="radio"] label:hover, .inverted .vertical-tabset input[type="radio"]:focus + label { color: #0044dd; }

.inverted .vertical-tabset input[type="radio"] label:hover::after, .inverted .vertical-tabset input[type="radio"]:focus + label::after, .inverted .vertical-tabset input[type="radio"]:checked + label::after { background: #0044dd; }

.inverted .vertical-tabset input[type="radio"]:checked + label { border-right: 2px solid #123456; }

/* Wrapper */
#wrapper { display: -moz-flex; display: -webkit-flex; display: -ms-flex; display: flex; -moz-flex-direction: row-reverse; -webkit-flex-direction: row-reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; min-height: 100vh; }

/* Main */
#main { -moz-flex-grow: 1; -webkit-flex-grow: 1; -ms-flex-grow: 1; flex-grow: 1; -moz-flex-shrink: 1; -webkit-flex-shrink: 1; -ms-flex-shrink: 1; flex-shrink: 1; width: 100%; }

#main > .inner { margin: 0 auto; max-width: 110em; }

#main > .inner section { border-top: solid 2px rgba(210, 215, 217, 0.75); padding: 1em 1em 1em 4em; }

#main > .inner section:first-of-type { border-top: 0 !important; }

#main > .inner #header { padding: 2em 4em 1em 4em; margin: 0; }

/* Sidebar */
#search form { text-decoration: none; position: relative; margin-left: 4em; }

#search form:before { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; display: inline-block; font-style: normal; font-variant: normal; text-rendering: auto; line-height: 1; text-transform: none !important; font-family: 'Font Awesome 5 Free'; font-weight: 900; }

#search form input[type="text"] { padding-right: 2.75em; }

#sidebar { -moz-flex-grow: 0; -webkit-flex-grow: 0; -ms-flex-grow: 0; flex-grow: 0; -moz-flex-shrink: 0; -webkit-flex-shrink: 0; -ms-flex-shrink: 0; flex-shrink: 0; -moz-transition: margin-left 0.5s ease, box-shadow 0.5s ease; -webkit-transition: margin-left 0.5s ease, box-shadow 0.5s ease; -ms-transition: margin-left 0.5s ease, box-shadow 0.5s ease; transition: margin-left 0.5s ease, box-shadow 0.5s ease; z-index: 10000; position: fixed; left: 0; top: 0; width: 24em; height: 100%; box-shadow: 0 0 5em 0 rgba(0, 0, 0, 0.175); background-color: #f5f6f7; font-size: 0.9em; }

#sidebar h2 { font-size: 1.3888888889em; }

#sidebar > .inner { -webkit-overflow-scrolling: touch; overflow-x: hidden; overflow-y: auto; position: absolute; left: 0; top: 0; padding: 1.6666666667em 0 1.6666666667em 0; width: 24em; height: 100%; display: flex; flex-direction: column; justify-content: space-between; }

#sidebar > .inner > * { flex: 0; border-bottom: 0; margin: 0; padding: 0 1.6666666667em 0 1.6666666667em; }

#sidebar > .inner > * > :last-child { margin-bottom: 0; }

#sidebar > .inner > *:last-child { margin-bottom: 0; padding-bottom: 0; }

#sidebar > .inner > #menu { flex: 1; }

#sidebar > .inner > #results { top: 0; flex: 1; overflow-y: auto; padding-left: 4em; }

#sidebar > .inner > .alt { background-color: #eff1f2; border-bottom: solid 2px rgba(210, 215, 217, 0.75); margin: -1.6666666667em 0 0 -1.6666666667em; padding: 1.6666666667em; }

#sidebar .toggle { text-decoration: none; -moz-transition: left 0.5s ease; -webkit-transition: left 0.5s ease; -ms-transition: left 0.5s ease; transition: left 0.5s ease; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); position: fixed; left: 0; border: 0; display: block; width: 6em; height: 6.25em; outline: 0; overflow: hidden; line-height: 6.25em; text-align: center; text-indent: 6em; z-index: 10000; }

#sidebar .toggle:before { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; display: inline-block; font-style: normal; font-variant: normal; text-rendering: auto; line-height: 1; text-transform: none !important; font-family: 'Font Awesome 5 Free'; font-weight: 900; }

#sidebar #sidebar-toggle-button.toggle { top: 0; }

#sidebar #sidebar-search-button.toggle { top: 6.25em; display: none; }

#sidebar #sidebar-logo-button.toggle { top: 12.5em; display: none; }

#sidebar .toggle:before { position: absolute; left: 0; top: 0; width: inherit; height: inherit; margin-left: -0.4375em; font-size: 1.5rem; line-height: inherit; text-indent: 0; }

#sidebar #sidebar-toggle-button.toggle:before { content: '\f0c9'; }

#sidebar #sidebar-search-button.toggle:before { content: '\f002'; }

#sidebar #sidebar-logo-button.toggle:before { display: none; content: ''; }

#sidebar #sidebar-logo-button.toggle svg { position: absolute; top: 20%; left: 16%; width: 40%; height: 40%; font-size: 1.5rem; line-height: inherit; text-indent: 0; fill: #0044dd; }

#sidebar.inactive { margin-left: -24em; box-shadow: none; }

#sidebar.inactive #sidebar-search-button.toggle, #sidebar.inactive #sidebar-logo-button.toggle { display: block; }

body.is-preload #sidebar { display: none; }

/* Inverted */
.inverted #search form:before { color: #000000; }

.inverted #search form input[type="text"] { color: #000000; }

#sidebar.inverted { background-color: #0044dd; }

#sidebar.inverted header.major > :last-child { border-bottom: solid 3px #ffffff; }

#sidebar.inverted a.toggle { color: #ffffff; }

#sidebar.inverted a.toggle:hover { color: #ffdd44; }

#sidebar.inverted a#sidebar-logo-button.toggle svg { fill: #ffffff; stroke: #ffffff; }

#sidebar.inverted a#sidebar-logo-button.toggle:hover svg { fill: #ffdd44; stroke: #ffdd44; }

#sidebar.inverted > .inner > * { border-bottom: 0; }

#sidebar.inverted > .inner > .alt { background-color: #0041d3; border-bottom: solid 2px #ffffff; }

#sidebar.inverted.inactive a.toggle { color: #0044dd; }

#sidebar.inverted.inactive a.toggle:hover { color: #ffdd44; }

#sidebar.inverted.inactive a#sidebar-logo-button.toggle:hover svg { fill: #ffdd44; stroke: #ffdd44; }

#sidebar.inverted.inactive a#sidebar-logo-button.toggle svg { fill: #0044dd; stroke: #0044dd; }

/* Header */
#header-background { background-size: cover, 70% 100%; background-position: center top, right top; background-repeat: no-repeat, no-repeat; }

#header { display: -moz-flex; display: -webkit-flex; display: -ms-flex; display: flex; border-bottom: solid 5px #0044dd; position: relative; }

#header > * { margin-bottom: 0; }

#header .logo { -moz-flex: 2; -webkit-flex: 2; -ms-flex: 2; flex: 2; border-bottom: 0; color: inherit; font-family: "Roboto Slab", serif; font-size: 1.125em; }

/* Inverted */
#header.inverted { border-bottom: solid 5px #ffffff; }

#header-background.inverted { background-color: #123456; }

/* Banner */
#banner { padding: 6em 0 4em 0 ; display: -moz-flex; display: -webkit-flex; display: -ms-flex; display: flex; }

#banner h1 { margin-top: -0.125em; }

#banner .content { -moz-flex-grow: 1; -webkit-flex-grow: 1; -ms-flex-grow: 1; flex-grow: 1; -moz-flex-shrink: 1; -webkit-flex-shrink: 1; -ms-flex-shrink: 1; flex-shrink: 1; width: 50%; }

#banner .image { -moz-flex-grow: 0; -webkit-flex-grow: 0; -ms-flex-grow: 0; flex-grow: 0; -moz-flex-shrink: 0; -webkit-flex-shrink: 0; -ms-flex-shrink: 0; flex-shrink: 0; display: block; margin: 0 0 2em 4em; width: 50%; }

#banner .image img { height: 100%; -moz-object-fit: cover; -webkit-object-fit: cover; -ms-object-fit: cover; object-fit: cover; -moz-object-position: center; -webkit-object-position: center; -ms-object-position: center; object-position: center; width: 100%; }

#banner header p { text-transform: none !important; }

@media screen and (orientation: portrait) { #banner { -moz-flex-direction: column-reverse; -webkit-flex-direction: column-reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; } #banner h1 br { display: none; } #banner .content { -moz-flex-grow: 0; -webkit-flex-grow: 0; -ms-flex-grow: 0; flex-grow: 0; -moz-flex-shrink: 0; -webkit-flex-shrink: 0; -ms-flex-shrink: 0; flex-shrink: 0; width: 100%; } #banner .image { -moz-flex-grow: 0; -webkit-flex-grow: 0; -ms-flex-grow: 0; flex-grow: 0; -moz-flex-shrink: 0; -webkit-flex-shrink: 0; -ms-flex-shrink: 0; flex-shrink: 0; margin: 0 0 4em 0; height: 25em; max-height: 50vh; min-height: 18em; width: 100%; } }

/* Inverted */
section#banner.inverted { background-color: transparent !important; }

/* Footer */
#footer .copyright { margin: 0; color: #9fa3a6; font-size: 0.9em; }

#footer .copyright a { color: inherit; }

/* Inverted */
.inverted #footer .copyright { color: #ffffff; }

.inverted #footer .copyright a { color: inherit; }

/* Menu */
#menu ul, #results ul { -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; user-select: none; color: #000000; font-family: "Roboto Slab", serif; font-family: 400; letter-spacing: 0.075em; list-style: none; margin-bottom: 0; padding: 0; text-transform: uppercase; }

#menu ul a, #menu ul span, #results ul a, #results ul span { border-bottom: 0; color: inherit; cursor: pointer; display: block; font-size: 0.9em; padding: 0.625em 0; }

#menu ul a:hover, #menu ul span:hover, #results ul a:hover, #results ul span:hover { color: #0044dd; }

#menu ul a.opener, #menu ul span.opener, #results ul a.opener, #results ul span.opener { -moz-transition: color 0.2s ease-in-out; -webkit-transition: color 0.2s ease-in-out; -ms-transition: color 0.2s ease-in-out; transition: color 0.2s ease-in-out; text-decoration: none; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); position: relative; }

#menu ul a.opener:before, #menu ul span.opener:before, #results ul a.opener:before, #results ul span.opener:before { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; display: inline-block; font-style: normal; font-variant: normal; text-rendering: auto; line-height: 1; text-transform: none !important; font-family: 'Font Awesome 5 Free'; font-weight: 900; }

#menu ul a.opener:before, #menu ul span.opener:before, #results ul a.opener:before, #results ul span.opener:before { -moz-transition: color 0.2s ease-in-out, -moz-transform 0.2s ease-in-out; -webkit-transition: color 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out; -ms-transition: color 0.2s ease-in-out, -ms-transform 0.2s ease-in-out; transition: color 0.2s ease-in-out, transform 0.2s ease-in-out; color: #9fa3a6; content: '\f078'; position: absolute; right: 0; }

#menu ul a.opener:hover:before, #menu ul span.opener:hover:before, #results ul a.opener:hover:before, #results ul span.opener:hover:before { color: #0044dd; }

#menu ul a.opener.active + ul, #menu ul span.opener.active + ul, #results ul a.opener.active + ul, #results ul span.opener.active + ul { display: block; }

#menu ul a.opener.active:before, #menu ul span.opener.active:before, #results ul a.opener.active:before, #results ul span.opener.active:before { -moz-transform: rotate(-180deg); -webkit-transform: rotate(-180deg); -ms-transform: rotate(-180deg); transform: rotate(-180deg); }

#menu > ul > li, #results > ul > li { position: relative; border-top: solid 1px rgba(210, 215, 217, 0.75); margin: 0.5em 0 0 0; padding: 0.5em 0 0 0; }

#menu > ul > li > ul, #results > ul > li > ul { color: #9fa3a6; display: none; margin: 0.5em 0 1.5em 0; padding-left: 1em; }

#menu > ul > li > ul a, #menu > ul > li > ul span, #results > ul > li > ul a, #results > ul > li > ul span { font-size: 0.8em; }

#menu > ul > li > ul > li, #results > ul > li > ul > li { margin: 0.125em 0 0 0; padding: 0.125em 0 0 0; }

#menu > ul > li:first-child, #results > ul > li:first-child { border-top: 0; margin-top: 0; padding-top: 0; }

#menu > ul > li::before, #results > ul > li::before { border-left: 6px solid transparent; content: ""; display: block; position: absolute; left: -1em; top: 0; height: 100%; }

#menu > ul > li.current::before, #results > ul > li.current::before { border-left: 6px solid #0044dd; }

#menu > ul > li:hover::before, #results > ul > li:hover::before { border-left: 6px solid #ffdd44; }

/* Inverted */
.inverted #menu ul, .inverted #results ul { color: #ffffff; }

.inverted #menu ul a, .inverted #menu ul span, .inverted #results ul a, .inverted #results ul span { color: inherit; }

.inverted #menu ul a:hover, .inverted #menu ul span:hover, .inverted #results ul a:hover, .inverted #results ul span:hover { color: #ffdd44; }

.inverted #menu ul a.opener:before, .inverted #menu ul span.opener:before, .inverted #results ul a.opener:before, .inverted #results ul span.opener:before { color: #ffffff; }

.inverted #menu ul a.opener:hover:before, .inverted #menu ul span.opener:hover:before, .inverted #results ul a.opener:hover:before, .inverted #results ul span.opener:hover:before { color: #ffdd44; }

.inverted #menu > ul > li, .inverted #results > ul > li { border-top: solid 1px #ffffff; }

.inverted #menu > ul > li > ul, .inverted #results > ul > li > ul { color: #ffffff; }

.inverted #menu > ul > li:first-child, .inverted #results > ul > li:first-child { border-top: 0; margin-top: 0; padding-top: 0; }

.inverted #menu > ul > li.current::before, .inverted #results > ul > li.current::before { border-left: 6px solid #ffffff; }

.inverted #menu > ul > li:hover::before, .inverted #results > ul > li:hover::before { border-left: 6px solid #ffdd44; }
