#faq li {
  margin-bottom: 0.75rem;
}
#faq .accordion__button:focus, #faq .form-group .form-control:focus {
    outline: none!important;
    box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #000;
}
#faq a {
    padding: 0.25rem 0.125rem 0;
    color: #003359;
    text-decoration: none;
    border-bottom: 1px solid #00AEEF;
    transition: all 150ms ease;
}
#faq a:focus, #faq a:hover {
    background-color: #c4ecfb;
    color: #003359;
    border-bottom: 3px solid #00aeef;
}
#faq #filter-form {
    max-width: 45rem;
    margin: 3rem auto;
}
.form-group > label, .form-group .control-label {
    font-size: 15px;
    opacity: 1;
    margin-bottom: 0.25rem;
}
#faq .help-block {
    bottom: -28px;
    opacity: .8;
    font-size: 14px;
}			
#faq .form-control {
    padding: 6px 12px;
    height: 50px;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom-color: rgba(12, 12, 12, 0.12);
    background: white;
    color: #0c0c0c!important;
    font-size: 16px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
			
#faq .accordion {
  max-width: 65rem;
  margin: auto;
}
#faq .accordion__button {
  text-align: left;
  font-size: 1.1rem;
  line-height:1.2;
  font-weight: normal;
  background-color: #003359;
  color: #fff;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  display: block;
  width: 100%;
  z-index: 1;
  position: relative;
  margin-top: 1rem;
  transition: all 150ms linear;
}
#faq .accordion__button::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0.775rem;
  top: 0.775rem;
  width: 0.6rem;
  height: 0.6rem;
  border-right: 0.25rem solid #fff;
  border-top: 0.25rem solid #fff;
  transform: rotate(135deg);
  transition: transform 250ms linear;
}
#faq .accordion__button:hover {
  background-color: #00AEEF;
  transform: scale(1.025);
}
#faq .accordion__button[aria-expanded=true] {
  background-color: #003359;
    background-image: linear-gradient(to left, #00AEEF, #003359);
}
#faq .accordion__button[aria-expanded=true]::after {
  transform: rotate(315deg) translateY(0.25rem);
}
#faq .accordion__content {
  padding: 0.875rem;
  margin-left: 0;
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  border: 2px solid transparent;
  box-shadow: 1.4px 1.4px 2.9px rgba(0, 0, 0, 0.017), 3.8px 3.9px 7.9px rgba(0, 0, 0, 0.025), 9px 9.3px 19px rgba(0, 0, 0, 0.033), 30px 31px 63px rgba(0, 0, 0, 0.05);
  transition: all 200ms linear;
}
#faq .accordion__content p:last-of-type {
    margin-bottom: 0;
}			
#faq .accordion__content[aria-hidden=false] {
  display: block;
}
#faq .accordion__content[aria-hidden=true] {
  display: none;
}		





