.col-xs-12 {
margin-bottom:1rem;
}

.homepage-accordion h1 {
  margin-bottom: 1.5rem;
}
.faq-drawer {
  margin-bottom: 30px;
}

.faq-drawer__content-wrapper {
  font-size: 1.25em;
  line-height: 1.4em;
  max-height: 0px;
  overflow: hidden;
  transition: 0.25s ease-in-out;
}

.faq-drawer__content {
  padding-top:20px;
}

.faq-drawer__content a {
  text-decoration: underline;
  font-weight: bold;
}
.faq-drawer__content p {
	margin-bottom: 0;
	font-size: 0.9rem;
}

.faq-drawer__title {
  border-top: #000 1px solid;
  cursor: pointer;
  display: block;
  padding: 30px 0 0 0;
  position: relative;
  margin-bottom: 0;
  transition: all 0.25s ease-out;
}
.faq-drawer__title h2 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0;
}

.faq-drawer__title h2::after {
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: " ";
  display: inline-block;
  float: right;
  height: 10px;
  left: 2px;
  position: relative;
  right: 20px;
  top: 10px;
  transform: rotate(135deg);
  transition: 0.35s ease-in-out;
  vertical-align: top;
  width: 10px;
}

/* OPTIONAL HOVER STATE */
.faq-drawer__title:hover { 
  color: #4E4B52  ;
}

.faq-drawer__trigger:checked
  + .faq-drawer__title
  + .faq-drawer__content-wrapper {
  max-height: 350px;
}

.faq-drawer__trigger:checked + .faq-drawer__title h2::after {
  transform: rotate(-45deg);
  transition: 0.25s ease-in-out;
}

.homepage-accordion input[type="checkbox"] {
  display: none;
}
