#content h2 {
  color: #333;
}

#wrap {
  background-color: var(--sp-light-blue);
}


#top-navbar,
#top-navbar .navbar-inner {
  background-color: transparent !important;
  border: none;
}

#content {
  display: flex;
  justify-content: space-between;
}

.left-image-container,
.right-image-container {
  display: none;
}

.container-fluid {
  background: #fff;
  padding: 0 20px 20px;
}

.container-fluid {
  max-width: 600px;
}

.well {
  border: none;
}

.question,
.question p,
.question .alert:last-child {
  margin-bottom: 0;
}

.nav-marketplace {
  display: none !important;
}

.flag {
  width: auto;
}

.flag:visited {
  color: #333 !important;
}

.flag i {
  width: 16px;
  height: 11px;
  display: inline-block;
  margin-right: 5px;
}

.btn-group {
  margin-bottom: 20px;
  white-space: normal;
}

.btn-success,
.btn-success:hover,
.btn-success:focus {
  background: var(--sp-blue);
  text-shadow: none;
}

.btn-success {
  color: #fff;
  transition: 200ms all; 
}

.btn-success:hover,
.btn-success:focus {
  color: #333;
  transition: 300ms all; 
}

.ua-mobile .btn-group .btn {
  padding: 10px 20px;
}

.coupon-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.coupon-row .control-group,
.coupon-alert {
  margin-bottom: 0;
}

form {
  margin-top: 10px;
  counter-reset: question;
}

fieldset {
  margin-top: 1.5rem;
}

legend {
  font-size: 1.5em;
}

form label {
  padding: 0;
}

input[name='plan'] {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

details {
  margin-bottom: 1rem;
}

summary:hover {
  cursor: pointer;
}

.btn-primary {
  background: var(--sp-blue);
  color: #fff;
  border: none;
  text-shadow: none;
  font-family: var(--sp-font);
  transition: 200ms all;
  letter-spacing: 0.05rem;;
}

.btn-primary:hover,
.btn-primary:focus {
  color: #333;
  background: var(--sp-blue);
  transition: 300ms all;
}

@media (max-width: 979px) {
  #wrap {
    background-position: left center;
  }

  .container-fluid {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .btn-group .btn {
    margin-bottom: 10px;
  }

  .btn-group .btn {
    margin-right: 5px;
    border-radius: 4px;
  }
}

@media (min-width: 980px) {
  .container-fluid {
    margin: 20px auto;
  }
}

@media (min-width: 1200px) {
  .container-fluid {
    flex: 1 0 600px;
  }

  .left-image-container,
  .right-image-container {
    display: flex;
    flex-direction: column;
    margin: 0 20px;
    flex: 1 1;
    align-items: center;
  }

  .left-image-container {
    margin-top: 50px;
    align-items: center;
  }

  .left-image-container img {
    max-width: 300px;
    width: 100%;
  }

  .left-image-container h3 {
    font-size: 3rem !important;
    margin: 0;
    font-family: var(--sp-font) !important;
  }

  .left-image-container p {
    margin-bottom: 0;
  }

  .right-image-container {
    margin-bottom: 20px;
    right: 50px;
    justify-content: flex-end;
  }

  .right-image-container img {
    width: 470px;
  }
}

.question.marketplace {
  display: block;
}

