/**
 * @file
 * FAQ page Styling
 */
/* line 9, ../../sass/faq/faq.scss */
.section-faq .ui-accordion .ui-accordion-header a {
  display: block;
  font-size: 1em;
  padding: .5em .5em .5em .7em;
}
/* line 14, ../../sass/faq/faq.scss */
.section-faq .ui-state-hover, .section-faq .ui-widget-content .ui-state-hover, .section-faq .ui-widget-header .ui-state-hover, .section-faq .ui-state-focus, .section-faq .ui-widget-content .ui-state-focus, .section-faq .ui-widget-header .ui-state-focus {
  background: #fafafa;
  color: #d9b53b;
  margin-top: 1px;
}
/* line 19, ../../sass/faq/faq.scss */
.section-faq .ui-state-default, .section-faq .ui-widget-content .ui-state-default, .section-faq .ui-widget-header .ui-state-default {
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border: none;
  background: #e9edee;
  position: relative;
  margin-top: 1px;
}
/* line 26, ../../sass/faq/faq.scss */
.section-faq .ui-state-default a, .section-faq .ui-state-default a:link, .section-faq .ui-state-default a:visited,
.section-faq .ui-state-active a, .section-faq .ui-state-active a:link, .section-faq .ui-state-active a:visited {
  color: #33739d;
  display: inline-block;
  font-weight: 800;
  font-size: 0.9em;
  font-family: "Roboto", Verdana, Tahoma, "DejaVu Sans", sans-serif;
  line-height: 1.5em;
}
/* line 39, ../../sass/faq/faq.scss */
.section-faq .ui-widget {
  font-family: "Roboto", Verdana, Tahoma, "DejaVu Sans", sans-serif;
}
/* line 42, ../../sass/faq/faq.scss */
.section-faq .ui-state-default a:hover,
.section-faq .ui-state-active a:hover {
  color: #001d37 !important;
}
/* line 47, ../../sass/faq/faq.scss */
.section-faq .ui-corner-top,
.section-faq .ui-corner-bottom {
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background: #fafafa;
}
/* line 54, ../../sass/faq/faq.scss */
.section-faq .ui-state-active, .section-faq .ui-widget-content .ui-state-active, .section-faq .ui-widget-header .ui-state-active {
  border: none;
  position: relative;
  outline: none;
}
/* line 60, ../../sass/faq/faq.scss */
.section-faq .ou-widget-content {
  border: 0;
  background: #fafafa;
}
/* line 65, ../../sass/faq/faq.scss */
.section-faq .views-label-field-faq-answer {
  color: #001d37;
  font-size: 0.9em;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Roboto", Verdana, Tahoma, "DejaVu Sans", sans-serif;
}
/* line 71, ../../sass/faq/faq.scss */
.section-faq .views-field-field-faq-answer p {
  margin-top: 5px;
  color: #444444;
  font-size: 0.9em;
}
/* line 77, ../../sass/faq/faq.scss */
.section-faq .ui-accordion .ui-accordion-header .ui-icon {
  left: auto;
  right: 0;
}
/* line 81, ../../sass/faq/faq.scss */
.section-faq .ui-state-default .ui-icon {
  background: url("../../images/icons/faq/closed.png") no-repeat scroll center center #001d37;
  bottom: 0;
  display: table-row;
  height: auto;
  margin: 0;
  top: 0;
  width: 37px;
  position: absolute;
}
/* line 91, ../../sass/faq/faq.scss */
.section-faq .ui-accordion-icons .ui-accordion-header a {
  padding-right: 4em;
  padding-left: 1.3em;
  display: block;
}
/* line 97, ../../sass/faq/faq.scss */
.section-faq .ui-state-active .ui-icon {
  background: url("../../images/icons/faq/open.png") no-repeat scroll center center #33739d;
  bottom: 0;
  display: table-row;
  height: auto;
  margin: 0;
  top: 0;
  width: 37px;
  position: absolute;
}
/* line 108, ../../sass/faq/faq.scss */
.section-faq .ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  margin-top: -2px;
  position: relative;
  top: 1px;
  margin-bottom: 2px;
  overflow: auto;
  display: none;
  zoom: 1;
}

/* line 122, ../../sass/faq/faq.scss */
.under-title-tabs {
  margin: 0;
}
/* line 125, ../../sass/faq/faq.scss */
.under-title-tabs .view-content ul {
  margin: 0;
  padding: 0;
}
/* line 128, ../../sass/faq/faq.scss */
.under-title-tabs .view-content li {
  list-style: none;
  float: left;
  display: block;
  margin-right: 3px;
}
/* line 134, ../../sass/faq/faq.scss */
.under-title-tabs .view-content a {
  display: block;
  text-align: center;
  padding: 3px 15px;
  background: #e9e3e3;
  color: #949494;
}
/* line 140, ../../sass/faq/faq.scss */
.under-title-tabs .view-content a.active, .under-title-tabs .view-content a:hover {
  background: #001d37;
  color: #fff;
}
