/* custom CSS for AUC-RWWL plugin */
#header {
  background-image: url('/assets/Aspace_Banner.png');
  background-repeat: no-repeat;
  height: 291px;
}
#header .row {
  height: 100% !important;
}
#header .h1, #header .h1 a { 
  color: #05538a; 
}
#header #header-brand-text {
  background-color: rgba(235,235,235,.85);
  max-width: 710px !important;
}
#header-brand-text .h1.main-title {
  margin-top: 10px;
}
img.logo {
  margin-top: 15px;
}
.rwwl-carousel {
  padding-right: 5em;
}
.carousel-inner {
  height: 444px;
  width: 327px;
  max-height: 444px;
  max-width: 327px;
}
.request_form__instructions {
  padding-bottom: 1em;
}

/* frequently asked questions page */
.fa-questions-list {
  padding-top: 1em;
}
.fa-questions-list > li {
  padding-bottom: 1em;
}
.fa-questions-list > li + li {
  padding-top: 1em;
}
.fa-questions-list > ol {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.faq-question > span {
  margin-bottom: 0.5em;
  display: inline-block;
}
.faq-answer-list > li {
  margin-bottom: 1em;
  list-style-type: none;
}
.faq-answer-list > li > ol {
  margin-top: 0.5em;
}
.faq-question iframe {
  margin: 2em auto 1em;
}