html {
    font-size: 14px;
    color: #212529;
    font-family: "Segoe UI Light",-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";
}

h2 {
    font-weight: normal;
    font-size: 150%;
    margin-top: 10px;
}

ol {
    margin-top: 30px;
}

li {
    margin-bottom: 10px;
}

table {
    border-width: 3px;
    border-style: double;
}

td {
    border-width: 3px;
    border-style: double;
    vertical-align: top;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}


a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
    display: inline-block;
    width: 200px;
}

.loginSection {
    float: right;
    margin-right: 20%;
    margin-top: 10px;
}

a {
    color: #0077cc;
    text-decoration: none !important;
}

.progress-indicator {
    padding-top: 300px;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btnGroup {
    text-align: right;
    margin: 20px;
    margin-right: 3%;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

input, select, textarea {
    border-radius: 5px;
    margin-bottom: 10px;
    width: 97% !important;
}

.main-container {
    text-align: left;
    height: 100%;
    padding-top: 60px;
    padding-left: 30px;
    padding-bottom: 30px;
}

    .main-container .multi-line {
        white-space: pre-line;
    }

.invalid-feedback {
    margin-top: -10px;
    margin-bottom: 20px;
}

.nav-container {
    text-align: left;
    display: inline-block !important;
}

    .nav-container img {
        width: 108px;
    }

    .nav-container span {
        font-weight: 600;
        font-size: 18px;
        margin-left: -25px;
    }

    .nav-container h2 {
        margin: 0px;
        display: inline-block;
        margin-left: 30px;
        font-size: 120%;
    }

.footer {
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}

    .footer select {
        width: 350px !important;
        margin: 20px !important;
        display: inline-block;
    }

    .footer span, .footer a {
        font-size: 11px;
    }

.menu-container {
    padding: 20px;
    display: inline-block;
    padding-top: 50px;
    background-color: #F3F3F3;
    vertical-align: top;
    color: #666;
    width: 200px;
}

    .menu-container h2 {
        font-size: 140%;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .menu-container a {
        margin-bottom: 10px;
        display: block;
    }

.pb-3 {
    display: inline-block;
    width: 70%;
    vertical-align: top;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}