.border {
  border: 1px solid #73888c; }

.border-bottom {
  border-bottom: 1px solid #73888c; }

.border-left {
  border-left: 1px solid #73888c; }

.border-right {
  border-right: 1px solid #73888c; }

.border-top {
  border-top: 1px solid #73888c; }

.border-none {
  border-width: 0; }

.border-bottom-none {
  border-bottom-width: 0 !important; }

.border-left-none {
  border-left-width: 0 !important; }

.border-right-none {
  border-right-width: 0 !important; }

.border-top-none {
  border-top-width: 0 !important; }

@media (min-width: 800px) {
  .flex {
    align-content: center;
    align-items: stretch;
    display: flex; }
    .flex > * {
      align-content: center;
      align-items: center;
      display: flex; } }

.flex-separated > *:last-child {
  margin-top: 2rem; }

@media (min-width: 800px) {
  .flex-separated > * {
    border-right: 1px solid #e3e7e8;
    padding-left: 2rem;
    padding-right: 2rem; }
    .flex-separated > *:first-child {
      padding-left: 0; }
    .flex-separated > *:last-child {
      border-right-width: 0;
      margin-top: 0;
      padding-right: 0; } }

@media (min-width: 400px) {
  .grid {
    grid-template-columns: repeat(12, 1fr); }
    .grid .g-xs-1 {
      grid-area: span 1/span 1; }
    .grid .g-xs-2 {
      grid-area: span 1/span 2; }
    .grid .g-xs-3 {
      grid-area: span 1/span 3; }
    .grid .g-xs-4 {
      grid-area: span 1/span 4; }
    .grid .g-xs-5 {
      grid-area: span 1/span 5; }
    .grid .g-xs-6 {
      grid-area: span 1/span 6; }
    .grid .g-xs-7 {
      grid-area: span 1/span 7; }
    .grid .g-xs-8 {
      grid-area: span 1/span 8; }
    .grid .g-xs-9 {
      grid-area: span 1/span 9; }
    .grid .g-xs-10 {
      grid-area: span 1/span 10; }
    .grid .g-xs-11 {
      grid-area: span 1/span 11; }
    .grid .g-xs-12 {
      grid-area: span 1/span 12; } }

@media (min-width: 600px) {
  .grid {
    grid-template-columns: repeat(12, 1fr); }
    .grid .g-s-1 {
      grid-area: span 1/span 1; }
    .grid .g-s-2 {
      grid-area: span 1/span 2; }
    .grid .g-s-3 {
      grid-area: span 1/span 3; }
    .grid .g-s-4 {
      grid-area: span 1/span 4; }
    .grid .g-s-5 {
      grid-area: span 1/span 5; }
    .grid .g-s-6 {
      grid-area: span 1/span 6; }
    .grid .g-s-7 {
      grid-area: span 1/span 7; }
    .grid .g-s-8 {
      grid-area: span 1/span 8; }
    .grid .g-s-9 {
      grid-area: span 1/span 9; }
    .grid .g-s-10 {
      grid-area: span 1/span 10; }
    .grid .g-s-11 {
      grid-area: span 1/span 11; }
    .grid .g-s-12 {
      grid-area: span 1/span 12; } }

@media (min-width: 800px) {
  .grid {
    grid-template-columns: repeat(12, 1fr); }
    .grid .g-m-1 {
      grid-area: span 1/span 1; }
    .grid .g-m-2 {
      grid-area: span 1/span 2; }
    .grid .g-m-3 {
      grid-area: span 1/span 3; }
    .grid .g-m-4 {
      grid-area: span 1/span 4; }
    .grid .g-m-5 {
      grid-area: span 1/span 5; }
    .grid .g-m-6 {
      grid-area: span 1/span 6; }
    .grid .g-m-7 {
      grid-area: span 1/span 7; }
    .grid .g-m-8 {
      grid-area: span 1/span 8; }
    .grid .g-m-9 {
      grid-area: span 1/span 9; }
    .grid .g-m-10 {
      grid-area: span 1/span 10; }
    .grid .g-m-11 {
      grid-area: span 1/span 11; }
    .grid .g-m-12 {
      grid-area: span 1/span 12; } }

@media (min-width: 1000px) {
  .grid {
    grid-template-columns: repeat(12, 1fr); }
    .grid .g-l-1 {
      grid-area: span 1/span 1; }
    .grid .g-l-2 {
      grid-area: span 1/span 2; }
    .grid .g-l-3 {
      grid-area: span 1/span 3; }
    .grid .g-l-4 {
      grid-area: span 1/span 4; }
    .grid .g-l-5 {
      grid-area: span 1/span 5; }
    .grid .g-l-6 {
      grid-area: span 1/span 6; }
    .grid .g-l-7 {
      grid-area: span 1/span 7; }
    .grid .g-l-8 {
      grid-area: span 1/span 8; }
    .grid .g-l-9 {
      grid-area: span 1/span 9; }
    .grid .g-l-10 {
      grid-area: span 1/span 10; }
    .grid .g-l-11 {
      grid-area: span 1/span 11; }
    .grid .g-l-12 {
      grid-area: span 1/span 12; } }

@media (min-width: 1200px) {
  .grid {
    grid-template-columns: repeat(12, 1fr); }
    .grid .g-xl-1 {
      grid-area: span 1/span 1; }
    .grid .g-xl-2 {
      grid-area: span 1/span 2; }
    .grid .g-xl-3 {
      grid-area: span 1/span 3; }
    .grid .g-xl-4 {
      grid-area: span 1/span 4; }
    .grid .g-xl-5 {
      grid-area: span 1/span 5; }
    .grid .g-xl-6 {
      grid-area: span 1/span 6; }
    .grid .g-xl-7 {
      grid-area: span 1/span 7; }
    .grid .g-xl-8 {
      grid-area: span 1/span 8; }
    .grid .g-xl-9 {
      grid-area: span 1/span 9; }
    .grid .g-xl-10 {
      grid-area: span 1/span 10; }
    .grid .g-xl-11 {
      grid-area: span 1/span 11; }
    .grid .g-xl-12 {
      grid-area: span 1/span 12; } }

@media (min-width: 1600px) {
  .grid {
    grid-template-columns: repeat(12, 1fr); }
    .grid .g-xxl-1 {
      grid-area: span 1/span 1; }
    .grid .g-xxl-2 {
      grid-area: span 1/span 2; }
    .grid .g-xxl-3 {
      grid-area: span 1/span 3; }
    .grid .g-xxl-4 {
      grid-area: span 1/span 4; }
    .grid .g-xxl-5 {
      grid-area: span 1/span 5; }
    .grid .g-xxl-6 {
      grid-area: span 1/span 6; }
    .grid .g-xxl-7 {
      grid-area: span 1/span 7; }
    .grid .g-xxl-8 {
      grid-area: span 1/span 8; }
    .grid .g-xxl-9 {
      grid-area: span 1/span 9; }
    .grid .g-xxl-10 {
      grid-area: span 1/span 10; }
    .grid .g-xxl-11 {
      grid-area: span 1/span 11; }
    .grid .g-xxl-12 {
      grid-area: span 1/span 12; } }

@media (min-width: 2400px) {
  .grid {
    grid-template-columns: repeat(12, 1fr); }
    .grid .g-xxxl-1 {
      grid-area: span 1/span 1; }
    .grid .g-xxxl-2 {
      grid-area: span 1/span 2; }
    .grid .g-xxxl-3 {
      grid-area: span 1/span 3; }
    .grid .g-xxxl-4 {
      grid-area: span 1/span 4; }
    .grid .g-xxxl-5 {
      grid-area: span 1/span 5; }
    .grid .g-xxxl-6 {
      grid-area: span 1/span 6; }
    .grid .g-xxxl-7 {
      grid-area: span 1/span 7; }
    .grid .g-xxxl-8 {
      grid-area: span 1/span 8; }
    .grid .g-xxxl-9 {
      grid-area: span 1/span 9; }
    .grid .g-xxxl-10 {
      grid-area: span 1/span 10; }
    .grid .g-xxxl-11 {
      grid-area: span 1/span 11; }
    .grid .g-xxxl-12 {
      grid-area: span 1/span 12; } }

@media (min-width: 4800px) {
  .grid {
    grid-template-columns: repeat(12, 1fr); }
    .grid .g-xxxxl-1 {
      grid-area: span 1/span 1; }
    .grid .g-xxxxl-2 {
      grid-area: span 1/span 2; }
    .grid .g-xxxxl-3 {
      grid-area: span 1/span 3; }
    .grid .g-xxxxl-4 {
      grid-area: span 1/span 4; }
    .grid .g-xxxxl-5 {
      grid-area: span 1/span 5; }
    .grid .g-xxxxl-6 {
      grid-area: span 1/span 6; }
    .grid .g-xxxxl-7 {
      grid-area: span 1/span 7; }
    .grid .g-xxxxl-8 {
      grid-area: span 1/span 8; }
    .grid .g-xxxxl-9 {
      grid-area: span 1/span 9; }
    .grid .g-xxxxl-10 {
      grid-area: span 1/span 10; }
    .grid .g-xxxxl-11 {
      grid-area: span 1/span 11; }
    .grid .g-xxxxl-12 {
      grid-area: span 1/span 12; } }

.grid {
  display: grid;
  grid-template-rows: auto; }
  .grid > * {
    grid-area: span 1/span 12; }
  .grid > .padding + .padding {
    padding: 2rem; }

.grid-gap {
  grid-gap: 2rem 2rem; }

.grid-gap-col {
  grid-column-gap: 2rem; }

.grid-gap-row {
  grid-row-gap: 2rem; }

.grid-self-align-start {
  align-self: start; }

.grid-self-align-center {
  align-self: center; }

.grid-self-align-end {
  align-self: end; }

.grid-self-align-stretch {
  align-self: stretch; }

.grid-self-justify-start {
  justify-self: start; }

.grid-self-justify-center {
  justify-self: center; }

.grid-self-justify-end {
  justify-self: end; }

.grid-self-justify-stretch {
  justify-self: stretch; }

@media print {
  @page {
    margin: 1cm;
    size: landscape; }
  body {
    background-color: white;
    color: black;
    font-size: 12pt; }
  a {
    color: black !important;
    font-weight: 700;
    padding-right: 0 !important;
    text-decoration: underline; }
  button,
  input[type='button'],
  a.button,
  a.button[role='button'],
  .panel-header {
    border: 1px solid #73888c !important;
    color: black !important; }
  input,
  select,
  td {
    page-break-inside: avoid; }
  table {
    max-width: 100vw !important; }
    table * {
      color: black !important;
      white-space: normal !important; }
    table td,
    table th {
      border: 1px solid #73888c !important; }
  .form-read-more,
  .no-print,
  .pagination,
  .s-h-details,
  .search-actions button,
  .site-nav,
  .site-search-header,
  .state-error,
  .table-button-cell {
    display: none !important; }
  .site-header a:link {
    text-decoration: none; }
  .site-header button {
    display: none; }
  .site-header li {
    border-width: 0 !important; }
  .site-saved-searches table button,
  .site-saved-searches .new-request-button,
  .site-saved-searches .searches-settings,
  .site-saved-searches .table-searches.table-responsive thead th.table-spinner:last-child {
    display: none !important; }
  .site-saved-searches .table-searches.table-responsive thead th {
    vertical-align: center !important; }
    .site-saved-searches .table-searches.table-responsive thead th:first-child {
      padding-top: 0.5rem !important; }
  .site-saved-searches .table-searches.table-responsive tbody td:first-child {
    padding-top: 0.5rem !important; }
  .site-saved-searches .table-searches.table-responsive tbody tr.sample-row td * {
    border-width: 0 !important; }
  .site-saved-searches .table-searches.table-responsive tbody tr.sample-row td div > div,
  .site-saved-searches .table-searches.table-responsive tbody tr.sample-row td em {
    display: inline !important; }
  .site-search .nav-tabs,
  .site-search .nav-tabs-pane h2 {
    display: none; }
  .site-search .nav-tabs-pane th h3,
  .site-search .nav-tabs-pane th span {
    border-width: 0 !important; }
  .site-search .table-results {
    font-size: 5.5pt !important; }
  .table-responsive thead {
    display: table-header-group; }
  .table-responsive th,
  .table-responsive td {
    display: table-cell;
    position: relative; } }

.hide-xs-down {
  display: none; }
  @media (min-width: 600px) {
    .hide-xs-down {
      display: block; } }

@media (min-width: 400px) {
  .hide-xs-up {
    display: none; } }

.hide-s-down {
  display: none; }
  @media (min-width: 800px) {
    .hide-s-down {
      display: block; } }

@media (min-width: 600px) {
  .hide-s-up {
    display: none; } }

.hide-m-down {
  display: none; }
  @media (min-width: 1000px) {
    .hide-m-down {
      display: block; } }

@media (min-width: 800px) {
  .hide-m-up {
    display: none; } }

.hide-l-down {
  display: none; }
  @media (min-width: 1200px) {
    .hide-l-down {
      display: block; } }

@media (min-width: 1000px) {
  .hide-l-up {
    display: none; } }

.hide-xl-down {
  display: none; }
  @media (min-width: 1600px) {
    .hide-xl-down {
      display: block; } }

@media (min-width: 1200px) {
  .hide-xl-up {
    display: none; } }

.hide-xxl-down {
  display: none; }
  @media (min-width: 2400px) {
    .hide-xxl-down {
      display: block; } }

@media (min-width: 1600px) {
  .hide-xxl-up {
    display: none; } }

@media (min-width: 2400px) {
  .hide-xxxl-up {
    display: none; } }

.margin-none {
  margin: 0 !important; }

.margin-bottom-none {
  margin-bottom: 0 !important; }

.margin-left-none {
  margin-left: 0 !important; }

.margin-right-none {
  margin-right: 0 !important; }

.margin-top-none {
  margin-top: 0 !important; }

.margin {
  padding: 2rem; }
  .margin + .margin {
    padding-top: 0; }

.margin-left-right {
  margin-left: 2rem;
  margin-right: 2rem; }

.margin-top-bottom {
  margin-bottom: 2rem;
  margin-top: 2rem; }

.margin-top {
  margin-top: 2rem; }

.margin-right {
  margin-right: 2rem; }

.margin-bottom {
  margin-bottom: 2rem; }

.margin-left {
  margin-left: 2rem; }

.margin-half {
  margin: 1rem; }

.margin-bottom-half {
  margin-bottom: 1rem; }

.margin-left-half {
  margin-left: 1rem; }

.margin-right-half {
  margin-right: 1rem; }

.margin-top-half {
  margin-top: 1rem; }

.margin-quarter {
  margin: 0.5rem; }

.margin-bottom-quarter {
  margin-bottom: 0.5rem; }

.margin-left-quarter {
  margin-left: 0.5rem; }

.margin-right-quarter {
  margin-right: 0.5rem; }

.margin-top-quarter {
  margin-top: 0.5rem; }

.margin-double {
  margin: 3rem; }

.margin-bottom-double {
  margin-bottom: 3rem; }

.margin-left-double {
  margin-left: 3rem; }

.margin-right-double {
  margin-right: 3rem; }

.margin-top-double {
  margin-top: 3rem; }

.padding-none {
  padding: 0 !important; }

.padding-bottom-none {
  padding-bottom: 0 !important; }

.padding-left-none {
  padding-left: 0 !important; }

.padding-right-none {
  padding-right: 0 !important; }

.padding-top-none {
  padding-top: 0 !important; }

.padding {
  padding: 2rem; }
  .padding + .padding {
    padding-top: 0; }
    .padding + .padding.padding-top {
      padding-top: 2rem; }

.padding-left-right {
  padding-left: 2rem;
  padding-right: 2rem; }

.padding-top-bottom {
  padding-bottom: 2rem;
  padding-top: 2rem; }

.padding-top {
  padding-top: 2rem; }

.padding-right {
  padding-right: 2rem; }

.padding-bottom {
  padding-bottom: 2rem; }

.padding-left {
  padding-left: 2rem; }

.padding-half {
  padding: 1rem; }

.padding-left-right-half {
  padding-left: 1rem;
  padding-right: 1rem; }

.padding-top-bottom-half {
  padding-bottom: 1rem;
  padding-top: 1rem; }

.padding-top-half {
  padding-top: 1rem; }

.padding-right-half {
  padding-right: 1rem; }

.padding-bottom-half {
  padding-bottom: 1rem; }

.padding-left-half {
  padding-left: 1rem; }

.margin-quarter {
  margin: 0.5rem; }

.padding-double {
  padding: 3rem; }

.space-xxs {
  height: 2rem;
  width: 0.33333rem; }

.space-xs {
  height: 2rem;
  width: 0.5rem; }

.space-s {
  height: 2rem;
  width: 1rem; }

.space-m {
  height: 2rem;
  width: 2rem; }

.space-l {
  height: 2rem;
  width: 3rem; }

.space-xl {
  height: 2rem;
  width: 4rem; }

.space-xxl {
  height: 2rem;
  width: 6rem; }

.space-xxxl {
  height: 2rem;
  width: 8rem; }

.space-xxxxl {
  height: 2rem;
  width: 12rem; }

.space-xxxxxl {
  height: 2rem;
  width: 16rem; }

.state-error,
.state-error.panel {
  background-color: #fce8ea;
  border-color: #b81422;
  color: #2e3638; }
  .state-error a,
  .state-error.panel a {
    color: #b81422; }
    .state-error a:active, .state-error a:focus, .state-error a:hover,
    .state-error.panel a:active,
    .state-error.panel a:focus,
    .state-error.panel a:hover {
      background-color: transparent;
      color: #eb4755; }
  .state-error h1,
  .state-error h2,
  .state-error h3,
  .state-error h4,
  .state-error h5,
  .state-error h6,
  .state-error.panel h1,
  .state-error.panel h2,
  .state-error.panel h3,
  .state-error.panel h4,
  .state-error.panel h5,
  .state-error.panel h6 {
    color: #8a0f1a; }
  .state-error .panel-header,
  .state-error .panel-header:first-child,
  .state-error.panel .panel-header,
  .state-error.panel .panel-header:first-child {
    background-color: #b81422;
    color: white; }

.state-info,
.state-info.panel {
  background-color: #e8f9fc;
  border-color: #0f758a;
  color: #2e3638; }
  .state-info a,
  .state-info.panel a {
    color: #0f758a; }
    .state-info a:active, .state-info a:focus, .state-info a:hover,
    .state-info.panel a:active,
    .state-info.panel a:focus,
    .state-info.panel a:hover {
      background-color: transparent;
      color: #05272e; }
  .state-info h1,
  .state-info h2,
  .state-info h3,
  .state-info h4,
  .state-info h5,
  .state-info h6,
  .state-info.panel h1,
  .state-info.panel h2,
  .state-info.panel h3,
  .state-info.panel h4,
  .state-info.panel h5,
  .state-info.panel h6 {
    color: #0f758a; }
  .state-info .panel-header,
  .state-info .panel-header:first-child,
  .state-info.panel .panel-header,
  .state-info.panel .panel-header:first-child {
    background-color: #0f758a;
    color: white; }

.state-success,
.state-success.panel {
  background-color: #eafce8;
  border-color: #115c0a;
  color: #2e3638; }
  .state-success a,
  .state-success.panel a {
    color: #1a8a0f; }
    .state-success a:active, .state-success a:focus, .state-success a:hover,
    .state-success.panel a:active,
    .state-success.panel a:focus,
    .state-success.panel a:hover {
      background-color: transparent;
      color: #2be61a; }
  .state-success h1,
  .state-success h2,
  .state-success h3,
  .state-success h4,
  .state-success h5,
  .state-success h6,
  .state-success.panel h1,
  .state-success.panel h2,
  .state-success.panel h3,
  .state-success.panel h4,
  .state-success.panel h5,
  .state-success.panel h6 {
    color: #115c0a; }
  .state-success .panel-header,
  .state-success .panel-header:first-child,
  .state-success.panel .panel-header,
  .state-success.panel .panel-header:first-child {
    background-color: #115c0a;
    color: white; }

.state-warning,
.state-warning.panel {
  background-color: #fcf1e8;
  border-color: #b85814;
  color: #2e3638; }
  .state-warning a,
  .state-warning.panel a {
    color: #8a420f; }
    .state-warning a:active, .state-warning a:focus, .state-warning a:hover,
    .state-warning.panel a:active,
    .state-warning.panel a:focus,
    .state-warning.panel a:hover {
      background-color: transparent;
      color: #e66f1a; }
  .state-warning h1,
  .state-warning h2,
  .state-warning h3,
  .state-warning h4,
  .state-warning h5,
  .state-warning h6,
  .state-warning.panel h1,
  .state-warning.panel h2,
  .state-warning.panel h3,
  .state-warning.panel h4,
  .state-warning.panel h5,
  .state-warning.panel h6 {
    color: #8a420f; }
  .state-warning .panel-header,
  .state-warning .panel-header:first-child,
  .state-warning.panel .panel-header,
  .state-warning.panel .panel-header:first-child {
    background-color: #b85814;
    color: white; }

@font-face {
  font-family: "Montserrat";
  font-stretch: normal;
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/montserrat-regular.woff2") format("woff2"), url("/assets/fonts/montserrat-regular.woff") format("woff"); }

@font-face {
  font-family: "Montserrat";
  font-stretch: normal;
  font-style: italic;
  font-weight: 400;
  src: url("/assets/fonts/montserrat-italic.woff2") format("woff2"), url("/assets/fonts/montserrat-italic.woff") format("woff"); }

@font-face {
  font-family: "Montserrat";
  font-stretch: normal;
  font-style: normal;
  font-weight: 700;
  src: url("/assets/fonts/montserrat-bold.woff2") format("woff2"), url("/assets/fonts/montserrat-bold.woff") format("woff"); }

@font-face {
  font-family: "Montserrat";
  font-stretch: normal;
  font-style: italic;
  font-weight: 700;
  src: url("/assets/fonts/montserrat-bolditalic.woff2") format("woff2"), url("/assets/fonts/montserrat-bolditalic.woff") format("woff"); }

@font-face {
  font-family: "Montserrat";
  font-stretch: normal;
  font-style: normal;
  font-weight: 900;
  src: url("/assets/fonts/montserrat-black.woff2") format("woff2"), url("/assets/fonts/montserrat-black.woff") format("woff"); }

@font-face {
  font-family: "Montserrat";
  font-stretch: normal;
  font-style: italic;
  font-weight: 900;
  src: url("/assets/fonts/montserrat-blackitalic.woff2") format("woff2"), url("/assets/fonts/montserrat-blackitalic.woff") format("woff"); }

.max-line blockquote,
.max-line h1,
.max-line h2,
.max-line h3,
.max-line h4,
.max-line h5,
.max-line h6,
.max-line li,
.max-line p {
  max-width: 50em; }

.black {
  font-weight: 900; }

.bold {
  font-weight: 700; }

.unbold {
  font-weight: 400 !important; }

.mono {
  font-family: "Operator Mono", Hack, Consolas, Menlo, Monaco, "Ubuntu Mono", "Courier New", Courier, monospace; }

.size-xxs {
  font-size: 0.92593rem; }

.size-xs {
  font-size: 1.11111rem; }

.size-s {
  font-size: 1.33333rem; }

.size-m {
  font-size: 1.6rem; }

.size-l {
  font-size: 1.92rem; }

.size-xl {
  font-size: 2.304rem; }

.size-xxl {
  font-size: 2.7648rem; }

.size-xxxl {
  font-size: 3.31776rem; }

.size-xxxxl {
  font-size: 3.98131rem; }

.text-left {
  display: block;
  text-align: left !important; }

.text-center {
  display: block;
  text-align: center !important; }

.text-right {
  display: block;
  text-align: right !important; }

.italic {
  font-style: italic; }

.uppercase {
  text-transform: uppercase; }

button,
input[type='button'],
a.button,
a.button[role='button'] {
  align-items: center;
  background-color: white;
  background-image: none;
  border: 1px solid #2e3638;
  border-radius: 0;
  color: #2e3638;
  cursor: pointer;
  display: inline-flex;
  font-weight: 400;
  height: auto;
  justify-content: center;
  line-height: 1;
  padding: 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.25s ease-in-out; }
  button:active, button:focus, button:hover,
  input[type='button']:active,
  input[type='button']:focus,
  input[type='button']:hover,
  a.button:active,
  a.button:focus,
  a.button:hover,
  a.button[role='button']:active,
  a.button[role='button']:focus,
  a.button[role='button']:hover {
    background-color: #0f758a;
    color: white; }
  button + button,
  button + input[type='button'],
  button + a.button,
  input[type='button'] + button,
  input[type='button'] + input[type='button'],
  input[type='button'] + a.button,
  a.button + button,
  a.button + input[type='button'],
  a.button + a.button,
  a.button[role='button'] + button,
  a.button[role='button'] + input[type='button'],
  a.button[role='button'] + a.button {
    margin-left: 1rem; }
  button[disabled], button.disabled,
  input[type='button'][disabled],
  input[type='button'].disabled,
  a.button[disabled],
  a.button.disabled,
  a.button[role='button'][disabled],
  a.button[role='button'].disabled {
    background-color: inherit;
    color: inherit;
    cursor: not-allowed;
    opacity: 0.5; }
    button[disabled]:active, button[disabled]:focus, button[disabled]:hover, button.disabled:active, button.disabled:focus, button.disabled:hover,
    input[type='button'][disabled]:active,
    input[type='button'][disabled]:focus,
    input[type='button'][disabled]:hover,
    input[type='button'].disabled:active,
    input[type='button'].disabled:focus,
    input[type='button'].disabled:hover,
    a.button[disabled]:active,
    a.button[disabled]:focus,
    a.button[disabled]:hover,
    a.button.disabled:active,
    a.button.disabled:focus,
    a.button.disabled:hover,
    a.button[role='button'][disabled]:active,
    a.button[role='button'][disabled]:focus,
    a.button[role='button'][disabled]:hover,
    a.button[role='button'].disabled:active,
    a.button[role='button'].disabled:focus,
    a.button[role='button'].disabled:hover {
      background-color: inherit;
      color: inherit; }
  button.button-s,
  input[type='button'].button-s,
  a.button.button-s,
  a.button[role='button'].button-s {
    font-size: 1.11111rem; }
  button.button-l,
  input[type='button'].button-l,
  a.button.button-l,
  a.button[role='button'].button-l {
    font-size: 1.92rem; }
  button.button-xl,
  input[type='button'].button-xl,
  a.button.button-xl,
  a.button[role='button'].button-xl {
    font-size: 2.304rem; }
  button.button-xxl,
  input[type='button'].button-xxl,
  a.button.button-xxl,
  a.button[role='button'].button-xxl {
    font-size: 2.7648rem; }
  button.button-full-width,
  input[type='button'].button-full-width,
  a.button.button-full-width,
  a.button[role='button'].button-full-width {
    width: 100%; }
  button.button-centered,
  input[type='button'].button-centered,
  a.button.button-centered,
  a.button[role='button'].button-centered {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  button.button-right,
  input[type='button'].button-right,
  a.button.button-right,
  a.button[role='button'].button-right {
    display: block;
    margin-left: auto; }
  button.button-primary,
  input[type='button'].button-primary,
  a.button.button-primary,
  a.button[role='button'].button-primary {
    border-color: transparent;
    background-color: #0f758a;
    color: white; }
    button.button-primary:active, button.button-primary:focus, button.button-primary:hover,
    input[type='button'].button-primary:active,
    input[type='button'].button-primary:focus,
    input[type='button'].button-primary:hover,
    a.button.button-primary:active,
    a.button.button-primary:focus,
    a.button.button-primary:hover,
    a.button[role='button'].button-primary:active,
    a.button[role='button'].button-primary:focus,
    a.button[role='button'].button-primary:hover {
      background-color: #0a4e5c;
      color: white; }
      .on-dark button.button-primary:active, .on-dark button.button-primary:focus, .on-dark button.button-primary:hover, .on-dark
      input[type='button'].button-primary:active, .on-dark
      input[type='button'].button-primary:focus, .on-dark
      input[type='button'].button-primary:hover, .on-dark
      a.button.button-primary:active, .on-dark
      a.button.button-primary:focus, .on-dark
      a.button.button-primary:hover, .on-dark
      a.button[role='button'].button-primary:active, .on-dark
      a.button[role='button'].button-primary:focus, .on-dark
      a.button[role='button'].button-primary:hover {
        border-color: white; }
  button.button-primary-light,
  input[type='button'].button-primary-light,
  a.button.button-primary-light,
  a.button[role='button'].button-primary-light {
    border-color: transparent;
    background-color: #d1f3fa;
    color: #0a4e5c; }
    button.button-primary-light:active, button.button-primary-light:focus, button.button-primary-light:hover,
    input[type='button'].button-primary-light:active,
    input[type='button'].button-primary-light:focus,
    input[type='button'].button-primary-light:hover,
    a.button.button-primary-light:active,
    a.button.button-primary-light:focus,
    a.button.button-primary-light:hover,
    a.button[role='button'].button-primary-light:active,
    a.button[role='button'].button-primary-light:focus,
    a.button[role='button'].button-primary-light:hover {
      background-color: #75dbf0; }
      .on-dark button.button-primary-light:active, .on-dark button.button-primary-light:focus, .on-dark button.button-primary-light:hover, .on-dark
      input[type='button'].button-primary-light:active, .on-dark
      input[type='button'].button-primary-light:focus, .on-dark
      input[type='button'].button-primary-light:hover, .on-dark
      a.button.button-primary-light:active, .on-dark
      a.button.button-primary-light:focus, .on-dark
      a.button.button-primary-light:hover, .on-dark
      a.button[role='button'].button-primary-light:active, .on-dark
      a.button[role='button'].button-primary-light:focus, .on-dark
      a.button[role='button'].button-primary-light:hover {
        border-color: white; }
  button.button-primary-dark,
  input[type='button'].button-primary-dark,
  a.button.button-primary-dark,
  a.button[role='button'].button-primary-dark {
    border-color: transparent;
    background-color: #0a4e5c;
    color: white; }
    button.button-primary-dark:active, button.button-primary-dark:focus, button.button-primary-dark:hover,
    input[type='button'].button-primary-dark:active,
    input[type='button'].button-primary-dark:focus,
    input[type='button'].button-primary-dark:hover,
    a.button.button-primary-dark:active,
    a.button.button-primary-dark:focus,
    a.button.button-primary-dark:hover,
    a.button[role='button'].button-primary-dark:active,
    a.button[role='button'].button-primary-dark:focus,
    a.button[role='button'].button-primary-dark:hover {
      background-color: #0f758a;
      color: white; }
      .on-dark button.button-primary-dark:active, .on-dark button.button-primary-dark:focus, .on-dark button.button-primary-dark:hover, .on-dark
      input[type='button'].button-primary-dark:active, .on-dark
      input[type='button'].button-primary-dark:focus, .on-dark
      input[type='button'].button-primary-dark:hover, .on-dark
      a.button.button-primary-dark:active, .on-dark
      a.button.button-primary-dark:focus, .on-dark
      a.button.button-primary-dark:hover, .on-dark
      a.button[role='button'].button-primary-dark:active, .on-dark
      a.button[role='button'].button-primary-dark:focus, .on-dark
      a.button[role='button'].button-primary-dark:hover {
        border-color: white; }
  button.button-success,
  input[type='button'].button-success,
  a.button.button-success,
  a.button[role='button'].button-success {
    background-color: #1a8a0f;
    border-color: transparent;
    color: white; }
    button.button-success:active, button.button-success:focus, button.button-success:hover,
    input[type='button'].button-success:active,
    input[type='button'].button-success:focus,
    input[type='button'].button-success:hover,
    a.button.button-success:active,
    a.button.button-success:focus,
    a.button.button-success:hover,
    a.button[role='button'].button-success:active,
    a.button[role='button'].button-success:focus,
    a.button[role='button'].button-success:hover {
      background-color: #22b814; }
  button.button-success-light,
  input[type='button'].button-success-light,
  a.button.button-success-light,
  a.button[role='button'].button-success-light {
    border-color: transparent;
    background-color: #d5fad1;
    color: #115c0a; }
    button.button-success-light:active, button.button-success-light:focus, button.button-success-light:hover,
    input[type='button'].button-success-light:active,
    input[type='button'].button-success-light:focus,
    input[type='button'].button-success-light:hover,
    a.button.button-success-light:active,
    a.button.button-success-light:focus,
    a.button.button-success-light:hover,
    a.button[role='button'].button-success-light:active,
    a.button[role='button'].button-success-light:focus,
    a.button[role='button'].button-success-light:hover {
      background-color: #80f075; }
      .on-dark button.button-success-light:active, .on-dark button.button-success-light:focus, .on-dark button.button-success-light:hover, .on-dark
      input[type='button'].button-success-light:active, .on-dark
      input[type='button'].button-success-light:focus, .on-dark
      input[type='button'].button-success-light:hover, .on-dark
      a.button.button-success-light:active, .on-dark
      a.button.button-success-light:focus, .on-dark
      a.button.button-success-light:hover, .on-dark
      a.button[role='button'].button-success-light:active, .on-dark
      a.button[role='button'].button-success-light:focus, .on-dark
      a.button[role='button'].button-success-light:hover {
        border-color: white; }
  button.button-cancel,
  input[type='button'].button-cancel,
  a.button.button-cancel,
  a.button[role='button'].button-cancel {
    background-color: #b81422;
    border-color: transparent;
    color: white; }
    button.button-cancel:active, button.button-cancel:focus, button.button-cancel:hover,
    input[type='button'].button-cancel:active,
    input[type='button'].button-cancel:focus,
    input[type='button'].button-cancel:hover,
    a.button.button-cancel:active,
    a.button.button-cancel:focus,
    a.button.button-cancel:hover,
    a.button[role='button'].button-cancel:active,
    a.button[role='button'].button-cancel:focus,
    a.button[role='button'].button-cancel:hover {
      background-color: #5c0a11; }
  button.button-cancel-light,
  input[type='button'].button-cancel-light,
  a.button.button-cancel-light,
  a.button[role='button'].button-cancel-light {
    border-color: transparent;
    background-color: #fad1d5;
    color: #5c0a11; }
    button.button-cancel-light:active, button.button-cancel-light:focus, button.button-cancel-light:hover,
    input[type='button'].button-cancel-light:active,
    input[type='button'].button-cancel-light:focus,
    input[type='button'].button-cancel-light:hover,
    a.button.button-cancel-light:active,
    a.button.button-cancel-light:focus,
    a.button.button-cancel-light:hover,
    a.button[role='button'].button-cancel-light:active,
    a.button[role='button'].button-cancel-light:focus,
    a.button[role='button'].button-cancel-light:hover {
      background-color: #f07580; }
      .on-dark button.button-cancel-light:active, .on-dark button.button-cancel-light:focus, .on-dark button.button-cancel-light:hover, .on-dark
      input[type='button'].button-cancel-light:active, .on-dark
      input[type='button'].button-cancel-light:focus, .on-dark
      input[type='button'].button-cancel-light:hover, .on-dark
      a.button.button-cancel-light:active, .on-dark
      a.button.button-cancel-light:focus, .on-dark
      a.button.button-cancel-light:hover, .on-dark
      a.button[role='button'].button-cancel-light:active, .on-dark
      a.button[role='button'].button-cancel-light:focus, .on-dark
      a.button[role='button'].button-cancel-light:hover {
        border-color: white; }
  button.button-warning,
  input[type='button'].button-warning,
  a.button.button-warning,
  a.button[role='button'].button-warning {
    background-color: #8a420f;
    border-color: transparent;
    color: white; }
    button.button-warning:active, button.button-warning:focus, button.button-warning:hover,
    input[type='button'].button-warning:active,
    input[type='button'].button-warning:focus,
    input[type='button'].button-warning:hover,
    a.button.button-warning:active,
    a.button.button-warning:focus,
    a.button.button-warning:hover,
    a.button[role='button'].button-warning:active,
    a.button[role='button'].button-warning:focus,
    a.button[role='button'].button-warning:hover {
      background-color: #5c2c0a; }
  button.button-warning-light,
  input[type='button'].button-warning-light,
  a.button.button-warning-light,
  a.button[role='button'].button-warning-light {
    border-color: transparent;
    background-color: #fae2d1;
    color: #5c2c0a; }
    button.button-warning-light:active, button.button-warning-light:focus, button.button-warning-light:hover,
    input[type='button'].button-warning-light:active,
    input[type='button'].button-warning-light:focus,
    input[type='button'].button-warning-light:hover,
    a.button.button-warning-light:active,
    a.button.button-warning-light:focus,
    a.button.button-warning-light:hover,
    a.button[role='button'].button-warning-light:active,
    a.button[role='button'].button-warning-light:focus,
    a.button[role='button'].button-warning-light:hover {
      background-color: #f0a875; }
      .on-dark button.button-warning-light:active, .on-dark button.button-warning-light:focus, .on-dark button.button-warning-light:hover, .on-dark
      input[type='button'].button-warning-light:active, .on-dark
      input[type='button'].button-warning-light:focus, .on-dark
      input[type='button'].button-warning-light:hover, .on-dark
      a.button.button-warning-light:active, .on-dark
      a.button.button-warning-light:focus, .on-dark
      a.button.button-warning-light:hover, .on-dark
      a.button[role='button'].button-warning-light:active, .on-dark
      a.button[role='button'].button-warning-light:focus, .on-dark
      a.button[role='button'].button-warning-light:hover {
        border-color: white; }
  button.button-close,
  input[type='button'].button-close,
  a.button.button-close,
  a.button[role='button'].button-close {
    background-color: rgba(0, 0, 0, 0.1);
    border: 0;
    color: rgba(0, 0, 0, 0.5);
    font-size: 2.304rem;
    padding: 0.5rem;
    position: absolute;
    right: 0;
    top: 0; }
    button.button-close:active, button.button-close:focus, button.button-close:hover,
    input[type='button'].button-close:active,
    input[type='button'].button-close:focus,
    input[type='button'].button-close:hover,
    a.button.button-close:active,
    a.button.button-close:focus,
    a.button.button-close:hover,
    a.button[role='button'].button-close:active,
    a.button[role='button'].button-close:focus,
    a.button[role='button'].button-close:hover {
      color: rgba(0, 0, 0, 0.7); }

input,
select {
  border: 1px solid #73888c;
  height: 5rem;
  padding: 1rem; }
  .on-dark input, .on-dark
  select {
    color: black; }

input[type='number']:invalid {
  background-color: #fce8ea;
  border-color: #b81422;
  color: #2e3638; }
  input[type='number']:invalid a {
    color: #b81422; }
    input[type='number']:invalid a:active, input[type='number']:invalid a:focus, input[type='number']:invalid a:hover {
      background-color: transparent;
      color: #eb4755; }
  input[type='number']:invalid h1,
  input[type='number']:invalid h2,
  input[type='number']:invalid h3,
  input[type='number']:invalid h4,
  input[type='number']:invalid h5,
  input[type='number']:invalid h6 {
    color: #8a0f1a; }
  input[type='number']:invalid .panel-header,
  input[type='number']:invalid .panel-header:first-child {
    background-color: #b81422;
    color: white; }

label {
  cursor: pointer; }

select[multiple] {
  height: 12rem;
  padding: 0;
  width: 100%; }
  select[multiple].boxed {
    height: 40rem; }
  select[multiple] option {
    padding: 0.5rem 2rem; }

dw-simple-select .select-child-field {
  margin-top: 0; }

dw-simple-select + dw-simple-select .select-child-field {
  margin-top: 2rem; }
  @media (min-width: 1000px) {
    dw-simple-select + dw-simple-select .select-child-field {
      margin-top: 0; } }

.checkbox input ~ .control-indicator::before {
  background-position: 6px 7px; }

.checkbox input:checked ~ .control-indicator::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCI+PHBhdGggZmlsbD0iI2ZkYjcxYyIgZD0iTTE2LjU4IDEuMzlhLjY4LjY4IDAgMCAwLS40NC4yMUw2LjggMTEuMzJsLTIuODktM2EuNzYuNzYgMCAwIDAtMSAwTC4xOSAxMS4xMWEuNzUuNzUgMCAwIDAgMCAxbDMuNDEgMy41NCAyLjY0IDIuNzZhLjc2Ljc2IDAgMCAwIDEgMGwyLjI1LTIuMzEuNDctLjQ5IDkuODUtMTAuMjdhLjc1Ljc1IDAgMCAwIDAtMUwxNy4xNiAxLjZhLjc0Ljc0IDAgMCAwLS41OC0uMjF6Ii8+PC9zdmc+"); }

.checkbox input:not(:checked) ~ .control-indicator::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCI+PHBhdGggZmlsbD0iI2U2ZTdlOCIgZD0iTTE2LjU4IDEuMzlhLjY4LjY4IDAgMCAwLS40NC4yMUw2LjggMTEuMzJsLTIuODktM2EuNzYuNzYgMCAwIDAtMSAwTC4xOSAxMS4xMWEuNzUuNzUgMCAwIDAgMCAxbDMuNDEgMy41NCAyLjY0IDIuNzZhLjc2Ljc2IDAgMCAwIDEgMGwyLjI1LTIuMzEuNDctLjQ5IDkuODUtMTAuMjdhLjc1Ljc1IDAgMCAwIDAtMUwxNy4xNiAxLjZhLjc0Ljc0IDAgMCAwLS41OC0uMjF6Ii8+PC9zdmc+"); }

.checkbox.bustout input ~ .control-indicator::before {
  background-position: 5px 2px;
  background-size: 44px;
  height: 50px;
  left: -2px;
  margin-top: -10px;
  top: -2px;
  width: 50px; }

.control {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  line-height: 5rem;
  height: auto;
  padding: 0;
  position: relative;
  width: 100%; }
  .control input {
    opacity: 0;
    width: auto;
    z-index: -1; }
    .control input:focus ~ .control-indicator {
      box-shadow: 0 0 0.33333rem 0.33333rem #0f758a; }

.control-indicator {
  background-color: white;
  border: 2px solid black;
  border-radius: 100%;
  display: block;
  flex-shrink: 0;
  height: 40px;
  left: 0;
  position: relative;
  top: 0;
  user-select: none;
  width: 40px; }
  .on-dark .control-indicator {
    border-color: white; }
  .control-indicator::before {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 26px;
    border-radius: 0;
    content: '';
    height: 40px;
    left: -2px;
    position: absolute;
    top: -2px;
    width: 40px; }

.control-label {
  line-height: 1.25;
  padding-left: 1rem; }

.controls-boxed {
  border: 1px solid #73888c;
  max-height: 400px;
  overflow-y: scroll; }
  .controls-boxed label {
    font-weight: 400;
    line-height: 1;
    margin: 0 !important;
    text-transform: none; }
    .controls-boxed label:nth-child(even) {
      background-color: #f1f3f4; }

.controls-inline {
  margin: 2rem 0; }
  .controls-inline .control {
    display: inline-block;
    height: 2rem; }
    .controls-inline .control + .control {
      margin-left: 2rem; }

.file {
  cursor: pointer;
  display: inline-block;
  height: 5rem;
  position: relative;
  width: 100%; }
  .file input {
    filter: alpha(opacity=0);
    margin: 0;
    min-width: 6rem;
    opacity: 0; }
  .file input:focus ~ .file-custom {
    outline: 0 0 0.33333rem 0.33333rem #0f758a; }

.file-custom {
  background-color: white;
  border: 1px solid #73888c;
  border-radius: 0;
  color: black;
  height: 5rem;
  left: 0;
  line-height: 5rem;
  padding: 0 2rem;
  position: absolute;
  right: 0;
  top: 0;
  user-select: none;
  z-index: 5; }
  .file-custom::after {
    content: 'Choose file...'; }
  .file-custom:before {
    background-color: #f1f3f4;
    border: 1px solid #73888c;
    border-radius: 0;
    color: black;
    content: 'Browse';
    display: block;
    height: 5rem;
    line-height: 5rem;
    padding: 0 2rem;
    position: absolute;
    right: -1px;
    top: -1px;
    z-index: 6; }

.floating-label-group {
  margin: 1rem 0;
  padding-top: 2rem;
  position: relative; }
  @media (min-width: 800px) {
    .login-form .floating-label-group {
      margin: 0; } }
  .floating-label-group input {
    position: relative;
    width: 100%;
    z-index: 2; }
    .floating-label-group input:not(:placeholder-shown) + label {
      opacity: 1;
      top: 0; }
    .search-actions .floating-label-group input {
      background-color: transparent;
      height: 3rem; }
  .floating-label-group label {
    font-size: 1.33333rem;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 50%;
    transition: all 0.25s ease-in-out;
    z-index: 1; }
    .floating-label-group label + .field-error-display > .state-error {
      border-top-width: 0; }

.floating-label-select {
  padding-top: 0; }
  .floating-label-select label {
    opacity: 1;
    position: relative;
    top: 0; }

.form-control-inline {
  display: block; }
  @media (min-width: 600px) {
    .form-control-inline {
      align-items: center;
      display: flex; } }
  .form-control-inline input {
    min-width: 1rem; }
  .form-control-inline label {
    margin: 0 1rem 0 0;
    white-space: nowrap; }
  .form-control-inline .toggle-switch label {
    margin-right: 0; }

.form-group.alt-off + .form-group.alt-off {
  margin-top: 2rem;
  padding-top: 2rem; }

.form-group .control input {
  width: auto; }

.form-group input {
  width: 100%; }
  .form-group input + .field-error-display > .state-error {
    border-top-width: 0; }

.form-group label {
  display: block;
  font-weight: 700;
  margin-bottom: 0.5rem;
  text-transform: uppercase; }
  .form-group label.control {
    display: flex; }
  .form-group label.label-parent {
    line-height: 1.25;
    margin-bottom: 2rem; }

.form-group .control-label {
  font-weight: 400;
  text-transform: none; }

.form-groups {
  margin-bottom: 2rem; }
  .form-groups > * > .form-group {
    padding: 2rem; }
  .form-groups > * + * > .form-group {
    padding-top: 0; }

.form-read-more:active dw-icon use, .form-read-more:focus dw-icon use, .form-read-more:hover dw-icon use {
  fill: #2e3638; }

.form-read-more:active dw-icon path, .form-read-more:focus dw-icon path, .form-read-more:hover dw-icon path {
  all: inherit; }

.form-read-more dw-icon {
  flex-shrink: 0;
  height: 1.125em;
  margin-right: 1rem;
  width: 1.125em; }
  @media (min-width: 1000px) {
    .form-read-more dw-icon {
      height: 1.6875em;
      width: 1.6875em; } }
  .form-read-more dw-icon use {
    fill: #0f758a; }
  .form-read-more dw-icon path {
    all: inherit; }

.form-read-more span {
  font-size: 1.11111rem; }

.form-settings {
  background-color: #0a4e5c;
  display: grid;
  grid-template-columns: min-content auto;
  padding: 0; }
  @media (min-width: 1000px) {
    .form-settings {
      margin-left: 3rem; } }
  .form-settings > div {
    padding: 1rem; }
  .form-settings > i {
    align-items: center;
    background-color: #0f758a;
    color: white;
    display: flex;
    justify-content: center;
    padding: 1rem; }
  .form-settings label {
    margin: -0.5rem 0 0.5rem; }
  .form-settings .select select {
    border-width: 0; }

.on-dark .form-settings-header, .on-dark
.form-settings-header:first-child {
  background-color: white;
  color: #2e3638;
  display: inline-block;
  font-size: 1.33333rem;
  font-weight: 700;
  margin: -0.5rem 0.5rem 1rem -0.5rem;
  padding: 0.5rem 1rem;
  text-transform: uppercase; }

.input-icon {
  border: 1px solid #73888c;
  display: flex;
  overflow-x: hidden;
  width: 100%; }
  .input-icon > i {
    align-items: center;
    background-color: #e3e7e8;
    color: black;
    display: flex;
    fill: currentColor;
    flex: 0 0 5rem;
    height: 5rem;
    justify-content: center;
    width: 5rem; }
  .input-icon[class*='state-'] > i {
    color: white; }
  .input-icon.state-error > i {
    background-color: #b81422; }
  .input-icon.state-info > i {
    background-color: #0f758a; }
  .input-icon.state-success > i {
    background-color: #115c0a; }
  .input-icon.state-warning > i {
    background-color: #b85814; }
  .input-icon input {
    border-width: 0;
    flex: 1 1 100%; }
  .input-icon + .field-error-display > [class*='state-'] {
    border-top-width: 0 !important; }

.input-with-button {
  border: 1px solid #73888c;
  display: flex; }
  .input-with-button input {
    border-width: 0;
    flex: 1 1 100%; }
  .input-with-button button {
    border-width: 0;
    white-space: nowrap; }

.label-parent {
  color: #0f758a;
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 0; }
  .label-parent:not(:first-child) {
    margin-top: 2rem; }
  .form-group label.label-parent {
    text-transform: none; }

.label-parent-choose {
  color: #2e3638; }
  .label-parent-choose a {
    color: #0f758a; }
    .label-parent-choose a:active, .label-parent-choose a:focus, .label-parent-choose a:hover {
      background-color: transparent;
      color: #05272e; }

.label-plain {
  font-size: 1.33333rem; }
  .form-group label.label-plain {
    font-weight: 400;
    text-transform: none; }

.progress {
  display: inline-block;
  height: 2rem;
  width: 100%; }
  .progress[value] {
    appearance: none;
    border: 0;
    color: #0f758a; }
    .progress[value]::-webkit-progress-bar {
      background-color: #f1f3f4;
      border-radius: 0; }
    .progress[value]::-webkit-progress-value {
      background-color: #0f758a;
      border-bottom-left-radius: 0;
      border-top-left-radius: 0; }
  .progress[value='100']::-webkit-progress-value {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.radio input ~ .control-indicator::before {
  background-position: 6px 7px; }

.radio input:checked ~ .control-indicator::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCI+PHBhdGggZmlsbD0iI2ZkYjcxYyIgZD0iTTE2LjU4IDEuMzlhLjY4LjY4IDAgMCAwLS40NC4yMUw2LjggMTEuMzJsLTIuODktM2EuNzYuNzYgMCAwIDAtMSAwTC4xOSAxMS4xMWEuNzUuNzUgMCAwIDAgMCAxbDMuNDEgMy41NCAyLjY0IDIuNzZhLjc2Ljc2IDAgMCAwIDEgMGwyLjI1LTIuMzEuNDctLjQ5IDkuODUtMTAuMjdhLjc1Ljc1IDAgMCAwIDAtMUwxNy4xNiAxLjZhLjc0Ljc0IDAgMCAwLS41OC0uMjF6Ii8+PC9zdmc+"); }

.radio input:not(:checked) ~ .control-indicator::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCI+PHBhdGggZmlsbD0iI2U2ZTdlOCIgZD0iTTE2LjU4IDEuMzlhLjY4LjY4IDAgMCAwLS40NC4yMUw2LjggMTEuMzJsLTIuODktM2EuNzYuNzYgMCAwIDAtMSAwTC4xOSAxMS4xMWEuNzUuNzUgMCAwIDAgMCAxbDMuNDEgMy41NCAyLjY0IDIuNzZhLjc2Ljc2IDAgMCAwIDEgMGwyLjI1LTIuMzEuNDctLjQ5IDkuODUtMTAuMjdhLjc1Ljc1IDAgMCAwIDAtMUwxNy4xNiAxLjZhLjc0Ljc0IDAgMCAwLS41OC0uMjF6Ii8+PC9zdmc+"); }

.read-more-content {
  background-color: #e8f9fc;
  padding: 2rem; }
  .read-more-content h4 {
    font-weight: 700;
    margin-top: 0; }
  .on-dark .read-more-content {
    color: #2e3638; }
    .on-dark .read-more-content h4 {
      color: #2e3638; }

.search-options .control.checkbox {
  background-color: #f9fafa;
  border: 1px solid #c7cfd1;
  margin-bottom: 0;
  padding: 0.5rem 0; }

.select {
  color: black;
  display: flex;
  position: relative;
  width: 100%; }
  .select.search-settings select {
    background-color: rgba(255, 255, 255, 0.8); }
  .select.select-icon-left {
    background-color: white; }
    .select.select-icon-left select {
      background-color: transparent;
      border: 1px solid #73888c;
      padding-left: 6rem;
      position: relative;
      z-index: 2; }
  .select.select-multiple::after {
    display: none; }
  .select.select-multiple option[disabled] {
    background-color: #0a4e5c;
    color: white;
    cursor: default;
    font-weight: 700;
    padding: 1rem 2rem; }
  .select i {
    align-items: center;
    background-color: #f1f3f4;
    border-width: 0;
    display: flex;
    flex-direction: row;
    height: 5rem;
    justify-content: center;
    position: absolute;
    width: 5rem;
    z-index: 1; }
  .select select {
    appearance: none;
    background-color: white;
    border-radius: 0;
    border: 1px solid #73888c;
    color: black;
    cursor: pointer;
    display: inline-block;
    line-height: 1.5;
    margin: 0;
    outline: 0;
    padding: 1rem 4rem 1rem 2rem;
    width: 100%; }
    .select select[multiple] {
      padding: 0; }
      .select select[multiple].select-icon-left {
        padding-left: 6rem; }
    .select select:focus option:checked {
      background: #0f758a linear-gradient(0deg, #0f758a 0%, #0f758a 100%);
      color: white !important; }
    .select select:focus:-moz-focusring {
      color: transparent;
      text-shadow: 0 0 0 black; }
    .select select::-ms-expand {
      display: none; }
    .select select option:checked {
      background: #75dbf0 linear-gradient(0deg, #75dbf0 0%, #75dbf0 100%);
      color: black !important; }
  .select::after {
    border-bottom: 0.5rem solid transparent;
    border-left: 0.5rem solid transparent;
    border-right: 0.5rem solid transparent;
    border-top: 1rem solid;
    content: '';
    display: inline-block;
    height: 0;
    margin-top: -0.5rem;
    pointer-events: none;
    position: absolute;
    right: 2rem;
    top: 50%;
    width: 0; }

.select-alt {
  display: flex; }
  .select-alt label {
    background-color: #2e3638;
    color: white;
    line-height: 5rem;
    padding: 0 2rem;
    text-transform: uppercase; }

.select-child-arrow.g-l-1 {
  display: none; }
  @media (min-width: 1000px) {
    .grid .select-child-arrow.g-l-1 {
      display: flex;
      grid-row-start: 1;
      grid-row-end: 99;
      justify-content: flex-end; } }
  .select-child-arrow.g-l-1 b {
    border-bottom: 1px solid #73888c;
    border-left: 1px solid #73888c;
    display: block;
    height: 50%;
    width: 50%; }
    .hide-child-design .select-child-arrow.g-l-1 b {
      display: none; }

.select-child-header {
  align-self: start;
  margin-top: 2rem; }
  @media (min-width: 1000px) {
    .select-child-header {
      margin-top: 3rem;
      min-height: 5rem; } }
  .hide-child-design .select-child-header {
    margin-top: 0; }

.select-read-more {
  align-items: center;
  display: flex;
  flex-direction: row;
  margin-top: 1rem; }
  @media (min-width: 1000px) {
    .select-read-more {
      margin-top: 3rem;
      min-height: 5rem; } }
  @media (min-width: 1000px) {
    .select-read-more.checkbox-read-more {
      margin-top: 0.5rem; } }
  .select-read-more a {
    align-items: center;
    background-image: none;
    display: flex; }
    .select-read-more a:active em,
    .select-read-more a:active i, .select-read-more a:focus em,
    .select-read-more a:focus i, .select-read-more a:hover em,
    .select-read-more a:hover i {
      color: #05272e; }
  .select-read-more em {
    color: #0f758a;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase; }
    @media (min-width: 1000px) {
      .select-read-more em {
        display: block; } }
  .select-read-more hr {
    display: none; }
    @media (min-width: 1000px) {
      .select-read-more hr {
        border-top: 1px dashed #0f758a;
        display: block;
        flex-shrink: 0;
        margin: 0;
        width: 4rem; } }
  .select-read-more i {
    color: #0f758a;
    height: 100%;
    margin-right: 1rem; }
    .select-read-more i > * {
      align-items: center;
      display: flex;
      flex-direction: row;
      height: 100%;
      width: 100%; }
    @media (min-width: 1000px) {
      .select-read-more i svg {
        height: 3rem;
        width: 3rem; } }

.toggle-switch {
  align-items: center;
  border: 1px solid #73888c;
  border-radius: 0.5rem;
  display: flex;
  width: 100%; }
  .on-dark .toggle-switch {
    color: black; }
  .toggle-switch input {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    max-width: 0;
    overflow: hidden;
    position: absolute;
    width: 1px; }
    .toggle-switch input:focus ~ label {
      box-shadow: 0 0 0.33333rem 0.33333rem #0f758a; }
    .toggle-switch input:checked + label {
      background-color: #0f758a;
      color: white; }
  .toggle-switch label {
    background-color: #d1f3fa;
    border-right: 1px solid #73888c;
    flex-grow: 1;
    font-weight: 400;
    margin-bottom: 0;
    padding: 1rem 2rem;
    text-align: center;
    text-transform: none; }
    .toggle-switch label:first-of-type {
      border-bottom-left-radius: 0.5rem;
      border-top-left-radius: 0.5rem; }
    .toggle-switch label:last-of-type {
      border-bottom-right-radius: 0.5rem;
      border-right-width: 0;
      border-top-right-radius: 0.5rem; }
    .toggle-switch label:active, .toggle-switch label:focus, .toggle-switch label:hover {
      background-color: #0f758a;
      color: white; }

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

html {
  font-size: 10px; }

body {
  background-color: white;
  color: #2e3638;
  font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  font-kerning: normal;
  font-size: 1.6rem;
  font-variant-ligatures: common-ligatures;
  font-variant-numeric: lining-nums;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  overflow-x: hidden;
  overflow-y: initial;
  position: relative; }
  body.body-scrollable {
    overflow-x: initial; }
    body.body-scrollable .site-search.site-query {
      overflow-x: visible; }
      body.body-scrollable .site-search.site-query > article {
        overflow-x: visible; }
      body.body-scrollable .site-search.site-query .constrained {
        max-width: initial;
        width: initial; }

::selection {
  background-color: #0f758a;
  color: white;
  text-shadow: 0; }

:focus {
  outline: none; }

::placeholder {
  color: #b9c4c6;
  opacity: 1; }

a,
area,
button,
input,
label,
select,
summary,
textarea,
[role='button'] {
  touch-action: manipulation; }

a {
  color: #0f758a;
  cursor: pointer;
  text-decoration: underline;
  transition: all 0.25s ease-in-out; }
  .on-dark a {
    color: white; }
  .on-light a {
    color: #0f758a; }
  a[href*='//']:not([href*="dataweb.usitc.gov"]) {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDAwIDEwMDAiPjx0aXRsZT5leHRlcm5hbDwvdGl0bGU+PHN0eWxlPnBhdGggeyBmaWxsOiAjMGY3NThhOyB9PC9zdHlsZT48cGF0aCBkPSJNOTQ4Ljc1LDMyNC4xNCw4NzkuMjUsMjIxLDY3Ni41OSw0MjMuNjRhMjAuNzYsMjAuNzYsMCwwLDEtMjkuMjYsMGwtNzMuMTYtNzMuMTZhMjAuNzYsMjAuNzYsMCwwLDEsMC0yOS4yN0w3NzYuODIsMTE4LjU2bC0xMDEtNjcuMzFjLTE2LjgzLTExLTguNzgtMzYuNTgsMTEtMzcuMzFMOTc4Ljc0LDBjMTIuNDQtLjczLDIyLDguNzgsMjEuMjIsMjEuMjJsLTEzLjksMjkxLjlDOTg0LjYsMzMzLjY1LDk1OS43MiwzNDEsOTQ4Ljc1LDMyNC4xNFoiLz48cGF0aCBkPSJNODI2LjMyLDM1NS4yNVY4MTAuNTNhMTUuNjcsMTUuNjcsMCwwLDEtMTUuMjcsMTUuMjZIMTg5YTE1LjY3LDE1LjY3LDAsMCwxLTE1LjI3LTE1LjI2VjE4OC40MmMwLTcuODMsNi44NS0xNC4yMSwxNS4yNy0xNC4yMUg2NDMuNjdsNTAtNTBIMTg5Yy0zNS43OSwwLTY1LjI3LDI4LjQyLTY1LjI3LDY0LjIxVjgxMC41M2MwLDM1Ljc5LDI5LjQ4LDY1LjI2LDY1LjI3LDY1LjI2aDYyMi4xYzM1Ljc5LDAsNjUuMjctMjkuNDcsNjUuMjctNjUuMjZWMzA1LjI1WiIvPjwvc3ZnPg==);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 1.5rem;
    padding-right: 1.7rem; }
    a[href*='//']:not([href*="dataweb.usitc.gov"]):active, a[href*='//']:not([href*="dataweb.usitc.gov"]):focus, a[href*='//']:not([href*="dataweb.usitc.gov"]):hover {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDAwIDEwMDAiPjx0aXRsZT5leHRlcm5hbDwvdGl0bGU+PHN0eWxlPnBhdGggeyBmaWxsOiAjMDUyNzJlOyB9PC9zdHlsZT48cGF0aCBkPSJNOTQ4Ljc1LDMyNC4xNCw4NzkuMjUsMjIxLDY3Ni41OSw0MjMuNjRhMjAuNzYsMjAuNzYsMCwwLDEtMjkuMjYsMGwtNzMuMTYtNzMuMTZhMjAuNzYsMjAuNzYsMCwwLDEsMC0yOS4yN0w3NzYuODIsMTE4LjU2bC0xMDEtNjcuMzFjLTE2LjgzLTExLTguNzgtMzYuNTgsMTEtMzcuMzFMOTc4Ljc0LDBjMTIuNDQtLjczLDIyLDguNzgsMjEuMjIsMjEuMjJsLTEzLjksMjkxLjlDOTg0LjYsMzMzLjY1LDk1OS43MiwzNDEsOTQ4Ljc1LDMyNC4xNFoiLz48cGF0aCBkPSJNODI2LjMyLDM1NS4yNVY4MTAuNTNhMTUuNjcsMTUuNjcsMCwwLDEtMTUuMjcsMTUuMjZIMTg5YTE1LjY3LDE1LjY3LDAsMCwxLTE1LjI3LTE1LjI2VjE4OC40MmMwLTcuODMsNi44NS0xNC4yMSwxNS4yNy0xNC4yMUg2NDMuNjdsNTAtNTBIMTg5Yy0zNS43OSwwLTY1LjI3LDI4LjQyLTY1LjI3LDY0LjIxVjgxMC41M2MwLDM1Ljc5LDI5LjQ4LDY1LjI2LDY1LjI3LDY1LjI2aDYyMi4xYzM1Ljc5LDAsNjUuMjctMjkuNDcsNjUuMjctNjUuMjZWMzA1LjI1WiIvPjwvc3ZnPg==); }
    a[href*='//']:not([href*="dataweb.usitc.gov"]).no-icon, a[href*='//']:not([href*="dataweb.usitc.gov"]).no-icon:active, a[href*='//']:not([href*="dataweb.usitc.gov"]).no-icon:focus, a[href*='//']:not([href*="dataweb.usitc.gov"]).no-icon:hover {
      background-image: none; }
      a[href*='//']:not([href*="dataweb.usitc.gov"]).no-icon:not(.button), a[href*='//']:not([href*="dataweb.usitc.gov"]).no-icon:active:not(.button), a[href*='//']:not([href*="dataweb.usitc.gov"]).no-icon:focus:not(.button), a[href*='//']:not([href*="dataweb.usitc.gov"]).no-icon:hover:not(.button) {
        padding-right: 0; }
  a:active, a:focus, a:hover {
    background-color: transparent;
    color: #05272e; }
    .on-dark a:active, .on-dark a:focus, .on-dark a:hover {
      background-color: transparent;
      color: #a3e7f5; }
    .on-light a:active, .on-light a:focus, .on-light a:hover {
      background-color: transparent;
      color: #05272e; }

abbr, abbr[title] {
  cursor: help;
  font-variant: small-caps;
  text-decoration: none;
  text-transform: lowercase; }

article section + section {
  margin-top: 3rem; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-size: inherit; }

code,
kbd,
pre,
samp {
  font-family: "Operator Mono", Hack, Consolas, Menlo, Monaco, "Ubuntu Mono", "Courier New", Courier, monospace; }

dl dt {
  font-weight: 700; }

dl dd {
  margin-bottom: 1rem; }
  dl dd:last-child {
    margin-bottom: 0; }

ds-site-nav nav {
  grid-area: site-nav;
  height: 100vh;
  left: -250px;
  overflow: auto;
  position: fixed;
  top: 0;
  transition: left 0.75s ease-in-out;
  width: 250px;
  z-index: 99; }
  @media (min-width: 2400px) {
    ds-site-nav nav {
      left: 0 !important; } }
  ds-site-nav nav.open {
    left: 0; }

ds-site-nav .button-close {
  background-color: white;
  color: #0f758a;
  height: 36px;
  width: 36px; }
  @media (min-width: 2400px) {
    ds-site-nav .button-close {
      display: none; } }
  ds-site-nav .button-close:active, ds-site-nav .button-close:focus, ds-site-nav .button-close:hover {
    background-color: #d1f3fa; }

hr {
  border: none;
  border-top: 1px solid #73888c;
  height: 0;
  margin: 2rem 0; }

main > article > h1:first-child {
  margin-top: 0; }

p {
  margin-bottom: 2rem; }
  p:last-child {
    margin-bottom: 0; }

table {
  margin-bottom: 2rem; }
  table:last-child {
    margin-bottom: 0; }
  table td,
  table th {
    padding: 1rem; }
  table th {
    font-weight: 700; }

ol,
ul {
  margin-bottom: 2rem;
  padding-left: 3rem; }
  ol:only-child,
  ol:last-child li:last-child,
  ul:only-child,
  ul:last-child li:last-child {
    margin-bottom: 0; }
  ol li,
  ul li {
    margin: 0 0 1rem;
    list-style: disc; }
  ol.clean,
  ul.clean {
    padding: 0; }
    ol.clean li,
    ul.clean li {
      list-style: none;
      margin: 0 0 2rem; }

ol li {
  list-style: decimal; }

pre {
  background-color: white;
  border: 1px solid #73888c;
  color: black;
  font-family: "Operator Mono", Hack, Consolas, Menlo, Monaco, "Ubuntu Mono", "Courier New", Courier, monospace;
  padding: 1rem; }

small {
  font-size: 75%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

[hidden] {
  display: none !important; }

.alt {
  background-color: #f1f3f4; }

.alt-off {
  background-color: white; }

@media (min-width: 1000px) {
  .constrained {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: 100%; } }

.disclaimer {
  font-size: 1.11111rem; }

.display-grid {
  display: grid; }

@media (min-width: 800px) {
  .dlist-grid {
    display: grid;
    grid-template-columns: repeat(2, auto); } }

.dlist-grid dt {
  font-weight: 700;
  margin: 0;
  padding: 1rem 1rem 0; }
  .dlist-grid dt::after {
    content: ':'; }
  @media (min-width: 800px) {
    .dlist-grid dt {
      border-bottom: 1px solid #c7cfd1;
      padding: 1rem; } }

.dlist-grid dd {
  border-bottom: 1px solid #c7cfd1;
  margin: 0;
  padding: 0 1rem 1rem; }
  @media (min-width: 800px) {
    .dlist-grid dd {
      padding: 1rem; } }
  .dlist-grid dd ul {
    margin: 1rem -1rem -1rem;
    padding: 0; }
    @media (min-width: 800px) {
      .dlist-grid dd ul {
        margin-top: -1rem; } }
    .dlist-grid dd ul li {
      list-style: none;
      margin-bottom: 0;
      padding: 1rem; }
      .dlist-grid dd ul li:nth-child(odd) {
        background-color: #f1f3f4; }

.dlist-grid h2,
.dlist-grid h3,
.dlist-grid h4,
.dlist-grid h5,
.dlist-grid h6 {
  background-color: #f1f3f4;
  margin: 2rem 0 0;
  padding: 1rem 1rem 1.33333rem; }
  @media (min-width: 800px) {
    .dlist-grid h2,
    .dlist-grid h3,
    .dlist-grid h4,
    .dlist-grid h5,
    .dlist-grid h6 {
      grid-column-start: 1;
      grid-column-end: 3; } }
  .dlist-grid h2.section-header,
  .dlist-grid h3.section-header,
  .dlist-grid h4.section-header,
  .dlist-grid h5.section-header,
  .dlist-grid h6.section-header {
    margin-top: 3rem; }
  .dlist-grid h2 small,
  .dlist-grid h3 small,
  .dlist-grid h4 small,
  .dlist-grid h5 small,
  .dlist-grid h6 small {
    display: block;
    font-size: 1.6rem;
    font-style: italic;
    margin-top: 0.5rem; }

.grid-link {
  display: grid;
  justify-self: stretch;
  margin: 0 !important;
  text-align: center; }
  .grid-link a {
    background-color: #f1f3f4;
    color: #2e3638;
    display: block;
    padding: 2rem;
    text-decoration: none; }
    .grid-link a:active, .grid-link a:focus, .grid-link a:hover {
      background-color: #0f758a;
      color: white; }

.notice {
  color: #b81422; }

.nowrap {
  white-space: nowrap; }

@media (min-width: 800px) {
  .nowrap-at-m {
    white-space: nowrap; } }

.on-dark {
  background-color: #0a4e5c;
  color: white; }
  .on-dark.on-dark-alt {
    background-color: #0f758a; }
  .on-dark.on-dark-grey {
    background-color: #2e3638; }

.pos-relative {
  position: relative; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.read-more {
  max-height: 99rem;
  overflow: hidden;
  transition: max-height 0.25s ease-in-out; }
  .read-more.read-more-hidden {
    max-height: 0; }

.read-more-content p:last-of-type {
  margin-bottom: 0; }

.read-more-content dt:first-child {
  margin-top: 2rem; }

.outline-list li {
  list-style-type: upper-roman; }
  .outline-list li li {
    list-style-type: upper-latin; }
    .outline-list li li li {
      list-style-type: decimal; }
      .outline-list li li li li {
        list-style-type: lower-latin; }
        .outline-list li li li li li {
          list-style-type: lower-roman; }

.outline-list ol {
  margin-top: 1rem; }

.scrollable {
  max-height: 400px;
  min-height: 3rem;
  overflow-y: scroll; }
  .scrollable.mh-250 {
    max-height: 250px; }

.site-content {
  display: flex;
  flex-direction: column;
  grid-area: site-content;
  min-height: 100vh;
  position: relative;
  z-index: 1; }

.site-layout {
  grid-template-columns: 250px auto; }

@media (min-width: 2400px) {
  .site-layout-with-nav {
    display: grid;
    grid-template-areas: 'site-nav site-content';
    grid-template-columns: 250px auto; } }

.site-outlet {
  flex: 1; }

.tag-label {
  background-color: #e3e7e8;
  color: #2e3638;
  display: inline-block;
  font-size: 0.92593rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.33333rem;
  position: relative;
  top: 0.33333rem; }
  .tag-label:first-child {
    margin-left: 0; }
  .tag-label:last-child {
    margin-right: 0; }

@media (min-width: 2400px) {
  .toggle-nav {
    display: none !important; } }

.toggle-nav button {
  display: block;
  position: relative; }
  .toggle-nav button:active span, .toggle-nav button:focus span, .toggle-nav button:hover span {
    background-color: white; }
  .toggle-nav button span {
    background-color: #2e3638;
    border-radius: 3px;
    display: block;
    height: 3px;
    position: relative;
    transition-duration: 0.15s;
    transition-timing-function: ease-in-out;
    width: 2rem; }
    .toggle-nav button span:nth-child(1) {
      top: -3px;
      transition-property: background-color, top, transform; }
    .toggle-nav button span:nth-child(2) {
      transition-property: background-color; }
    .toggle-nav button span:nth-child(3) {
      bottom: -3px;
      transition-property: background-color, bottom, transform; }
    .site-nav-open .toggle-nav button span:nth-child(1) {
      top: 3px;
      transform: rotate(45deg); }
    .site-nav-open .toggle-nav button span:nth-child(2) {
      background-color: transparent; }
    .site-nav-open .toggle-nav button span:nth-child(3) {
      bottom: 3px;
      transform: rotate(-45deg); }

.unpad {
  margin: -2rem !important; }

.visually-hidden {
  height: 1px;
  left: -9999rem;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0f758a;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 2rem; }
  .on-dark h1, .on-dark
  h2, .on-dark
  h3, .on-dark
  h4, .on-dark
  h5, .on-dark
  h6 {
    color: white; }
  .on-light h1, .on-light
  h2, .on-light
  h3, .on-light
  h4, .on-light
  h5, .on-light
  h6 {
    color: #0f758a; }

h1,
.h1 {
  font-size: 3.98131rem; }

h2,
.h2 {
  font-size: 3.31776rem; }

h3,
.h3 {
  font-size: 2.7648rem; }

h4,
.h4 {
  font-size: 2.304rem; }

h5,
.h5 {
  font-size: 1.92rem; }

h6,
.h6 {
  font-size: 1.6rem; }

.big-header {
  padding: 8rem 2rem; }

.header-caps {
  color: #455254;
  font-weight: 900;
  text-transform: uppercase; }

.header-overall {
  color: #73888c;
  font-size: 8vw;
  font-weight: 400;
  letter-spacing: -1px;
  margin: 0; }
  @media (min-width: 800px) {
    .header-overall {
      font-size: 8rem;
      letter-spacing: -4px; } }
  .header-overall em {
    color: #455254;
    font-style: normal;
    font-weight: 700; }

.header-step,
.header-step:first-child {
  font-size: 3.31776rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: -1rem 2rem 1rem; }
  @media (min-width: 1000px) {
    .header-step,
    .header-step:first-child {
      margin: -1rem 3rem 1rem; } }
  .header-step em,
  .header-step:first-child em {
    color: #2e3638;
    font-size: 3.98131rem;
    font-style: normal;
    font-weight: 900;
    margin-right: 2rem;
    white-space: nowrap; }

.header-tagline {
  font-size: 1.33333rem;
  font-weight: 400;
  text-transform: uppercase; }
  @media (min-width: 600px) {
    .header-tagline {
      font-size: 2.25vw;
      letter-spacing: 0.4rem; } }
  @media (min-width: 800px) {
    .header-tagline {
      font-size: 1.6rem; } }
  @media (min-width: 1000px) {
    .header-tagline {
      margin-bottom: 2rem; } }

.midhead {
  color: #2e3638;
  font-size: 2.304rem;
  font-style: italic;
  margin-bottom: 2rem;
  margin-top: -1.5rem; }
  .midhead + .subhead {
    color: #0f758a; }

.subhead {
  color: #2e3638;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 3rem;
  margin-top: -1rem; }

.subhead-table {
  font-size: 1.11111rem;
  margin-top: -1rem;
  text-transform: uppercase; }

ds-icon,
.icon {
  display: inline-block;
  fill: currentColor;
  height: 0.75em;
  position: relative;
  width: 0.75em; }
  ds-icon.svg,
  ds-icon > svg,
  .icon.svg,
  .icon > svg {
    align-items: stretch;
    display: flex;
    height: 100%;
    fill: currentColor;
    justify-content: stretch;
    stroke: none;
    width: 100%; }
  ds-icon.icon-s,
  .icon.icon-s {
    height: 0.5em;
    width: 0.5em; }
  ds-icon.icon-l,
  .icon.icon-l {
    height: 1.125em;
    width: 1.125em; }
  ds-icon.icon-xl,
  .icon.icon-xl {
    height: 1.6875em;
    width: 1.6875em; }
  ds-icon.icon-xxl,
  .icon.icon-xxl {
    height: 2.53125em;
    width: 2.53125em; }
  ds-icon.icon-xxxl,
  .icon.icon-xxxl {
    height: 3.79688em;
    width: 3.79688em; }
  ds-icon.icon-xxxxl,
  .icon.icon-xxxxl {
    height: 5.69531em;
    width: 5.69531em; }
  ds-icon.icon-centered,
  .icon.icon-centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 100%;
    max-width: 100%; }
  ds-icon.icon-right,
  .icon.icon-right {
    display: block;
    margin-left: auto;
    max-height: 100%;
    max-width: 100%; }

.icon-o-10 {
  opacity: 0.1; }

.icon-o-20 {
  opacity: 0.2; }

.icon-o-30 {
  opacity: 0.3; }

.icon-o-40 {
  opacity: 0.4; }

.icon-o-50 {
  opacity: 0.5; }

.icon-o-60 {
  opacity: 0.6; }

.icon-o-70 {
  opacity: 0.7; }

.icon-o-80 {
  opacity: 0.8; }

.icon-o-90 {
  opacity: 0.9; }

.icon-o-100 {
  opacity: 1; }

[class*='icon-pair-'] * {
  vertical-align: middle; }

.icon-pair-s {
  line-height: 0.5em; }

.icon-pair-l {
  line-height: 1.125em; }

.icon-pair-xl {
  line-height: 1.6875em; }

.icon-pair-xxl {
  line-height: 2.53125em; }

.icon-pair-xxxl {
  line-height: 3.79688em; }

.icon-pair-xxxxl {
  line-height: 5.69531em; }

.login-error input {
  border-color: #b81422; }

.login-form {
  background-color: #f1f3f4;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto;
  margin: 0 auto;
  max-width: 400px;
  width: 100%; }
  @media (min-width: 1000px) {
    .login-form {
      grid-gap: 2rem 2rem;
      grid-template-columns: 10rem repeat(3, 1fr);
      max-width: 100%; } }
  @media (min-width: 1000px) {
    .login-form {
      max-width: 1200px; } }
  @media (min-width: 1000px) {
    .login-form.login-error > div, .login-form.login-message > div, .login-form.login-success > div, .login-form.login-warning > div {
      padding: 0 0 2rem; } }
  @media (min-width: 1000px) {
    .login-form.login-error > div:last-child, .login-form.login-message > div:last-child, .login-form.login-success > div:last-child, .login-form.login-warning > div:last-child {
      padding: 0 2rem 2rem 0; } }
  @media (min-width: 1000px) {
    .login-form.login-error .login-error-message, .login-form.login-message .login-error-message, .login-form.login-success .login-error-message, .login-form.login-warning .login-error-message {
      grid-column-start: 2;
      grid-column-end: 5; } }
  @media (min-width: 800px) {
    .login-form.login-error .login-icon-wrapper, .login-form.login-message .login-icon-wrapper, .login-form.login-success .login-icon-wrapper, .login-form.login-warning .login-icon-wrapper {
      grid-row-start: 1;
      grid-row-end: 3;
      justify-self: stretch;
      padding: 0; } }
  .login-form > div {
    padding: 0 2rem; }
    @media (min-width: 1000px) {
      .login-form > div {
        padding: 2rem 0; } }
    @media (min-width: 1000px) {
      .login-form > div:last-child {
        padding: 2rem 2rem 2rem 0; } }
    @media (min-width: 1000px) {
      .login-form > div.panel {
        padding: 2rem; } }
  .login-form input {
    display: block;
    width: 100%; }
  .login-form button {
    font-size: 1.6rem;
    height: 5rem;
    margin: 2rem 0;
    text-transform: uppercase;
    width: 100%; }
  .login-form .login-icon {
    display: block; }
    @media (min-width: 1000px) {
      .login-form .login-icon {
        height: 6rem;
        width: 6rem; } }
  .login-form .login-icon-wrapper {
    align-items: center;
    background-color: #abb8ba;
    color: white;
    display: grid;
    justify-items: center;
    padding: 2rem; }
  .login-form .panel {
    border-style: solid;
    border-width: 1px;
    margin: 2rem 2rem 0; }
    .login-form .panel.margin-bottom {
      margin-bottom: 2rem; }
    @media (min-width: 1000px) {
      .login-form .panel {
        grid-column-start: 2;
        grid-column-end: 5;
        margin: 2rem 2rem 0 0; } }

.login-form-label {
  align-self: center; }

.login-form-password h2 {
  line-height: 1.5;
  margin: 2rem 0 0;
  text-align: center; }
  @media (min-width: 1000px) {
    .login-form-password h2 {
      margin-top: 0;
      text-align: right; } }

.login-form-password label {
  align-self: center; }

.login-form-reset {
  margin: 0 auto 3rem; }

.login-links {
  align-self: center; }
  @media (min-width: 1000px) {
    .login-links {
      font-size: 1.33333rem; } }
  .login-links ul {
    padding-left: 0;
    text-align: center; }
    @media (min-width: 1000px) {
      .login-links ul {
        text-align: left; } }
  .login-links li {
    display: inline-block;
    line-height: 1;
    list-style: none;
    padding: 0 1rem;
    white-space: nowrap; }
    @media (min-width: 1000px) {
      .login-links li {
        display: block;
        padding: 0; } }

.login-password-strength {
  font-size: 1.33333rem; }
  .login-password-strength h2 {
    font-size: 1.6rem; }

.password-header {
  text-align: center; }
  @media (min-width: 1000px) {
    .password-header {
      text-align: left; } }

.site-login {
  display: flex;
  flex-direction: column; }
  .site-login > main {
    flex: 1;
    padding: 2rem; }
  .site-login h2 {
    color: #0f758a;
    font-weight: 700; }

.pagination {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 1rem -1rem 2rem; }
  .pagination > * {
    background-color: transparent;
    background-image: none;
    border: 1px solid #0a4e5c;
    color: white;
    display: flex;
    flex: 1 1 0;
    line-height: 24px;
    justify-content: center;
    margin: 1rem;
    padding: 1rem; }
    .on-dark .pagination > * {
      background-image: none; }
    .pagination > *.pag-first, .pagination > *.pag-previous, .pagination > *.pag-next, .pagination > *.pag-last {
      flex-basis: calc(25% - 20px);
      order: -1; }
      @media (min-width: 800px) {
        .pagination > *.pag-first, .pagination > *.pag-previous, .pagination > *.pag-next, .pagination > *.pag-last {
          flex-basis: 0; } }
    @media (min-width: 800px) {
      .pagination > *.pag-next, .pagination > *.pag-last {
        order: 1; } }
    .pagination > *.active {
      background-color: #0f758a;
      color: white;
      cursor: default; }
      .pagination > *.active:active, .pagination > *.active:focus, .pagination > *.active:hover {
        background-color: #0f758a;
        color: white; }
    .pagination > *.disabled {
      color: #0f758a;
      cursor: default; }
      .pagination > *.disabled:active, .pagination > *.disabled:focus, .pagination > *.disabled:hover {
        background-color: transparent;
        color: #0f758a; }
    .pagination > *.select {
      flex-basis: 100%;
      order: 2;
      padding: 0; }
      @media (min-width: 1000px) {
        .pagination > *.select {
          flex-basis: 4rem; } }
      .pagination > *.select::after {
        right: 1rem; }
      .pagination > *.select select {
        background-color: #0a4e5c;
        border-width: 0;
        color: white;
        font-size: 1.11111rem;
        height: 44px;
        padding: 1rem 3rem 1rem 1rem; }
        .pagination > *.select select:focus {
          color: white; }
        .pagination > *.select select option {
          background-color: #0a4e5c; }
      .pagination > *.select:after {
        border-top-color: white; }

.panel {
  background-color: white;
  border-color: #0f758a;
  color: #2e3638;
  margin-bottom: 2rem;
  padding: 2rem; }
  .panel a {
    color: #0f758a; }
    .panel a:active, .panel a:focus, .panel a:hover {
      background-color: transparent;
      color: #05272e; }
  .panel h1,
  .panel h2,
  .panel h3,
  .panel h4,
  .panel h5,
  .panel h6 {
    color: #0f758a; }
  .panel .panel-header,
  .panel .panel-header:first-child {
    background-color: #0f758a;
    color: white; }
  .panel > *:last-child {
    margin-bottom: 0; }
  .panel ol,
  .panel ul {
    padding: 0 2rem; }
    .panel ol li:only-child,
    .panel ul li:only-child {
      list-style: none;
      text-align: center; }
    .panel ol.clean,
    .panel ul.clean {
      padding: 0; }
      .panel ol.clean li:only-child,
      .panel ul.clean li:only-child {
        text-align: left; }
    .panel ol.panel-grid-list,
    .panel ul.panel-grid-list {
      padding: 0; }
      .panel ol.panel-grid-list > li,
      .panel ul.panel-grid-list > li {
        list-style: none;
        margin-bottom: 0;
        padding: 1rem; }
        .panel ol.panel-grid-list > li:only-child,
        .panel ul.panel-grid-list > li:only-child {
          text-align: left; }
        .panel ol.panel-grid-list > li:nth-child(even),
        .panel ul.panel-grid-list > li:nth-child(even) {
          background-color: #f1f3f4; }

.panel-header,
.panel-header:first-child {
  align-items: center;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  justify-content: space-between;
  margin: -2rem -2rem 2rem;
  padding: 1rem 2rem; }
  .padding-none .panel-header, .padding-none
  .panel-header:first-child {
    margin: 0; }
  .panel-header + h1,
  .panel-header + h2,
  .panel-header + h3,
  .panel-header + h4,
  .panel-header + h5,
  .panel-header + h6,
  .panel-header:first-child + h1,
  .panel-header:first-child + h2,
  .panel-header:first-child + h3,
  .panel-header:first-child + h4,
  .panel-header:first-child + h5,
  .panel-header:first-child + h6 {
    margin-top: 0; }

.panel-grid {
  align-items: stretch;
  display: grid;
  grid-template-columns: auto; }
  @media (min-width: 800px) {
    .panel-grid.panel-grid-2 {
      grid-template-columns: min-content auto; } }
  .panel-grid.panel-grid-2 > *:nth-child(4n + 3), .panel-grid.panel-grid-2 > *:nth-child(4n + 4) {
    background-color: #f1f3f4; }
  @media (min-width: 800px) {
    .panel-grid.panel-grid-3 {
      grid-template-columns: min-content auto min-content; } }
  .panel-grid.panel-grid-3 > *:nth-child(6n + 4), .panel-grid.panel-grid-3 > *:nth-child(6n + 5), .panel-grid.panel-grid-3 > *:nth-child(6n + 6) {
    background-color: #f1f3f4; }
  .panel-grid > * {
    align-items: center;
    display: grid;
    font-size: 1.33333rem;
    padding: 1rem;
    text-align: center; }
    @media (min-width: 800px) {
      .panel-grid > * {
        text-align: left; } }

.attached-at-top {
  margin-top: 2rem;
  position: relative; }
  .attached-at-top:before {
    border-left: 1px solid #73888c;
    content: '';
    height: 2rem;
    left: 50%;
    position: absolute;
    top: -2rem; }

.button.button-new-request {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  font-size: 1.6rem;
  margin: 1rem auto;
  max-width: 100%;
  padding: 0; }
  @media (min-width: 800px) {
    .button.button-new-request {
      font-size: 3.31776rem; } }
  .button.button-new-request:active > div, .button.button-new-request:focus > div, .button.button-new-request:hover > div {
    background-color: #22b814; }
    .button.button-new-request:active > div.button-icon, .button.button-new-request:focus > div.button-icon, .button.button-new-request:hover > div.button-icon {
      background-color: white; }
  .button.button-new-request > div {
    background-color: #1a8a0f;
    color: white;
    padding: 2rem; }
    @media (min-width: 800px) {
      .button.button-new-request > div {
        padding: 2rem 3rem; } }
    .button.button-new-request > div.button-icon {
      background-color: white;
      color: #73888c;
      display: flex;
      flex-direction: column;
      padding: 1rem;
      width: 4rem; }
      @media (min-width: 800px) {
        .button.button-new-request > div.button-icon {
          padding: 2rem;
          width: 7rem; } }
      .button.button-new-request > div.button-icon > * {
        display: flex;
        flex: 1;
        flex-direction: column;
        height: 2rem;
        width: 2rem; }
        @media (min-width: 800px) {
          .button.button-new-request > div.button-icon > * {
            width: 4rem; } }
  .button.button-new-request svg {
    display: block;
    flex: 1;
    height: 2rem;
    width: 2rem; }
    @media (min-width: 800px) {
      .button.button-new-request svg {
        height: 3rem;
        width: 3rem; } }

.commodities-select .input-with-button button {
  padding: 0 2rem; }

.commodities-select-list {
  margin-left: -2rem;
  margin-right: -2rem;
  padding: 4rem 2rem 2rem;
  position: relative; }
  @media (min-width: 800px) {
    .commodities-select-list {
      margin-left: 0;
      margin-right: 0; } }

.ind-comm {
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  @media (min-width: 800px) {
    .ind-comm {
      display: flex; } }

.ind-comm-value {
  font-size: 1.11111rem;
  font-weight: 700;
  padding: 0.5rem 1rem 0;
  text-align: center; }
  @media (min-width: 800px) {
    .ind-comm-value {
      border-right: 1px solid rgba(0, 0, 0, 0.1);
      flex: 0 0 auto;
      padding: 1rem;
      text-align: left;
      width: 120px; } }

.ind-comm-name {
  padding: 0.5rem 1rem;
  text-align: center; }
  @media (min-width: 800px) {
    .ind-comm-name {
      flex: 1 1 100%;
      text-align: left; } }

.ind-comm-button {
  padding: 0.5rem 1rem 1rem;
  text-align: center; }
  @media (min-width: 800px) {
    .ind-comm-button {
      flex: 0 0 auto;
      padding: 0.5rem 1rem;
      text-align: right; } }
  .ind-comm-button button {
    font-size: 1.11111rem;
    padding: 0.5rem; }

.new-request-button > div {
  display: inline-block; }

.search-actions-buttons {
  text-align: center; }
  @media (min-width: 800px) {
    .search-actions-buttons {
      align-self: center;
      flex: 1 0 auto;
      margin-left: 2rem;
      text-align: right; } }
  .search-actions-buttons .button-spinner {
    min-height: 40.75px; }

.search-actions-name {
  margin-bottom: 2rem; }
  .search-actions-name .floating-label-group {
    margin: 0; }
  .search-actions-name input {
    border-width: 0; }
  .search-actions-name label {
    color: white; }

@media (min-width: 800px) {
  .search-actions-wrapper {
    align-content: center;
    align-items: stretch;
    display: flex; } }

.search-column-order {
  align-items: center;
  display: flex;
  padding: 1rem; }
  .search-column-order:nth-child(odd) {
    background-color: #f1f3f4; }
  .search-column-order > div {
    padding-left: 1rem; }

.search-column-order-wrapper {
  border: 1px solid #73888c; }

.search-options .toggle-switch label {
  margin-bottom: 0; }

.search-settings-group {
  padding-top: 2rem; }
  @media (min-width: 1000px) {
    .search-settings-group + .search-settings-group {
      padding-top: 0; } }

.search-sort-order .toggle-switch {
  border-radius: 0 0 1rem 1rem;
  border-top-width: 0; }
  .search-sort-order .toggle-switch label:first-of-type {
    border-top-left-radius: 0; }
  .search-sort-order .toggle-switch label:last-of-type {
    border-top-right-radius: 0; }

.show-query {
  white-space: pre-wrap; }

@media (min-width: 800px) {
  .show-query-button-container {
    text-align: right; } }

.site-query dw-simple-select .form-group {
  margin-top: 2rem; }

.site-query dw-simple-select:first-child .form-group {
  margin-top: 0; }

.site-search h2:only-child {
  margin-bottom: 0; }

.site-search-header {
  background-color: #0a4e5c; }

@media (min-width: 800px) {
  .table-results h3 {
    font-size: 1.2em; } }

.table-results thead th {
  text-align: center; }
  @media (min-width: 800px) {
    .table-results thead th {
      font-size: 1.2em; }
      .table-results thead th button,
      .table-results thead th .button {
        font-size: 0.8em; } }
  .table-results thead th pre {
    font-size: 1.33333rem; }
  .table-results thead th.text-left {
    text-align: left; }

.table-results tbody td {
  white-space: nowrap; }

.table-results tbody .group-off td:first-child,
.table-results tbody .group-on td:first-child {
  border-bottom-width: 0;
  border-top-width: 0; }

.table-results tbody .group-on td {
  background-color: #f1f3f4; }

.table-results tbody .group-start td:first-child {
  border-top-width: 1px; }

.table-results tbody .subtotal th,
.table-results tbody .subtotal td,
.table-results tbody .total th,
.table-results tbody .total td {
  background-color: #e3e7e8;
  font-weight: 700; }

.table-results tbody .total th,
.table-results tbody .total td {
  background-color: #d5dbdd;
  white-space: normal; }

.table-searches.table-responsive tbody tr td.query-deleted {
  background-color: #fad1d5;
  color: #2e3638;
  font-style: italic;
  padding: 1rem 2rem !important;
  text-align: center; }

.table-searches.table-responsive tbody tr:nth-child(odd) td.query-deleted {
  background-color: #fce8ea; }

.table-searches.table-responsive thead th {
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap; }

.table-searches.table-responsive tbody tr:nth-child(odd) td {
  background-color: #0f758a; }

@media (min-width: 600px) {
  .table-searches.table-responsive tbody th:only-child,
  .table-searches.table-responsive tbody td:only-child {
    padding-bottom: 0 !important;
    padding-top: 0 !important; } }

.table-searches.table-responsive tbody td {
  vertical-align: middle; }

.table-searches.table-responsive th,
.table-searches.table-responsive td {
  padding: 0.5rem 2rem !important; }
  .table-searches.table-responsive th:first-child,
  .table-searches.table-responsive td:first-child {
    padding-top: 2rem !important; }
    @media (min-width: 600px) {
      .table-searches.table-responsive th:first-child,
      .table-searches.table-responsive td:first-child {
        padding-top: 0.5rem !important; } }
    @media (min-width: 800px) {
      .table-searches.table-responsive th:first-child,
      .table-searches.table-responsive td:first-child {
        min-width: 300px; } }
  .table-searches.table-responsive th:last-child,
  .table-searches.table-responsive td:last-child {
    padding-bottom: 2rem !important; }
    @media (min-width: 600px) {
      .table-searches.table-responsive th:last-child,
      .table-searches.table-responsive td:last-child {
        padding-bottom: 0.5rem !important; } }
  @media (min-width: 600px) {
    .table-searches.table-responsive th,
    .table-searches.table-responsive td {
      border-right: 1px solid rgba(255, 255, 255, 0.2); }
      .table-searches.table-responsive th:last-child,
      .table-searches.table-responsive td:last-child {
        border-right-width: 0; } }

.table-searches.table-responsive button {
  border-color: rgba(255, 255, 255, 0.5); }

.table-searches.table-responsive .query-desc {
  font-size: 1.33333rem; }

.table-searches.table-responsive .query-name {
  font-size: 1.6rem; }

.table-searches.table-responsive .query-system,
.table-searches.table-responsive .query-type {
  white-space: nowrap; }

.table-searches.table-responsive .table-button-cell button {
  margin: 0.25rem;
  white-space: nowrap; }
  .table-searches.table-responsive .table-button-cell button + button {
    margin-left: 0.25rem; }

@media (min-width: 1000px) {
  .table-searches.table-responsive .table-button-wrapper {
    white-space: nowrap; } }

.table-selector {
  margin-bottom: 2rem; }
  @media (min-width: 800px) {
    .table-selector {
      margin-bottom: 0; } }
  .table-selector select {
    background-color: white;
    border-width: 0;
    font-weight: 700; }

.table-subheads {
  margin: 0;
  padding: 0; }
  .table-subheads li {
    display: inline;
    list-style: none;
    margin-bottom: 0; }
    .table-subheads li + li {
      border-left: 1px solid rgba(255, 255, 255, 0.5);
      margin-left: 1rem;
      padding-left: 1rem; }

@keyframes spCircRot {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }

.spinner {
  height: 4rem;
  margin: 2rem auto;
  width: 4rem; }
  .button-spinner .spinner {
    margin: 0 auto; }

.button-loader {
  position: absolute; }

.invisible-text, .invisible-text::selection {
  color: transparent; }

.spinner-circle {
  animation: spCircRot 0.6s infinite linear;
  border: 4px rgba(15, 117, 138, 0.25) solid;
  border-top-color: rgba(15, 117, 138, 0.75);
  border-radius: 100%; }
  .on-dark .spinner-circle {
    border-color: rgba(255, 255, 255, 0.25);
    border-top-color: rgba(255, 255, 255, 0.75); }

.spinner-s {
  height: 1.5rem;
  width: 1.5rem; }

.spinner-wrapper {
  color: #0f758a;
  font-size: 1.11111rem;
  font-weight: 700;
  margin-bottom: 0;
  text-align: center; }
  .spinner-wrapper p:last-child {
    margin-bottom: 2rem; }
  .on-dark .spinner-wrapper {
    color: white; }

.table-spinner {
  background-color: rgba(255, 255, 255, 0.1); }

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

.hover-row:active td,
.hover-row:active th, .hover-row:focus td,
.hover-row:focus th, .hover-row:hover td,
.hover-row:hover th {
  background-color: #a3e7f5;
  cursor: pointer; }

.table {
  font-variant-numeric: tabular-nums;
  width: 100%; }
  .table tbody th {
    vertical-align: middle; }
  .table thead th {
    vertical-align: bottom; }
  .table th {
    text-align: left; }
  .table th,
  .table td {
    padding: 1rem; }
    .table th.padding,
    .table td.padding {
      padding: 2rem !important; }
    .table th.text-center, .table th.text-left, .table th.text-right,
    .table td.text-center,
    .table td.text-left,
    .table td.text-right {
      display: table-cell; }
    .table th.text-center,
    .table td.text-center {
      text-align: center; }
    .table th.text-right,
    .table td.text-right {
      text-align: right; }

.table-bordered th,
.table-bordered td {
  border: 1px solid #73888c; }

.table-button-cell button,
.table-button-cell .button {
  border-color: white; }

.table-data {
  table-layout: fixed; }
  .table-data th,
  .table-data td {
    border: 1px solid #73888c; }
  .table-data thead {
    display: none; }
    @media (min-width: 600px) {
      .table-data thead {
        display: table-header-group; } }
  .table-data tbody tr {
    display: block;
    margin-bottom: 2rem; }
    @media (min-width: 600px) {
      .table-data tbody tr {
        display: table-row;
        margin-bottom: 0; } }
    @media (min-width: 600px) {
      .table-data tbody tr:nth-child(even) td,
      .table-data tbody tr:nth-child(even) th {
        background-color: white; } }
    @media (min-width: 600px) {
      .table-data tbody tr:nth-child(odd) td,
      .table-data tbody tr:nth-child(odd) th {
        background-color: #f1f3f4; } }
    .table-data tbody tr:active td,
    .table-data tbody tr:active th, .table-data tbody tr:active:nth-child(even) td,
    .table-data tbody tr:active:nth-child(even) th, .table-data tbody tr:active:nth-child(odd) td,
    .table-data tbody tr:active:nth-child(odd) th, .table-data tbody tr:focus td,
    .table-data tbody tr:focus th, .table-data tbody tr:focus:nth-child(even) td,
    .table-data tbody tr:focus:nth-child(even) th, .table-data tbody tr:focus:nth-child(odd) td,
    .table-data tbody tr:focus:nth-child(odd) th, .table-data tbody tr:hover td,
    .table-data tbody tr:hover th, .table-data tbody tr:hover:nth-child(even) td,
    .table-data tbody tr:hover:nth-child(even) th, .table-data tbody tr:hover:nth-child(odd) td,
    .table-data tbody tr:hover:nth-child(odd) th {
      background-color: #a3e7f5;
      cursor: pointer; }
    .table-data tbody tr:active th:first-child, .table-data tbody tr:active:nth-child(even) th:first-child, .table-data tbody tr:active:nth-child(odd) th:first-child, .table-data tbody tr:focus th:first-child, .table-data tbody tr:focus:nth-child(even) th:first-child, .table-data tbody tr:focus:nth-child(odd) th:first-child, .table-data tbody tr:hover th:first-child, .table-data tbody tr:hover:nth-child(even) th:first-child, .table-data tbody tr:hover:nth-child(odd) th:first-child {
      background-color: #0f758a; }
      @media (min-width: 600px) {
        .table-data tbody tr:active th:first-child, .table-data tbody tr:active:nth-child(even) th:first-child, .table-data tbody tr:active:nth-child(odd) th:first-child, .table-data tbody tr:focus th:first-child, .table-data tbody tr:focus:nth-child(even) th:first-child, .table-data tbody tr:focus:nth-child(odd) th:first-child, .table-data tbody tr:hover th:first-child, .table-data tbody tr:hover:nth-child(even) th:first-child, .table-data tbody tr:hover:nth-child(odd) th:first-child {
          background-color: #a3e7f5; } }
    .table-data tbody tr.has-warning td,
    .table-data tbody tr.has-warning th {
      background-color: #fcf1e8;
      font-style: italic; }
    .table-data tbody tr.has-warning th:first-child {
      background-color: #8a420f; }
      @media (min-width: 600px) {
        .table-data tbody tr.has-warning th:first-child {
          background-color: #fcf1e8; } }
    .table-data tbody tr.has-warning:active td,
    .table-data tbody tr.has-warning:active th, .table-data tbody tr.has-warning:focus td,
    .table-data tbody tr.has-warning:focus th, .table-data tbody tr.has-warning:hover td,
    .table-data tbody tr.has-warning:hover th {
      background-color: #f5c5a3; }
    .table-data tbody tr.has-warning:active th:first-child, .table-data tbody tr.has-warning:focus th:first-child, .table-data tbody tr.has-warning:hover th:first-child {
      background-color: #8a420f; }
      @media (min-width: 600px) {
        .table-data tbody tr.has-warning:active th:first-child, .table-data tbody tr.has-warning:focus th:first-child, .table-data tbody tr.has-warning:hover th:first-child {
          background-color: #f5c5a3; } }
  .table-data tbody td,
  .table-data tbody th {
    border-bottom-width: 0;
    border-top-width: 0;
    display: block;
    padding-top: 0; }
    @media (min-width: 600px) {
      .table-data tbody td,
      .table-data tbody th {
        border-bottom-width: 1px;
        border-top-width: 1px;
        display: table-cell;
        padding-top: 1rem; } }
    .table-data tbody td:first-child,
    .table-data tbody th:first-child {
      border-top-width: 1px;
      padding-top: 1rem; }
    .table-data tbody td:last-child,
    .table-data tbody th:last-child {
      border-bottom-width: 1px; }
  .table-data tbody th:first-child {
    background-color: #0f758a;
    color: white;
    padding-bottom: 1rem; }
    @media (min-width: 600px) {
      .table-data tbody th:first-child {
        background-color: inherit;
        color: #2e3638; } }
    .table-data tbody th:first-child + td {
      padding-top: 1rem; }
  @media (min-width: 600px) {
    .table-data .table-data-cell-s {
      width: 4rem; } }
  @media (min-width: 600px) {
    .table-data .table-data-cell-m {
      width: 8rem; } }
  @media (min-width: 600px) {
    .table-data .table-data-cell-l {
      width: 16rem; } }
  @media (min-width: 600px) {
    .table-data .table-data-cell-xl {
      width: 20rem; } }
  @media (min-width: 600px) {
    .table-data .table-data-cell-xxl {
      width: 24rem; } }

.table-striped tbody tr:nth-child(odd) th,
.table-striped tbody tr:nth-child(odd) td {
  background-color: #f1f3f4; }

.table-responsive thead {
  display: none; }

.table-responsive th,
.table-responsive td {
  display: block;
  padding: 0.5rem 1rem !important;
  text-align: left; }

.table-responsive th {
  border-bottom-width: 0;
  margin-top: 1rem; }

.table-responsive td {
  word-break: break-word; }

@media (min-width: 600px) {
  .table-responsive thead {
    display: table-header-group; }
  .table-responsive th,
  .table-responsive td {
    display: table-cell; }
    .table-responsive th:first-child,
    .table-responsive td:first-child {
      padding-left: 0; }
    .table-responsive th:last-child,
    .table-responsive td:last-child {
      padding-right: 0; }
  .table-responsive th {
    border-bottom-width: 1px; } }

.table-responsive.table-searches th.table-spinner:last-child {
  padding: 0 !important; }

.table-results-all + .table-results-all {
  margin-top: 3rem; }

.table-results-all table {
  border-bottom: 1px solid #73888c; }

.check-tab {
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-bottom-color: #e3e7e8;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  padding: 1rem 2rem; }
  .check-tab.active, .check-tab:active, .check-tab:focus, .check-tab:hover {
    background-color: white; }
  .check-tab.active {
    border: 1px solid #e3e7e8;
    border-bottom-color: white; }
  .check-tab .control input {
    width: 0; }

@media (min-width: 800px) {
  .check-tabs {
    grid-gap: 1rem;
    position: relative;
    z-index: 2; } }

.check-tabs-contents {
  background-color: white;
  border: 1px solid #e3e7e8;
  border-top-width: 0;
  padding: 2rem; }
  @media (min-width: 800px) {
    .check-tabs-contents {
      border-top-width: 1px;
      position: relative;
      top: -1px;
      z-index: 1; } }
  @media (min-width: 1000px) {
    .check-tabs-contents {
      padding: 2rem 3rem; } }
  .check-tabs-contents .panel.state-info {
    font-weight: 400; }
    .check-tabs-contents .panel.state-info:last-child {
      margin-bottom: 0; }

.check-tabs-select {
  background-color: white;
  border: 1px solid #e3e7e8;
  border-bottom-width: 0;
  padding: 2rem 2rem 0; }
  .check-tabs-select select {
    font-weight: 700; }
