/* hsl(220, 10%, 90%); */
/* Line height * font size + padding top and bottom */
/* /static/styles/ob.2018.buttons.less:L15 */
.btn-secondary-alt {
  color: #373a3c;
  background-color: rgba(8, 135, 247, 0.25);
  background-image: linear-gradient(#fafafa, #f0f0f0);
  border-color: #999999;
}
/* /static/styles/ob.2018.buttons.less:L22 */
.btn-secondary-alt:hover {
  color: #373a3c;
  background-color: rgba(8, 135, 247, 0.25);
  background-image: linear-gradient(whitesmoke, #e6e6e6);
  border-color: #6c757d;
}
/* /static/styles/ob.2018.buttons.less:L29 */
.btn-secondary-alt:focus,
.btn-secondary-alt.focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
/* /static/styles/ob.2018.buttons.less:L33 */
.btn-secondary-alt.disabled,
.btn-secondary-alt:disabled {
  color: #818181;
  background-color: rgba(8, 135, 247, 0.25);
  background-image: linear-gradient(#fafafa, #f0f0f0);
  border-color: #cccccc;
}
/* /static/styles/ob.2018.buttons.less:L40 */
.btn-secondary-alt:not(:disabled):not(.disabled):active,
.btn-secondary-alt:not(:disabled):not(.disabled).active,
.show > .btn-secondary-alt.dropdown-toggle {
  color: #373a3c;
  background-color: rgba(8, 135, 247, 0.25);
  background-image: linear-gradient(#d6d6d6, #ededed);
  border-color: #cccccc;
}
/* /static/styles/ob.2018.buttons.less:L50 */
.btn-secondary-alt:not(:disabled):not(.disabled):active:focus,
.btn-secondary-alt:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary-alt.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
/* /static/styles/ob.2016.app.section.less:L1 */
.app-section {
  background-color: white;
  border: 1px solid;
  border-color: #e5e6e9 #dfe0e4 #d0d1d5;
  border-radius: 0.1875rem;
  color: #666666;
  /* overflow: hidden; */
  margin-bottom: 0.75rem;
}
@media only print {
  .app-section {
    border: none;
  }
}
/* /static/styles/ob.2016.app.section.less:L14 */
.app-section > *:first-child {
  border-top-left-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem;
  border-top: none;
}
/* /static/styles/ob.2016.app.section.less:L20 */
.app-section > *:last-child {
  border-bottom-left-radius: 0.1875rem;
  border-bottom-right-radius: 0.1875rem;
  border-bottom: none;
}
/* /static/styles/ob.2016.block.less:L1 */
.block {
  border-top: 1px solid #e5e5e5;
}
/* /static/styles/ob.2016.block.less:L4 */
.block__heading,
.block__title {
  color: #333333;
}
/* /static/styles/ob.2016.block.less:L8 */
.block--padded {
  padding: 0.9375rem 1.5rem;
}
/* /static/styles/ob.2016.block.less:L11 */
.block--padded .wide {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  width: calc(100% + 3rem);
}
/* /static/styles/ob.2016.block.less:L17 */
.block--padded .top {
  margin-top: -0.9375rem;
}
/* /static/styles/ob.2016.block.less:L21 */
.block--padded .wide.top {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
/* /static/styles/ob.2016.block.header.less:L1 */
.block-header {
  align-items: stretch;
  background-color: #f3f4f7;
  border-top: 1px solid #e5e5e5;
  color: black;
  display: flex;
  padding: 0.9375rem 0.9375rem 0.9375rem 1.5rem;
}
/* /static/styles/ob.2016.block.header.less:L9 */
.block-header:first-child {
  border-top-left-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem;
  border-top: none;
}
/* /static/styles/ob.2016.block.header.less:L15 */
.block-header__subtitle {
  font-size: 0.8rem;
}
/* /static/styles/ob.2016.block.header.less:L19 */
.block-header__title {
  flex: 1 1 100%;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* /static/styles/ob.2016.block.header.less:L30 */
.block-header__item {
  align-items: center;
  display: flex;
  flex-grow: 1;
}
/* /static/styles/ob.2016.block.header.less:L35 */
.block-header__item--right {
  justify-content: flex-end;
}
/* /static/styles/ob.2016.block.header.less:L40 */
.block-header__btn-group {
  padding-top: 0.75rem;
}
/* /static/styles/ob.2016.block.header.less:L44 */
.block-header__btn {
  border: 1px solid #ced0d4;
  background: #f3f4f7;
  font-weight: 500;
  color: #4b4f56;
  font-size: 0.75rem;
  line-height: 1.375rem;
  padding: 0.25rem 0.5rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/* /static/styles/ob.2016.block.header.less:L56 */
.block-header__btn:hover {
  background: #e7e9ef;
  text-decoration: none;
}
/* /static/styles/ob.2016.block.header.less:L61 */
.block-header__btn:active {
  background: #d4d9e2;
}
/* /static/styles/ob.2016.block.list.less:L1 */
/* /static/styles/ob.2016.block.list.less:L2 */
.block-list__icon {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  font-size: 1.25rem;
  justify-content: center;
}
/* /static/styles/ob.2016.block.list.less:L10 */
.block-list__item {
  border-top: 1px solid #e5e5e5;
  display: block;
  padding: 0.9375rem;
}
/* /static/styles/ob.2016.block.list.less:L15 */
.block-list__item--bordered {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
/* /static/styles/ob.2016.block.list.less:L19 */
.block-list__item--bordered:last-child {
  border-bottom: 1px solid #e5e5e5;
}
/* /static/styles/ob.2016.block.list.less:L24 */
.block-list__item--clickable:hover,
.block-list__item--clickable:focus {
  cursor: pointer;
  background-color: #edeff3 !important;
  text-decoration: none;
}
/* /static/styles/ob.2016.block.list.less:L30 */
.block-list__item--link {
  color: inherit;
  text-decoration: none;
}
/* /static/styles/ob.2016.block.list.less:L34 */
.block-list__item--link:hover,
.block-list__item--link:focus {
  background-color: #edeff3 !important;
  color: inherit;
  text-decoration: none;
}
/* /static/styles/ob.2016.block.list.less:L41 */
.block-list__item--selected {
  background: rgba(175, 217, 145, 0.2) !important;
}
@media screen and (min-width: 768px) {
  .block-list__item {
    padding: 0.9375rem 1.5rem;
  }
}
/* /static/styles/ob.2016.block.list.less:L50 */
.block-list__item--selected .block-list__icon {
  color: #00511e;
  color: var(--brand-dark);
}
/* /static/styles/ob.2016.block.list.less:L55 */
.block-list__heading,
.block-list__title {
  font-weight: 500;
  font-size: 1.15rem;
}
/* /static/styles/ob.2016.block.list.less:L60 */
.block-list__text {
  margin-bottom: 0.2em;
}
/* /static/styles/ob.2016.block.list.less:L64 */
/* /static/styles/ob.2016.block.list.less:L65 */
/* /static/styles/ob.2016.block.list.less:L66 */
.block-list--striped .block-list__item:nth-child(even) {
  background-color: #f9fafb;
}
/* /static/styles/ob.2016.block.table.less:L1 */
.block-table {
  width: 100%;
}
/* /static/styles/ob.2016.block.table.less:L4 */
.block-table__header {
  background-color: #f3f4f7;
  color: black;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0;
  overflow: hidden;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* /static/styles/ob.2016.block.table.less:L17 */
.block-table__header--clickable:hover {
  cursor: pointer;
  background-color: #f3f7f4;
}
/* /static/styles/ob.2016.block.table.less:L23 */
.block-table__cell {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  border-top: 1px solid #e5e5e5;
}
/* /static/styles/ob.2016.block.table.less:L30 */
.block-table__col--12 {
  width: 100%;
}
/* /static/styles/ob.2016.block.table.less:L30 */
.block-table__col--11 {
  width: 91.666666667%;
}
/* /static/styles/ob.2016.block.table.less:L30 */
.block-table__col--10 {
  width: 83.333333333%;
}
/* /static/styles/ob.2016.block.table.less:L30 */
.block-table__col--9 {
  width: 75%;
}
/* /static/styles/ob.2016.block.table.less:L30 */
.block-table__col--8 {
  width: 66.666666667%;
}
/* /static/styles/ob.2016.block.table.less:L30 */
.block-table__col--7 {
  width: 58.333333333%;
}
/* /static/styles/ob.2016.block.table.less:L30 */
.block-table__col--6 {
  width: 50%;
}
/* /static/styles/ob.2016.block.table.less:L30 */
.block-table__col--5 {
  width: 41.666666667%;
}
/* /static/styles/ob.2016.block.table.less:L30 */
.block-table__col--4 {
  width: 33.333333333%;
}
/* /static/styles/ob.2016.block.table.less:L30 */
.block-table__col--3 {
  width: 25%;
}
/* /static/styles/ob.2016.block.table.less:L30 */
.block-table__col--2 {
  width: 16.666666667%;
}
/* /static/styles/ob.2016.block.table.less:L30 */
.block-table__col--1 {
  width: 8.333333333%;
}
/* /static/styles/ob.2016.block.table.less:L36 */
.block-table__row {
  overflow-x: auto;
}
/* /static/styles/ob.2016.block.table.less:L39 */
.block-table__row--clickable:hover,
.block-table__row--active {
  cursor: pointer;
  background-color: #edeff3 !important;
}
/* /static/styles/ob.2016.block.table.less:L44 */
.block-table__row--link {
  color: inherit;
  text-decoration: none;
}
/* /static/styles/ob.2016.block.table.less:L48 */
.block-table__row--link:hover {
  background-color: #edeff3 !important;
  color: inherit;
  text-decoration: none;
}
/* /static/styles/ob.2016.block.table.less:L55 */
.block-table__row--sticky {
  position: relative;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
}
/* /static/styles/ob.2016.block.table.less:L64 */
.block-table__subtitle {
  font-weight: normal;
  font-size: 0.8rem;
}
/* /file/site/style/ob.2016.application.less:L9 */
html,
body {
  min-height: 100vh;
}
/* /file/site/style/ob.2016.application.less:L13 */
body {
  background-color: #e9ebee;
  line-height: 1.286;
}
/* /file/site/style/ob.2016.application.less:L17 */
/* /file/site/style/ob.2016.application.less:L18 */
/* /file/site/style/ob.2016.application.less:L19 */
body.sidebar-open .app__sidebar {
  transform: translateX(0);
}
/* /file/site/style/ob.2016.application.less:L26 */
.c-skip-nav {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  top: -1000px;
  width: 1px;
}
/* /file/site/style/ob.2016.application.less:L34 */
.c-skip-nav:active,
.c-skip-nav:focus,
.c-skip-nav:hover {
  background-color: #80bd26;
  background-color: var(--brand-light);
  color: white;
  height: auto;
  left: 0;
  line-height: 3.286rem;
  overflow: visible;
  padding: 0 1rem;
  top: 0;
  width: auto;
  z-index: 1060;
}
/* /file/site/style/ob.2016.application.less:L49 */
.factbox {
  background: whitesmoke;
  float: right;
  width: 25%;
  min-width: 300px;
  padding: 1rem;
  margin: 0 0 0 1rem;
}
/* /file/site/style/ob.2016.application.less:L57 */
.factbox--left {
  float: left;
  margin: 0 1rem 0 0;
}
/* /file/site/style/ob.2016.application.less:L63 */
.app {
  min-height: calc(100vh - 3.286rem);
}
/* /file/site/style/ob.2016.application.less:L66 */
.app__overlay {
  background-color: rgba(235, 235, 235, 0.7);
  height: calc(100vh - 3.286rem);
  left: 0;
  opacity: 0;
  position: fixed;
  top: 3.286rem;
  transition: opacity 0.2s ease-out;
  width: 100vw;
  z-index: 1045;
}
/* /file/site/style/ob.2016.application.less:L78 */
.app__sidebar {
  height: 100%;
  left: 0;
  position: fixed;
  top: 3.286rem;
  transition: transform 200ms ease-out;
  transform: translateX(-14.375rem);
  width: 14.375rem;
  min-height: calc(100vh - 3.286rem);
  z-index: 1046;
}
/* /file/site/style/ob.2016.application.less:L91 */
.app--sidebar-open .app__overlay {
  opacity: 1;
}
/* /file/site/style/ob.2016.application.less:L95 */
.app--sidebar-open .app__sidebar {
  transform: translateX(0);
}
@media screen and (min-width: 992px) {
  .app {
    align-items: stretch;
    display: flex;
  }
  /* /file/site/style/ob.2016.application.less:L103 */
  .app__overlay {
    display: none;
  }
  /* /file/site/style/ob.2016.application.less:L107 */
  .app__sidebar {
    flex: 0 0 14.375rem;
    height: auto;
    position: static;
    transform: translateX(0);
    transition: none;
  }
  /* /file/site/style/ob.2016.application.less:L115 */
  .app__main {
    flex: 1 1 100%;
  }
}
/* /file/site/style/ob.2016.application.less:L122 */
.sidebar {
  background: #203226;
  background: var(--sidebar-bg-color);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  min-height: 100%;
}
/* /file/site/style/ob.2016.application.less:L128 */
.sidebar__heading {
  text-transform: uppercase;
  color: #aeb1b7;
  color: var(--sidebar-header-color);
  margin: 1.625rem 0 0.3125rem 1.25rem;
  font-size: 13px;
}
/* /file/site/style/ob.2016.application.less:L136 */
.sidebar__link {
  color: white;
  background: transparent;
  background: var(--sidebar-link-bg-color);
  display: block;
  height: 2.125rem;
  line-height: 2.125rem;
  padding-left: 1.25rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/* /file/site/style/ob.2016.application.less:L148 */
.sidebar__link--active {
  font-weight: bold;
  background: #1d2520;
  background: var(--sidebar-link-bg-active);
}
/* /file/site/style/ob.2016.application.less:L154 */
.sidebar__link:hover {
  color: white;
  background: rgba(255, 255, 255, 0.1);
  background: var(--sidebar-link-bg-hover);
  text-decoration: none;
}
