﻿.bg-primary, .navbar-primary {
  background-color: #006fb7 !important;
}

a.bg-primary:hover, a.navbar-primary:hover, a.bg-primary:focus, a.navbar-primary:focus,
button.bg-primary:hover,
button.navbar-primary:hover,
button.bg-primary:focus,
button.navbar-primary:focus {
  background-color: #005084 !important;
}

.bg-secondary {
  background-color: #f2a800 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #bf8500 !important;
}

.bg-success {
  background-color: #a5c880 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #8cb95c !important;
}

.bg-info, .sidebar {
  background-color: #3A8DC3 !important;
}

a.bg-info:hover, a.sidebar:hover, a.bg-info:focus, a.sidebar:focus,
button.bg-info:hover,
button.sidebar:hover,
button.bg-info:focus,
button.sidebar:focus {
  background-color: #2e719c !important;
}

.bg-warning {
  background-color: #F9CE09 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #caa705 !important;
}

.bg-danger {
  background-color: #C31413 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #950f0e !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white, #formLogin .help-block {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border, #formLogin .help-block {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0, .navbar-primary {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #006fb7 !important;
}

.border-secondary {
  border-color: #f2a800 !important;
}

.border-success {
  border-color: #a5c880 !important;
}

.border-info {
  border-color: #3A8DC3 !important;
}

.border-warning {
  border-color: #F9CE09 !important;
}

.border-danger, #formLogin .help-block {
  border-color: #C31413 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded, .switch-client-menu .dropdown-content, #formLogin .help-block, .toc-nav a.toc-link, .sidebar .sidebar-text, .nav-list, .navbar-primary .nav-item a {
  border-radius: 4px !important;
}

.rounded-top {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}

.rounded-right, .sidebar-left {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.rounded-bottom {
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.rounded-left, .sidebar-right {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0, .navbar-primary {
  border-radius: 0 !important;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-header-group {
  display: table-header-group !important;
}

.d-table-footer-group {
  display: table-footer-group !important;
}

.d-table-row-group {
  display: table-row-group !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

/*.d-flex         { display: flex !important; }*/
/*.d-inline-flex  { display: inline-flex !important; }*/
@media (min-width: 768px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-header-group {
    display: table-header-group !important;
  }
  .d-sm-table-footer-group {
    display: table-footer-group !important;
  }
  .d-sm-table-row-group {
    display: table-row-group !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /*.d-sm-flex         { display: flex !important; }*/
  /*.d-sm-inline-flex  { display: inline-flex !important; }*/
}
@media (min-width: 992px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-header-group {
    display: table-header-group !important;
  }
  .d-md-table-footer-group {
    display: table-footer-group !important;
  }
  .d-md-table-row-group {
    display: table-row-group !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  /*.d-md-flex         { display: flex !important; }*/
  /*.d-md-inline-flex  { display: inline-flex !important; }*/
}
@media (min-width: 1200px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-header-group {
    display: table-header-group !important;
  }
  .d-lg-table-footer-group {
    display: table-footer-group !important;
  }
  .d-lg-table-row-group {
    display: table-row-group !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /*.d-lg-flex         { display: flex !important; }*/
  /*.d-lg-inline-flex  { display: inline-flex !important; }*/
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-header-group {
    display: table-header-group !important;
  }
  .d-print-table-footer-group {
    display: table-footer-group !important;
  }
  .d-print-table-row-group {
    display: table-row-group !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  /*.d-print-flex         { display: flex !important; }*/
  /*.d-print-inline-flex  { display: inline-flex !important; }*/
}
.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 4px !important;
}

.mt-1,
.my-1 {
  margin-top: 4px !important;
}

.mr-1,
.mx-1 {
  margin-right: 4px !important;
}

.mb-1,
.my-1 {
  margin-bottom: 4px !important;
}

.ml-1,
.mx-1 {
  margin-left: 4px !important;
}

.m-2 {
  margin: 8px !important;
}

.mt-2, .landing-banner-content .response-message-container,
.my-2,
.navbar-primary .nav-item a {
  margin-top: 8px !important;
}

.mr-2,
.mx-2 {
  margin-right: 8px !important;
}

.mb-2,
.my-2,
.navbar-primary .nav-item a {
  margin-bottom: 8px !important;
}

.ml-2,
.mx-2 {
  margin-left: 8px !important;
}

.m-3 {
  margin: 16px !important;
}

.mt-3,
.my-3 {
  margin-top: 16px !important;
}

.mr-3,
.mx-3 {
  margin-right: 16px !important;
}

.mb-3,
.my-3 {
  margin-bottom: 16px !important;
}

.ml-3, .panel-closeable .panel-heading .close,
.mx-3 {
  margin-left: 16px !important;
}

.m-4 {
  margin: 24px !important;
}

.mt-4,
.my-4 {
  margin-top: 24px !important;
}

.mr-4,
.mx-4 {
  margin-right: 24px !important;
}

.mb-4,
.my-4 {
  margin-bottom: 24px !important;
}

.ml-4,
.mx-4 {
  margin-left: 24px !important;
}

.m-5 {
  margin: 48px !important;
}

.mt-5,
.my-5 {
  margin-top: 48px !important;
}

.mr-5,
.mx-5 {
  margin-right: 48px !important;
}

.mb-5,
.my-5 {
  margin-bottom: 48px !important;
}

.ml-5,
.mx-5 {
  margin-left: 48px !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0,
.photo-credit {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0,
.photo-credit {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1, #formLogin .help-block, .navbar-primary .navbar-toggle {
  padding: 4px !important;
}

.pt-1,
.py-1 {
  padding-top: 4px !important;
}

.pr-1,
.px-1,
.photo-credit {
  padding-right: 4px !important;
}

.pb-1,
.py-1 {
  padding-bottom: 4px !important;
}

.pl-1,
.px-1,
.photo-credit {
  padding-left: 4px !important;
}

.p-2, .navbar-primary .nav-item a {
  padding: 8px !important;
}

.pt-2,
.py-2 {
  padding-top: 8px !important;
}

.pr-2,
.px-2 {
  padding-right: 8px !important;
}

.pb-2,
.py-2 {
  padding-bottom: 8px !important;
}

.pl-2,
.px-2 {
  padding-left: 8px !important;
}

.p-3, .landing-banner-content-description {
  padding: 16px !important;
}

.pt-3,
.py-3 {
  padding-top: 16px !important;
}

.pr-3,
.px-3 {
  padding-right: 16px !important;
}

.pb-3,
.py-3 {
  padding-bottom: 16px !important;
}

.pl-3,
.px-3 {
  padding-left: 16px !important;
}

.p-4 {
  padding: 24px !important;
}

.pt-4,
.py-4 {
  padding-top: 24px !important;
}

.pr-4,
.px-4 {
  padding-right: 24px !important;
}

.pb-4,
.py-4 {
  padding-bottom: 24px !important;
}

.pl-4,
.px-4 {
  padding-left: 24px !important;
}

.p-5 {
  padding: 48px !important;
}

.pt-5,
.py-5 {
  padding-top: 48px !important;
}

.pr-5,
.px-5 {
  padding-right: 48px !important;
}

.pb-5,
.py-5 {
  padding-bottom: 48px !important;
}

.pl-5,
.px-5 {
  padding-left: 48px !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 768px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 4px !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 4px !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 4px !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 4px !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 4px !important;
  }
  .m-sm-2 {
    margin: 8px !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 8px !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 8px !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 8px !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 8px !important;
  }
  .m-sm-3 {
    margin: 16px !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 16px !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 16px !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 16px !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 16px !important;
  }
  .m-sm-4 {
    margin: 24px !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 24px !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 24px !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 24px !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 24px !important;
  }
  .m-sm-5 {
    margin: 48px !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 48px !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 48px !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 48px !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 48px !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 4px !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 4px !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 4px !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 4px !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 4px !important;
  }
  .p-sm-2 {
    padding: 8px !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 8px !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 8px !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 8px !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 8px !important;
  }
  .p-sm-3 {
    padding: 16px !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 16px !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 16px !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 16px !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 16px !important;
  }
  .p-sm-4 {
    padding: 24px !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 24px !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 24px !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 24px !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 24px !important;
  }
  .p-sm-5 {
    padding: 48px !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 48px !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 48px !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 48px !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 48px !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 4px !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 4px !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 4px !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 4px !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 4px !important;
  }
  .m-md-2 {
    margin: 8px !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 8px !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 8px !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 8px !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 8px !important;
  }
  .m-md-3 {
    margin: 16px !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 16px !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 16px !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 16px !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 16px !important;
  }
  .m-md-4 {
    margin: 24px !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 24px !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 24px !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 24px !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 24px !important;
  }
  .m-md-5 {
    margin: 48px !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 48px !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 48px !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 48px !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 48px !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 4px !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 4px !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 4px !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 4px !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 4px !important;
  }
  .p-md-2 {
    padding: 8px !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 8px !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 8px !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 8px !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 8px !important;
  }
  .p-md-3 {
    padding: 16px !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 16px !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 16px !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 16px !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 16px !important;
  }
  .p-md-4 {
    padding: 24px !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 24px !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 24px !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 24px !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 24px !important;
  }
  .p-md-5 {
    padding: 48px !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 48px !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 48px !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 48px !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 48px !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 4px !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 4px !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 4px !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 4px !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 4px !important;
  }
  .m-lg-2 {
    margin: 8px !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 8px !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 8px !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 8px !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 8px !important;
  }
  .m-lg-3 {
    margin: 16px !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 16px !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 16px !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 16px !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 16px !important;
  }
  .m-lg-4 {
    margin: 24px !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 24px !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 24px !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 24px !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 24px !important;
  }
  .m-lg-5 {
    margin: 48px !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 48px !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 48px !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 48px !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 48px !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 4px !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 4px !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 4px !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 4px !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 4px !important;
  }
  .p-lg-2 {
    padding: 8px !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 8px !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 8px !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 8px !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 8px !important;
  }
  .p-lg-3 {
    padding: 16px !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 16px !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 16px !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 16px !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 16px !important;
  }
  .p-lg-4 {
    padding: 24px !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 24px !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 24px !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 24px !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 24px !important;
  }
  .p-lg-5 {
    padding: 48px !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 48px !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 48px !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 48px !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 48px !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 768px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary, .btn.btn-link.edit {
  color: #006fb7 !important;
}

a.text-primary:hover, a.btn.btn-link.edit:hover, a.text-primary:focus, a.btn.btn-link.edit:focus {
  color: #005084 !important;
}

.text-secondary {
  color: #f2a800 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #bf8500 !important;
}

.text-success, .btn.btn-link.add, .btn.btn-link.save {
  color: #a5c880 !important;
}

a.text-success:hover, a.btn.btn-link.add:hover, a.btn.btn-link.save:hover, a.text-success:focus, a.btn.btn-link.add:focus, a.btn.btn-link.save:focus {
  color: #8cb95c !important;
}

.text-info {
  color: #3A8DC3 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #2e719c !important;
}

.text-warning {
  color: #F9CE09 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #caa705 !important;
}

.text-danger, .btn.btn-link.delete, .btn.btn-link.cancel {
  color: #C31413 !important;
}

a.text-danger:hover, a.btn.btn-link.delete:hover, a.btn.btn-link.cancel:hover, a.text-danger:focus, a.btn.btn-link.delete:focus, a.btn.btn-link.cancel:focus {
  color: #950f0e !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.content-box-shadow, .sidebar.active, .nav-list {
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
}

.cursor-pointer {
  cursor: pointer;
}

body {
  color: grey("900");
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  padding-top: 50px;
}

footer,
.footer {
  text-align: center;
}

a {
  transition: all 0.2s ease-in-out;
}

a.edit-entry.delete,
a.edit-entry.cancel {
  color: #C31413;
}

a.edit-entry.add,
a.edit-entry.save {
  color: #a5c880;
}

label {
  font-weight: normal;
  margin-bottom: 8px;
}

.landing-banner {
  margin-top: -20px;
  position: relative;
}

.landing-banner-image {
  background-image: url(/Content/images/wacissa-river.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  min-height: 92vh;
}

.landing-banner-content-outer-wrapper {
  height: 92vh;
  position: absolute;
  top: 0px;
  width: 100%;
}

.landing-banner-content-inner-wrapper {
  display: table-cell;
  height: 92vh;
  vertical-align: middle;
  width: 100vw;
  text-align: center;
}

.landing-banner-content {
  display: inline-block;
  min-width: 20em;
  max-width: 60em;
  text-align: left;
}
.landing-banner-content .response-message-container {
  max-width: 20em;
}

.landing-banner-content-description {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
}

.photo-credit {
  font-size: 9.6px;
  text-align: right;
}

@media (min-width: 768px) {
  .photo-credit {
    color: #f8f9fa;
    bottom: 0px;
    color: #fff;
    position: absolute;
    right: 0px;
  }
  .photo-credit a {
    color: #f8f9fa;
  }
}
.btn-primary {
  color: #fff;
  background-color: #006fb7;
  border-color: #006fb7;
}
.btn-primary:hover {
  color: #fff;
  background-color: #005891;
  border-color: #005084;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 3.2px rgba(0, 111, 183, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #006fb7;
  border-color: #006fb7;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #005084;
  border-color: #004877;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 3.2px rgba(0, 111, 183, 0.5);
}

.btn-secondary {
  color: #212529;
  background-color: #f2a800;
  border-color: #f2a800;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #cc8d00;
  border-color: #bf8500;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 3.2px rgba(242, 168, 0, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #212529;
  background-color: #f2a800;
  border-color: #f2a800;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #bf8500;
  border-color: #b27c00;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 3.2px rgba(242, 168, 0, 0.5);
}

.btn-success {
  color: #212529;
  background-color: #a5c880;
  border-color: #a5c880;
}
.btn-success:hover {
  color: #212529;
  background-color: #92bc65;
  border-color: #8cb95c;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 3.2px rgba(165, 200, 128, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #212529;
  background-color: #a5c880;
  border-color: #a5c880;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #212529;
  background-color: #8cb95c;
  border-color: #85b554;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 3.2px rgba(165, 200, 128, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #3A8DC3;
  border-color: #3A8DC3;
}
.btn-info:hover {
  color: #fff;
  background-color: #3178a6;
  border-color: #2e719c;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 3.2px rgba(58, 141, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #3A8DC3;
  border-color: #3A8DC3;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #2e719c;
  border-color: #2b6992;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 3.2px rgba(58, 141, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #F9CE09;
  border-color: #F9CE09;
}
.btn-warning:hover {
  color: #212529;
  background-color: #d7b105;
  border-color: #caa705;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 3.2px rgba(249, 206, 9, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #F9CE09;
  border-color: #F9CE09;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #caa705;
  border-color: #be9c05;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 3.2px rgba(249, 206, 9, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #C31413;
  border-color: #C31413;
}
.btn-danger:hover {
  color: #fff;
  background-color: #a01010;
  border-color: #950f0e;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 3.2px rgba(195, 20, 19, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #C31413;
  border-color: #C31413;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #950f0e;
  border-color: #890e0d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 3.2px rgba(195, 20, 19, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 3.2px rgba(248, 249, 250, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 3.2px rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 3.2px rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 3.2px rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #006fb7;
  background-color: transparent;
  background-image: none;
  border-color: #006fb7;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #006fb7;
  border-color: #006fb7;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 3.2px rgba(0, 111, 183, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #006fb7;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #006fb7;
  border-color: #006fb7;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 3.2px rgba(0, 111, 183, 0.5);
}

.btn-outline-secondary {
  color: #f2a800;
  background-color: transparent;
  background-image: none;
  border-color: #f2a800;
}
.btn-outline-secondary:hover {
  color: #212529;
  background-color: #f2a800;
  border-color: #f2a800;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 3.2px rgba(242, 168, 0, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #f2a800;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #212529;
  background-color: #f2a800;
  border-color: #f2a800;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 3.2px rgba(242, 168, 0, 0.5);
}

.btn-outline-success {
  color: #a5c880;
  background-color: transparent;
  background-image: none;
  border-color: #a5c880;
}
.btn-outline-success:hover {
  color: #212529;
  background-color: #a5c880;
  border-color: #a5c880;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 3.2px rgba(165, 200, 128, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #a5c880;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #212529;
  background-color: #a5c880;
  border-color: #a5c880;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 3.2px rgba(165, 200, 128, 0.5);
}

.btn-outline-info {
  color: #3A8DC3;
  background-color: transparent;
  background-image: none;
  border-color: #3A8DC3;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #3A8DC3;
  border-color: #3A8DC3;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 3.2px rgba(58, 141, 195, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #3A8DC3;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #3A8DC3;
  border-color: #3A8DC3;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 3.2px rgba(58, 141, 195, 0.5);
}

.btn-outline-warning {
  color: #F9CE09;
  background-color: transparent;
  background-image: none;
  border-color: #F9CE09;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #F9CE09;
  border-color: #F9CE09;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 3.2px rgba(249, 206, 9, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #F9CE09;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #F9CE09;
  border-color: #F9CE09;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 3.2px rgba(249, 206, 9, 0.5);
}

.btn-outline-danger {
  color: #C31413;
  background-color: transparent;
  background-image: none;
  border-color: #C31413;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #C31413;
  border-color: #C31413;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 3.2px rgba(195, 20, 19, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #C31413;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #C31413;
  border-color: #C31413;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 3.2px rgba(195, 20, 19, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 3.2px rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 3.2px rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 3.2px rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 3.2px rgba(52, 58, 64, 0.5);
}

.btn.btn-link {
  padding: 3px;
}
.environment-banner {
  text-align: center;
  padding: 8px 0;
  color: #fff;
}

.local-banner {
  background-color: #a5c880;
}

.dev-banner {
  background-color: #F9CE09;
  color: #000;
}

.test-banner {
  background-color: #f2a800;
}

.production-banner {
  display: none;
  visibility: hidden;
}

.form-check-inline,
.form-radio-inline {
  margin: 6px 8px;
}

.form-control-inline {
  display: inline;
  width: auto;
}

input[type=radio][disabled] + label {
  cursor: not-allowed;
}

.form-copy-model-details .radio input[type=radio] {
  margin-left: 2px;
}

.form-copy-model-details .radio input[type=radio][disabled] + label {
  color: #6c757d;
}

.table-frozen-header {
  display: none;
  position: fixed;
  width: auto;
  z-index: 1030;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.loading-indicator {
  vertical-align: middle;
}

.la-ball-pulse, .la-ball-pulse > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.la-ball-pulse {
  display: inline-block;
  font-size: 0;
  color: #006fb7;
}

.la-ball-pulse.la-dark {
  color: #343a40;
}

.la-ball-pulse > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}

.la-ball-pulse {
  width: 54px;
  height: 18px;
}

.la-ball-pulse > div:nth-child(1) {
  -webkit-animation-delay: -200ms;
  -moz-animation-delay: -200ms;
  -o-animation-delay: -200ms;
  animation-delay: -200ms;
}

.la-ball-pulse > div:nth-child(2) {
  -webkit-animation-delay: -100ms;
  -moz-animation-delay: -100ms;
  -o-animation-delay: -100ms;
  animation-delay: -100ms;
}

.la-ball-pulse > div:nth-child(3) {
  -webkit-animation-delay: 0ms;
  -moz-animation-delay: 0ms;
  -o-animation-delay: 0ms;
  animation-delay: 0ms;
}

.la-ball-pulse > div {
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 100%;
  -webkit-animation: ball-pulse 1s ease infinite;
  -moz-animation: ball-pulse 1s ease infinite;
  -o-animation: ball-pulse 1s ease infinite;
  animation: ball-pulse 1s ease infinite;
}

.la-ball-pulse.la-sm {
  width: 26px;
  height: 8px;
}

.la-ball-pulse.la-sm > div {
  width: 4px;
  height: 4px;
  margin: 2px;
}

.la-ball-pulse.la-2x {
  width: 108px;
  height: 36px;
}

.la-ball-pulse.la-2x > div {
  width: 20px;
  height: 20px;
  margin: 8px;
}

.la-ball-pulse.la-3x {
  width: 162px;
  height: 54px;
}

.la-ball-pulse.la-3x > div {
  width: 30px;
  height: 30px;
  margin: 12px;
}

@-webkit-keyframes ball-pulse {
  0%, 60%, 100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    opacity: 0.1;
    -webkit-transform: scale(0.01);
    transform: scale(0.01);
  }
}
@-moz-keyframes ball-pulse {
  0%, 60%, 100% {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1);
  }
  30% {
    opacity: 0.1;
    -moz-transform: scale(0.01);
    transform: scale(0.01);
  }
}
@-o-keyframes ball-pulse {
  0%, 60%, 100% {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
  }
  30% {
    opacity: 0.1;
    -o-transform: scale(0.01);
    transform: scale(0.01);
  }
}
@keyframes ball-pulse {
  0%, 60%, 100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  30% {
    opacity: 0.1;
    -webkit-transform: scale(0.01);
    -moz-transform: scale(0.01);
    -o-transform: scale(0.01);
    transform: scale(0.01);
  }
}
.navbar-primary .navbar-brand {
  color: #fff;
  font-size: 20px;
  height: 100%;
}
.navbar-primary .navbar-toggle {
  border-color: #ced4da;
  color: #ced4da;
}
.navbar-primary .navbar-toggle:hover, .navbar-primary .navbar-toggle:focus {
  background-color: #006fb7;
  border-color: #fff;
  color: #fff;
}
.navbar-primary .navbar-text {
  color: #ced4da;
}
.navbar-primary .navbar-nav > li > a,
.navbar-primary a.navbar-link {
  color: #ced4da;
}
.navbar-primary .navbar-nav > li > a:hover,
.navbar-primary a.navbar-link:hover {
  color: #fff;
}
.navbar-primary .nav-item a.active, .navbar-primary .nav-item a.active:hover {
  color: #fff;
  background-color: #005891;
  border-color: #005891;
}

.navbar-logo {
  display: none;
  margin-top: 5px;
  margin-bottom: 5px;
}
.navbar-logo img {
  margin-right: 8px;
}

@media (min-width: 992px) {
  .navbar-logo {
    display: block;
  }
}
.nav-list .nav-item .nav-link {
  border: 1px solid #dee2e6;
  padding: 12px 20px;
}
.nav-list .nav-item .nav-link:focus {
  background-color: #fff;
}
.nav-list .nav-item .nav-link:hover {
  color: #fff;
  background-color: #005891;
  border-color: #005891;
}
.nav-list .nav-item.active .nav-link {
  color: #fff;
  background-color: #006fb7;
  border-color: #006fb7;
}
.nav-list .nav-item.active .nav-link:hover {
  color: #fff;
  background-color: #005891;
  border-color: #005891;
}
.nav-list .nav-item:first-child .nav-link {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.nav-list .nav-item:last-child .nav-link {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-list-help,
.nav-list-settings {
  font-size: 24px;
}

.data-entry-nav.data-entry-nav-full .link-text {
  display: inline-block;
}
.data-entry-nav.data-entry-nav-full .nav-link .progress-indicator {
  width: 96px;
  margin-top: 8px;
}
.data-entry-nav.data-entry-nav-compact {
  display: flex;
  margin: 0 10%;
  width: 80%;
}
.data-entry-nav.data-entry-nav-compact .nav-item {
  display: flex;
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
}
.data-entry-nav.data-entry-nav-compact .nav-item .nav-link {
  width: 100%;
  padding-left: 4px;
  padding-right: 4px;
}
.data-entry-nav.data-entry-nav-compact .nav-item:first-child .nav-link {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 0;
}
.data-entry-nav.data-entry-nav-compact .nav-item:last-child .nav-link {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 4px;
}
.data-entry-nav.data-entry-nav-compact .nav-link .progress-indicator {
  height: 8px;
  width: 100%;
}
.data-entry-nav.data-entry-nav-compact .link-text {
  display: none;
}

@media (min-width: 992px) {
  .data-entry-nav.data-entry-nav-compact .nav-item .nav-link {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.paging-nav {
  border-top: 1px solid #dee2e6;
  margin-top: 32px;
  padding-top: 16px;
}

.panel-title {
  font-size: 20px;
  font-weight: 500;
}

.panel-closeable .panel-heading .panel-title {
  display: inline-block;
}
.panel-closeable .panel-heading .close {
  color: inherit;
}

.progress-indicator.ui-progressbar {
  background-color: #e9ecef;
  border-width: 0;
  height: 8px;
}
.progress-indicator.ui-progressbar .ui-progressbar-value {
  margin: 0;
  background-color: #f2a800;
}
.progress-indicator.ui-progressbar .ui-progressbar-value.ui-progressbar-complete {
  background-color: #a5c880;
}

.sidebar {
  position: fixed;
  top: 60px;
  transition: all 0.3s;
  width: 95%;
  z-index: 1060;
}
.sidebar .btn-close {
  cursor: pointer;
}
.sidebar .sidebar-title {
  margin: 4px 12px 8px 12px;
  text-align: center;
}
.sidebar .sidebar-text {
  background-color: #fff;
  max-height: calc(100vh - 130px);
  overflow-y: auto;
  margin: 8px 12px 12px 12px;
  padding: 8px;
}

.sidebar-left {
  left: -95%;
}
.sidebar-left.active {
  left: 0px;
}
.sidebar-left .btn-close {
  position: absolute;
  right: 16px;
  top: 8px;
}

.sidebar-right {
  right: -95%;
}
.sidebar-right.active {
  right: 0px;
}
.sidebar-right .btn-close {
  position: absolute;
  left: 16px;
  top: 8px;
}

@media (min-width: 768px) {
  .sidebar {
    width: 75%;
  }
  .sidebar-right {
    right: -75%;
  }
  .sidebar-left {
    left: -75%;
  }
}
@media (min-width: 992px) {
  .sidebar {
    width: 50%;
  }
  .sidebar-right {
    right: -50%;
  }
  .sidebar-left {
    left: -50%;
  }
}
table {
  width: 100%;
}
table thead th {
  text-align: center;
}
table th, table td {
  padding: 4px;
}
table th.indent-1,
table td.indent-1 {
  padding-left: 4px;
}
table th.indent-2,
table td.indent-2 {
  padding-left: 8px;
}
table th.indent-3,
table td.indent-3 {
  padding-left: 16px;
}
table th.indent-4,
table td.indent-4 {
  padding-left: 24px;
}
table th.indent-5,
table td.indent-5 {
  padding-left: 32px;
}
table tr.empty {
  height: 28px;
}

table.data-table,
table.editable-table,
table.output-table {
  border: 1px solid #dee2e6;
}
table.data-table th,
table.editable-table th,
table.output-table th {
  background-color: #006fb7;
  color: #fff;
}
table.data-table th, table.data-table td,
table.editable-table th,
table.editable-table td,
table.output-table th,
table.output-table td {
  border: 1px solid #dee2e6;
}
table.data-table .totals-row,
table.editable-table .totals-row,
table.output-table .totals-row {
  font-weight: bold;
}
table.data-table .edit-button-container,
table.editable-table .edit-button-container,
table.output-table .edit-button-container {
  text-align: center;
  width: 100px;
  white-space: nowrap;
}
table.data-table tbody:nth-child(even),
table.editable-table tbody:nth-child(even),
table.output-table tbody:nth-child(even) {
  background-color: #f8f9fa;
}

table.data-table.data-table-dashboard tbody:nth-child(even) {
  background-color: #fff; /* 1 */
}

table.alternating tr:nth-child(odd) {
  background-color: #e9ecef;
}

table.data-table input[type=text],
table.editable-table input[type=text],
table.form-table input[type=text] {
  min-width: 96px;
}
table.data-table select,
table.editable-table select,
table.form-table select {
  min-width: 112px;
}
table.data-table .input-group,
table.editable-table .input-group,
table.form-table .input-group {
  white-space: nowrap;
}
table.data-table .form-group,
table.editable-table .form-group,
table.form-table .form-group {
  margin-bottom: 0;
}
table.data-table td.form-group,
table.data-table td.edit-button-container,
table.editable-table td.form-group,
table.editable-table td.edit-button-container,
table.form-table td.form-group,
table.form-table td.edit-button-container {
  vertical-align: top;
}
table.data-table thead .btn-onscreen-help,
table.editable-table thead .btn-onscreen-help,
table.form-table thead .btn-onscreen-help {
  margin-left: 4px;
}

table.form-table td:not(.form-group) {
  vertical-align: top;
  padding-top: 10px;
}

table.data-table-identify-customer-classes tr > td:nth-child(0),
table.data-table-identify-customer-classes tr > td:nth-child(1) {
  width: 240px;
}

table.capital-finance-plan-table input[type=text] {
  min-width: 112px;
}
table.capital-finance-plan-table select {
  min-width: 240px;
}

table.data-table-dashboard {
  width: auto;
}
table.data-table-dashboard input[type=text] {
  min-width: 48px;
}

.js-table-sort-header {
  cursor: pointer;
}
.js-table-sort-header::before {
  content: "\f0dc";
  font-family: FontAwesome;
  font-weight: normal;
  margin-right: 0.5rem;
}
th[aria-sort=ascending] .js-table-sort-header::before {
  content: "\f0de";
}
th[aria-sort=descending] .js-table-sort-header::before {
  content: "\f0dd";
}

.toc-nav ul.toc-section {
  list-style-type: none;
  padding-left: 16px;
}
.toc-nav a.toc-link {
  display: block;
  text-decoration: none;
  padding: 4px 8px;
}
.toc-nav .toc-link:hover,
.toc-nav .toc-link.active:hover {
  color: #fff;
  background-color: #005891;
  border-color: #005891;
}
.toc-nav .toc-link.active {
  color: #fff;
  background-color: #006fb7;
  border-color: #006fb7;
}
.toc-nav .toc-section {
  display: none;
}
.toc-nav .toc-section.active {
  display: inherit;
}
.toc-nav > .toc-item > .toc-link {
  font-size: 20px;
}
.toc-nav > .toc-item > .toc-section > .toc-item > .toc-link {
  font-size: 16px;
}
.toc-nav > .toc-item > .toc-section > .toc-item > .toc-section > .toc-item > .toc-link {
  font-size: 12px;
}

.tooltip {
  white-space: unset;
}

.tooltip .tooltip-inner {
  font-size: 14px;
  max-width: none;
  padding: 4px 8px;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.show {
  opacity: 1;
}

.has-error .form-control {
  border-color: #C31413;
}

.help-block {
  color: #C31413;
  font-size: 13.6px;
  margin-bottom: 4px;
  margin-top: 4px;
}

.text-bold {
  font-weight: bold;
}

.instructions {
  color: #495057;
  max-width: 688px;
  margin: 24px auto 24px auto;
}

#formLogin .alert {
  padding: 4px 30px 4px 12px;
}
#formLogin .alert-danger {
  background-color: #fff;
}
#formLogin .alert-danger button.close {
  opacity: 0.8;
}

.switch-client-menu {
  display: inline-block;
}
.switch-client-menu .dropdown .btn {
  border: 1px solid #fff;
  font-size: 36px;
  font-weight: 500;
}
.switch-client-menu .dropdown .btn:hover,
.switch-client-menu .dropdown .btn:focus {
  background-color: #fff;
  border-color: #006fb7;
  color: #006fb7;
}
.switch-client-menu .dropdown-content {
  min-width: 100%;
  position: absolute;
  background-color: #f8f9fa;
  border: 1px solid #ced4da;
  z-index: 1000;
}
.switch-client-menu .dropdown-content a {
  border-top: 1px solid #ced4da;
  color: #343a40;
  padding: 8px 16px;
  text-decoration: none;
  display: block;
}
.switch-client-menu .dropdown-content a:first-of-type {
  border-top: 0px;
}
.switch-client-menu .dropdown-content a:hover {
  background-color: #006fb7;
  color: #fff;
}

.chart-container {
  position: relative;
}
.chart-container .print-container {
  display: none;
  position: absolute;
  top: 16px;
}
.chart-container:hover .print-container {
  display: inline-block;
}

.utility-header {
  position: relative;
}

.message-center {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
}

.form-accept-disclosure {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
}

.legal-disclosure {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
  padding: 16px;
  margin-bottom: 16px;
  border: 1px solid transparent;
}

.legal-disclosure-body {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  text-align: justify;
}

.btn-tab-left {
  background-color: #fff;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-left: none;
  font-size: 18px;
  padding: 8px;
}

.btn-tab-right {
  background-color: #fff;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
  font-size: 18px;
  padding: 8px;
}

.btn-toc-fixed {
  position: fixed;
  left: 0;
  top: 100px;
}

.btn-onscreen-help {
  cursor: pointer;
}

.screen-note-container {
  text-align: center;
}

.btn-screen-note {
  cursor: pointer;
  position: relative;
}

.btn-screen-note-populated:after {
  content: "\f111";
  color: #f2a800;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 12px;
  position: absolute;
  top: 19px;
  left: 27px;
}

a.copy-above {
  cursor: pointer;
}

.anchor {
  display: block;
  position: relative;
  top: -80px;
  visibility: hidden;
}

.release-notes-list {
  padding: 0;
}
.release-notes-list .release-notes-list-item {
  list-style-type: none;
  padding: 0.5rem 0.5rem;
}
.release-notes-list .release-notes-list-item .release-version {
  margin-bottom: 8px;
}
.release-notes-list .release-notes-list-item .release-version-number {
  display: inline-block;
  font-weight: bold;
}
.release-notes-list .release-notes-list-item .release-version-date {
  display: inline-block;
  float: right;
}
.release-notes-list .release-notes-list-item .release-notes-header {
  font-style: italic;
}
.release-notes-list .release-notes-list-item ul {
  list-style-type: disc;
}
.release-notes-list .release-notes-list-item:not(:last-child) {
  border-bottom: 1px solid #dee2e6;
}

.user-guide h1, .user-guide h2,
#sidebarOnscreenHelp .sidebar-text h1,
#sidebarOnscreenHelp .sidebar-text h2 {
  color: #343a40;
}
.user-guide h1,
#sidebarOnscreenHelp .sidebar-text h1 {
  background-color: #f8f9fa;
  border-bottom: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6;
  font-size: 32px;
  margin-bottom: 28px;
  margin-top: 28px;
  padding: 8px 8px;
  text-align: center;
}
.user-guide h2,
#sidebarOnscreenHelp .sidebar-text h2 {
  font-size: 28px;
  border-bottom: 1px solid #dee2e6;
  padding: 4px 8px;
}
.user-guide h3,
#sidebarOnscreenHelp .sidebar-text h3 {
  font-size: 20px;
  text-transform: uppercase;
}
.user-guide h4,
#sidebarOnscreenHelp .sidebar-text h4 {
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  margin-top: 16px;
  text-decoration: underline;
}
.user-guide .screen-title,
#sidebarOnscreenHelp .sidebar-text .screen-title {
  font-style: italic;
}
.user-guide .field-title,
#sidebarOnscreenHelp .sidebar-text .field-title {
  font-weight: bold;
}
.user-guide .anchor,
#sidebarOnscreenHelp .sidebar-text .anchor {
  top: -60px;
}

@media (min-width: 768px) {
  .btn-tab-right-sm {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
    font-size: 18px;
    padding: 8px;
  }
  .btn-tab-left-sm {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none;
    font-size: 18px;
    padding: 8px;
  }
  .utility-header .btn-onscreen-help {
    position: absolute;
    left: 0px;
    top: 10px;
  }
  .screen-note-container .btn-screen-note {
    position: absolute;
    left: 0px;
    top: 168px;
  }
  .production-body .screen-note-container .btn-screen-note {
    top: 130px;
  }
  .screen-note-container .btn-screen-note-populated:after {
    top: 26px;
    left: 28px;
  }
  .editable-table-filter {
    margin-left: auto;
    margin-right: auto;
    width: 40%;
  }
  .dashboard-adjustment-header {
    display: flex; /* 1 */
  }
  .dashboard-adjustment-header h4 {
    margin-right: auto; /* 1 */
  }
}
