/**
 * h1 Styles
 */
/**
 * h2 Styles
 */
/**
 * h3 Styles
 */
/**
 * h4 Styles
 */
/**
 * h5 Styles
 */
/**
 * h6 Styles
 */
/**
 * Container for components .container class
*/
/*
* Content + Two Sidebars Layout
* Pages: Spikes, Brixx, Tax
*/
section.featured-markets.featured-markets-secondary {
  padding: 3.5rem 0;
  background: #ffffff;
}
@media screen and (min-width: 1024px) {
  section.featured-markets.featured-markets-secondary {
    padding: 5.5rem 0;
  }
}
@media screen and (min-width: 1200px) {
  section.featured-markets.featured-markets-secondary {
    padding: 6.5rem 0;
  }
  section.featured-markets.featured-markets-secondary .nav li:first-child {
    margin-top: -1.5rem;
  }
  section.featured-markets.featured-markets-secondary .nav li:first-child .accordion-button {
    padding-top: 0;
  }
}
@media screen and (min-width: 1440px) {
  section.featured-markets.featured-markets-secondary {
    padding: 6.5rem 0;
  }
}
section.featured-markets.featured-markets-secondary .container {
  max-width: unset;
  padding: 0 2rem;
  color: #000000;
}
@media screen and (min-width: 1024px) {
  section.featured-markets.featured-markets-secondary .container {
    padding: 0 4.5rem;
  }
}
@media screen and (min-width: 1440px) {
  section.featured-markets.featured-markets-secondary .container {
    padding: 0 6.25rem;
  }
}
@media screen and (min-width: 1920px) {
  section.featured-markets.featured-markets-secondary .container {
    padding: 0 13.5%;
  }
}
section.featured-markets.featured-markets-secondary .container h2 {
  font-size: 12px;
  line-height: 12px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 4.29px;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1200px) {
  section.featured-markets.featured-markets-secondary .container h2 {
    width: -moz-max-content;
    width: max-content;
    transform: rotate(90deg);
    transform-origin: left;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 5.71px;
    margin-top: 6px;
  }
}
section.featured-markets.featured-markets-secondary .container .row .col-12 .row .market-heading .arrow-button a .icon-container {
  margin-top: 4px;
}
section.featured-markets.featured-markets-secondary .container .row .col-12 .row .col-12 ul li .arrow-button a .icon-container {
  margin-top: 3px;
}
section.featured-markets.featured-markets-secondary .row {
  border-bottom: 2px solid #f9f9f9;
}
@media screen and (min-width: 1440px) {
  section.featured-markets.featured-markets-secondary .row {
    padding-left: 27px;
  }
}
section.featured-markets.featured-markets-secondary .row:last-of-type {
  border-bottom: none;
}
section.featured-markets.featured-markets-secondary .row:not(:first-of-type) {
  padding-top: 2rem;
}
section.featured-markets.featured-markets-secondary .market-heading {
  margin-bottom: 1.5rem;
}
section.featured-markets.featured-markets-secondary .market-heading .arrow-button__text {
  vertical-align: initial;
  margin-right: 0;
  font-size: inherit;
}
section.featured-markets.featured-markets-secondary .market-heading .arrow-button--md svg {
  vertical-align: middle;
  margin-top: -8px;
}
@media screen and (min-width: 1200px) {
  section.featured-markets.featured-markets-secondary .column-2 {
    margin-top: -0.7rem;
  }
}
section.featured-markets.featured-markets-secondary .links-list {
  display: flex;
  flex-flow: row wrap;
}
section.featured-markets.featured-markets-secondary .links-list li {
  flex: 0 1 50%;
}
@media screen and (min-width: 768px) {
  section.featured-markets.featured-markets-secondary .links-list li {
    flex: 0 1 33.33%;
  }
}
section.featured-markets.featured-markets-secondary .links-list .miax-link {
  margin-bottom: 1rem;
  font-size: 1.125rem;
}
section.featured-markets.featured-markets-secondary .list-unstyled .arrow-button a {
  position: relative;
}
section.featured-markets.featured-markets-secondary .list-unstyled .arrow-button .arrow-button__text {
  font-size: inherit;
  font-weight: 300;
  font-family: "Founders Grotesk";
  font-size: 18px;
  line-height: 0;
  margin-right: 2px;
}
section.featured-markets.featured-markets-secondary .list-unstyled {
  position: relative;
  margin-bottom: 3rem;
}
section.featured-markets.featured-markets-secondary .list-unstyled.indent {
  padding-left: 1rem;
}
section.featured-markets.featured-markets-secondary .list-unstyled.border-left {
  border-left: 3px solid var(--active-brand-color);
}
section.featured-markets.featured-markets-secondary .list-unstyled li {
  margin-bottom: 1.5rem;
}
section.featured-markets.featured-markets-secondary .list-unstyled li:first-of-type {
  line-height: 0.8;
}
section.featured-markets.featured-markets-secondary .list-unstyled li:last-of-type {
  line-height: 0.8;
  margin-bottom: 0;
}
section.featured-markets.featured-markets-secondary .list-unstyled li .arrow-button__text {
  display: inline-block;
  font-weight: 300;
  font-size: 18px;
  line-height: 0.8;
  margin-right: 0px;
}
section.featured-markets.featured-markets-secondary .list-unstyled li .arrow-button {
  position: relative;
}
section.featured-markets.featured-markets-secondary .list-unstyled li .arrow-button:hover .icon-container .icon-idle {
  transform: scale(0);
}
section.featured-markets.featured-markets-secondary .list-unstyled .icon-idle svg .arrow-button__fill {
  fill: #ffffff;
}
section.featured-markets.featured-markets-secondary .list-unstyled .icon-idle svg .arrow-button__border {
  stroke: #ffffff;
  stroke-width: 4px;
}
section.featured-markets.featured-markets-secondary .list-unstyled .icon-hover .arrow-button__fill {
  fill: var(--active-brand-color);
}
section.featured-markets.featured-markets-secondary .list-unstyled .icon-arrow .arrow-button__arrow {
  stroke: #000000;
}