#outerPageContainer {
  width: 100%;
}
#FreeFormatPage {
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  position: relative;
  font-family: "GibsonRegular", sans-serif;
}
#FreeFormatPage, #FreeFormatPage * {
  box-sizing: border-box;
}
#FreeFormatPage img {
  display: block;
  max-width: 100%;
  height: auto;
}
#FreeFormatPage a {
  color: #000000;
  text-decoration: none;
}
#FreeFormatPage a:hover {
  color: #007ACC;
}
#FreeFormatPage p {
  font-family: "GibsonRegular", sans-serif;
  font-size: 4vw;
  line-height: 1.6;
}
#FreeFormatPage .brands-intro {
  text-align: center;
  margin: 1em auto 1.5em auto;
  padding: 0;
}
#FreeFormatPage .brands-intro p {
  margin: 0 0 1em 0;
  padding: 0 1em;
}
#FreeFormatPage .brands-intro p:last-of-type {
  margin: 0;
}
#FreeFormatPage .brands-heading {
  font-family: GibsonSemiBold;
  font-size: 9vw;
  font-weight: normal;
  text-transform: uppercase;
  display: block;
  margin-top: 8px;
  margin-bottom: 15px;
}
#FreeFormatPage .tab-row {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}
#FreeFormatPage .tab-row .tab-button {
  font-family: GibsonSemiBold;
  font-size: 3.8vw;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 0.5px;
  line-height: normal;
  margin: 10px 0 0 0;
  border: 1px solid #c2bbb8;
  display: inline-block;
  padding: 13px 0;
  min-width: 48%;
  text-align: center;
  cursor: pointer;
}
#FreeFormatPage .tab-row .tab-button.current {
  background: #007ACC;
  color: #fff;
}
#FreeFormatPage .tab-content {
  display: none;
  padding: 10px;
}
#FreeFormatPage .tab-content.current {
  display: inherit;
}
#FreeFormatPage .brands-filter {
  margin: 20px 0;
  padding: 20px 0;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#FreeFormatPage .brands-alpha {
  margin: 0;
  padding: 0;
  text-align: center;
}
#FreeFormatPage .brands-alpha a {
  font-size: 4.8vw;
  text-decoration: none;
  margin: 0 4px;
  padding: 8px 4px;
}
#FreeFormatPage .brands-alpha a:hover {
  color: #007ACC;
}
#FreeFormatPage .Brand {
  padding: 20px 0;
}
#FreeFormatPage .brand-letter {
  color: #007ACC;
  font-size: 4.8vw;
  margin: 0 0 0.5em 0;
}
#FreeFormatPage .brand-list {
  list-style: none;
  margin: 0;
  padding: 0;
  column-count: 2;
}
#FreeFormatPage .brand-list li {
  margin-bottom: 8px;
}
#FreeFormatPage .brand-list a, #FreeFormatPage .brand-list lm {
  font-size: 4vw;
  padding: 4px 0;
}
@media only screen and (min-width: 740px) {
  #FreeFormatPage p {
    font-size: 16px;
    line-height: 1.6;
  }
  #FreeFormatPage .brands-heading {
    font-size: 5vw;
    display: block;
    margin-top: 8px;
    margin-bottom: 15px;
  }
  #FreeFormatPage .tab-row {
    justify-content: space-between;
  }
  #FreeFormatPage .tab-row .tab-button {
    font-family: GibsonSemiBold;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 0.5px;
    line-height: normal;
    margin: 0;
    border: 1px solid #c2bbb8;
    display: inline-block;
    padding: 13px 0;
    min-width: 18%;
  }
  #FreeFormatPage .brands-filter {
    flex-flow: row nowrap;
    justify-content: space-between;
    text-align: left;
  }
  #FreeFormatPage .brands-alpha {
    width: 55%;
    text-align: left;
    margin: 0;
    padding: 0;
  }
  #FreeFormatPage .brands-alpha a {
    font-size: 18px;
    margin: 0 4px;
    padding: 0 4px;
  }
  #FreeFormatPage .brand-letter {
    font-size: 18px;
  }
  #FreeFormatPage .brand-list {
    column-count: 4;
  }
  #FreeFormatPage .brand-list a, #FreeFormatPage .brand-list lm {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1000px) {
  #FreeFormatPage .brands-heading {
    font-size: 36px;
    display: block;
    margin-top: 8px;
    margin-bottom: 15px;
  }
  #FreeFormatPage .brands-alpha {
    width: auto;
  }
}
@media only screen and (min-width: 1200px) {
  #FreeFormatPage {
    max-width: 1200px;
  }
  #FreeFormatPage .brands-intro {
    max-width: 70%;
  }
}