#page.content {
  width: 54%;
  float: left;
}

h1 {
  text-align: left;
  font-size: 1.6em;
  font-weight: bold;
  color: black;
}

.faq-accordion-container {
  float: right !important;
  width: 43% !important;
  margin-top: 0.8%;
}
#faq-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}

.island-info-container {
  width: 100%;
}

.ol {
  list-style: decimal !important;
  margin-left: 7%;
}

/* Mobile width */
@media only screen and (max-width: 700px) {
  #page.content {
    width: 100%;
    float: none;
  }

  .faq-accordion-container {
    width: 100% !important;
    float: none !important;
  }
}

.info-strip-container {
  display: none;
}
.faq-article--flexible section {
  margin-bottom: 2.3em;
}
.faq-article--flexible section ul li {
  padding: 4px 0;
}
.faq-article.faq-article--flexible h2 {
  font-size: 16px;
  text-align: left;
  color: black;
  font-weight: bold;
  margin: 0;
  line-height: normal;
}
.faq-article a {
  border-bottom: 2px solid #000;
  background: #fff;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
  font-family: proxima-nova, Arial, Helvetica;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.94);
  letter-spacing: 0.5px;
  line-height: 16px;
  transition: background-color 0.5s ease;
}
@media only screen and (min-width: 769px) {
  .faq-article a.customer-service-link {
    padding: 4px 0 2px;
  }
}
