.global-region.body-width {
  max-width: 100% !important; }

a.button.button--small.card-figcaption-button.call-for-price.desktop span.line-two {
  display: none; }

a.button.button--small.card-figcaption-button.call-for-price.mobile {
  text-align: center;
  padding: 8px !important; }

a.button.button--small.card-figcaption-button.call-for-price.mobile span.line-one {
  display: none; }

.fx-table1 {
  border-collapse: collapse;
  width: 80%; }

.fx-table1, .fx-table2 th, .fx-table2 td {
  border: 1px solid #939598; }

.fx-table1 tr td {
  text-align: left;
  vertical-align: middle;
  padding: 2px 5px;
  border: 1px solid #010101; }

.fx-table1 tr:first-child {
  background-color: #010101; }

.fx-table1 tr:first-child th {
  background-color: #010101;
  color: #F4AE2A;
  padding: 5px 10px;
  text-align: center;
  font-size: 1.2em; }

.fx-table1 tr:nth-child(2) td {
  background-color: #d3d3d3;
  color: #010101;
  font-weight: bold;
  text-align: left;
  vertical-align: middle; }

.fx-table1 tr:nth-child(2) td a {
  color: #010101;
  font-weight: bold;
  text-align: left;
  vertical-align: middle; }

.fx-table1 tr td:first-child {
  background-color: #d3d3d3;
  color: #010101;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
  width: 30%; }

.fx-table1 tr td:first-child a {
  color: #010101;
  font-weight: bold;
  text-align: left;
  vertical-align: middle; }

.fx-table2 {
  border-collapse: collapse;
  width: 80%; }

.fx-table2, .fx-table2 th, .fx-table2 td {
  border: 1px solid #939598; }

.fx-table2 tr td {
  text-align: left;
  vertical-align: middle;
  padding: 2px 5px; }

.fx-table2 tr td:first-child {
  background-color: #d3d3d3;
  color: #010101;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
  width: 20%; }

.fx-table2 tr td:first-child a {
  color: #010101;
  font-weight: bold;
  text-align: left;
  vertical-align: middle; }

.fx-table2 tr:first-child {
  background-color: #010101; }

.fx-table2 tr:first-child td, .fx-table2 tr:first-child td a {
  background-color: #010101;
  color: #F4AE2A;
  padding: 5px 10px;
  text-align: center; }

.fx-table3 {
  border-collapse: collapse;
  width: 80%; }

.fx-table3, .fx-table3 th, .fx-table3 td {
  border: 1px solid #939598; }

.fx-table3 tr td {
  text-align: left;
  vertical-align: middle;
  padding: 2px 5px; }

.fx-table3 tr td:first-child {
  background-color: #d3d3d3;
  color: #010101;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
  width: 20%; }

.fx-table3 tr td:first-child a {
  color: #010101;
  font-weight: bold;
  text-align: left;
  vertical-align: middle; }

.fx-table4 {
  border-collapse: collapse;
  width: 80%; }

.fx-table4, .fx-table4 th, .fx-table4 td {
  border: 1px solid #939598; }

.fx-table4 tr td {
  text-align: left;
  vertical-align: middle;
  padding: 2px 5px;
  width: 50%; }

.fx-table4 tr:first-child {
  background-color: #010101; }

.fx-table4 tr:first-child th {
  background-color: #010101;
  color: #F4AE2A;
  padding: 5px 10px;
  text-align: center;
  font-size: 1.2em; }

.fx-table4 tr:nth-child(2) td {
  background-color: #d3d3d3;
  color: #010101;
  font-weight: bold;
  text-align: left;
  vertical-align: middle; }

.fx-table4 tr:nth-child(2) td a {
  color: #010101;
  font-weight: bold;
  text-align: left;
  vertical-align: middle; }

.fx-table5 {
  border-collapse: collapse;
  width: 100%; }

.fx-table5, .fx-table5 th, .fx-table5 td {
  border: 1px solid #939598; }

.fx-table5 tr td {
  text-align: left;
  vertical-align: middle;
  padding: 2px 5px; }

.fx-table5 tr:first-child {
  background-color: #010101; }

.fx-table5 tr:first-child td, .fx-table5 tr:first-child td a {
  background-color: #010101;
  color: #F4AE2A;
  padding: 5px 10px;
  text-align: center; }

.resources-page {
  width: 100%; }

.resources-jump-nav {
  margin-bottom: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px; }

.resources-jump-link {
  background: #59595b;
  color: #ffffff;
  padding: 8px 14px;
  border-radius: 6px;
  text-decoration: none; }

.resources-jump-link:hover {
  color: #f4ae2a; }

.resources-jump-link.is-active {
  background: #f4ae2a;
  color: #010101;
  font-weight: bold; }

.resources-jump-link.is-active:hover {
  color: #59595b; }

.resources-section {
  scroll-margin-top: 55px;
  margin-bottom: 40px;
  background: #ffffff;
  padding: 20px 25px;
  border-radius: 10px; }

.resources-section-alt {
  background: #f9f9f9; }

.resources-section-title {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  border-bottom: 2px solid #e0e0e0; }

.resources-list {
  margin: 15px 0 0 0;
  padding-left: 20px; }

.resources-list-columns {
  column-count: 3;
  column-gap: 40px; }

.resources-list li {
  margin-bottom: 8px;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid; }

.resources-list li:last-child {
  margin-bottom: 0; }

.resources-list a {
  color: inherit;
  text-decoration: none; }

.resources-list a:hover {
  text-decoration: underline;
  color: #f4ae2a; }

@media (max-width: 1024px) {
  .resources-list-columns {
    column-count: 2; } }

@media (max-width: 640px) {
  .resources-list-columns {
    column-count: 1; } }
