body {
  background: #000;
  font-family: "FuturaLTPro-Medium", "Helvetica Neue", Arial, sans-serif;
  height: 100px; }
  body .select2-container {
    font-family: "FuturaStd", "Helvetica Neue", Arial, sans-serif; }

p {
  margin-bottom: 0; }

.container.liquid {
  padding-top: 40px;
  padding-bottom: 40px;
}

.gs-header {
  color: #d3c4af;
  border-bottom: 1px solid #d3c4af;
  padding-bottom: 5px;
  margin-bottom: 15px;}
  @media (min-width: 768px) {
    .gs-header {
      padding-bottom: 0; } }
  .gs-header__left img {
    width: 240px;
    height: auto;
    padding: 10px 0; }
    @media (min-width: 576px) {
      .gs-header__left img {
        padding: 20px 0;} }
  .gs-header__right p {
    padding: 5px 0;
    margin: 20px 0;
    font-size: 14px; }
    @media (min-width: 350px) {
      .gs-header__right p {
        font-size: 15px; } }
    @media (min-width: 768px) {
      .gs-header__right p {
        font-size: 20px; } }
    @media (min-width: 992px) {
      .gs-header__right p {
        font-size: 22px; } }
    @media (min-width: 1200px) {
      .gs-header__right p {
        font-size: 25px; } }

.gs-dropdowns {
  margin-top: 4vh;
  margin-bottom: 5vh; }
  @media (min-width: 768px) {
    .gs-dropdowns {
      margin-top: 4vh; } }

.gs-dropdown {
  padding: 5px 0 30px 0; }
  @media (min-width: 768px) {
    .gs-dropdown {
      padding: 18px 0; } }
  .gs-dropdown__label {
    color: #d3c4af;
    width: 100%; }
  .gs-dropdown__text {
    text-transform: uppercase;
    display: block;
    font-size: 16px;
    margin-bottom: .5em; }
    @media (min-width: 992px) {
      .gs-dropdown__text {
        font-size: 18px; } }
    @media (min-width: 1200px) {
      .gs-dropdown__text {
        font-size: 20px; } }
  .gs-dropdown__select {
    display: block;
    width: 100%; }
  .gs-dropdown .select2 {
    font-family: "FuturaStd", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700; }

.gs-results {
  border: 1px solid #d3c4af;
  padding: 18px 0 26px 0; }
  .gs-results__label {
    text-transform: uppercase;
    display: block;
    font-size: 16px;
    color: #d3c4af;
    margin: 0 15px .5em 15px; }
    @media (min-width: 992px) {
      .gs-results__label {
        font-size: 18px; } }
    @media (min-width: 1200px) {
      .gs-results__label {
        font-size: 20px; } }
  .gs-results__list {
    margin: 0 15px; }
    @media (min-width: 768px) {
      .gs-results__list {
        margin: 0 30px; } }
  .gs-results__result {
    background: #d3c4af;
    color: #000;
    border: 1px solid #000;
    font-weight: 700;
    height: 54px;
    line-height: 54px;
    padding: 0 15px;
    font-size: 26px; }
    @media (max-width: 576px) {
      .gs-results__result {
        font-size: 20px; } }
    @media (min-width: 992px) {
      .gs-results__result {
        font-size: 23px; } }
    .gs-results__result .amount, .gs-results__result .nuance {
      font-family: "FuturaStd", Roboto, "Helvetica Neue", Arial, sans-serif;
      font-weight: 700;
      padding-left: 7px;
      padding-right: 7px; }
      .gs-results__result .amount .space, .gs-results__result .nuance .space {
        display: inline-block;
        width: .2em; }

.gs-footer {
  background: #000;
  border-top: 1px solid #d3c4af;
  padding: 1rem 0; }
  .gs-footer .gs-footer-menu {
    list-style: none;
    padding: 0;
    margin: 0; }
    .gs-footer .gs-footer-menu a {
      color: #d3c4af; }

/*# sourceMappingURL=style.css.map */