@charset "UTF-8";
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
*,
::after,
::before {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    line-height: 1.15;
    -webkit-tap-highlight-color: transparent;
}

footer,
header,
main,
nav,
section {
    display: block;
}

body {
    margin: 0;
    background-color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

h1,
h2 {
    margin-top: 0;
    margin-bottom: .5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

small {
    font-size: 80%;
}

a {
    background-color: transparent;
    color: #007bff;
    text-decoration: none;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

img {
    border-style: none;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

th {
    text-align: inherit;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

button {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button {
    overflow: visible;
}

button {
    text-transform: none;
}

[type=button],
button {
    -webkit-appearance: button;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}

[type=button]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

h1,
h2 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

small {
    font-size: 80%;
    font-weight: 400;
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width:576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px;
    }
}

.container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

.col-6,
.col-md-4,
.col-md-5,
.col-md-7 {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    position: relative;
}

@media only screen and (max-width: 767px) {

    .col-6,
    .col-md-4,
    .col-md-5,
    .col-md-7 {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.col-6 {
    max-width: 50%;
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
}

@media (min-width:768px) {
    .col-md-4 {
        max-width: 33.333333%;
        flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
    }

    .col-md-5 {
        max-width: 41.666667%;
        flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
    }

    .col-md-7 {
        max-width: 58.333333%;
        flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
    }
}

.fade {
    transition: opacity .15s linear;
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        transition: none;
    }
}

.fade:not(.show) {
    opacity: 0;
}

@supports ((position:-webkit-sticky) or (position:sticky)) {}

@media print {

    *,
    ::after,
    ::before {
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    img,
    tr {
        page-break-inside: avoid;
    }

    h2,
    p {
        orphans: 3;
        widows: 3;
    }

    h2 {
        page-break-after: avoid;
    }

    @page {
        size: a3;
    }

    body {
        min-width: 992px !important;
    }

    .container {
        min-width: 992px !important;
    }

    .navbar {
        display: none;
    }
}

body {
    margin: 0;
    -webkit-font-smoothing: auto;
}

footer,
header,
main,
nav,
section {
    display: block;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

small {
    font-size: 80%;
}

img {
    border: 0;
}

button {
    overflow: visible;
}

button {
    text-transform: none;
}

button {
    cursor: pointer;
    -webkit-appearance: button;
}

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

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

td,
th {
    padding: 0;
}

p {
    margin-bottom: 1.5em;
}

body {
    background: #fff;
}

img {
    max-width: 100%;
    height: auto;
}

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

#masthead nav {
    padding-right: 0;
    padding-left: 0;
}

@media screen and (max-width:991px) {
    .navbar-light .navbar-toggler {
        border: medium none;
        outline: none;
    }
}

.site-content:before,
.site-content:after {
    table-layout: fixed;
    content: "";
    display: table;
}

.site-content:after {
    clear: both;
}

@media only screen and (max-width:1280px) {
    html {
        font-size: 95%;
    }
}

@media only screen and (max-width:1024px) {
    html {
        font-size: 90%;
    }
}

@media only screen and (max-width:960px) {
    html {
        font-size: 85%;
    }
}

@media only screen and (max-width:768px) {
    html {
        font-size: 80%;
    }
}

@media only screen and (max-width:480px) {
    html {
        font-size: 75%;
    }
}

html,
body,
a,
button,
div,
footer,
h1,
h2,
header,
img,
li,
main,
nav,
p,
section,
small,
span,
table,
tbody,
td,
th,
tr,
ul {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

footer,
header,
main,
nav,
section {
    display: block;
}

ul {
    list-style: none;
}

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

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

img {
    display: block;
}

small {
    font-size: inherit;
}

a,
button {
    text-decoration: none;
}

a:hover,
a:focus,
button:hover,
button:focus {
    outline: none;
    text-decoration: none;
}
