@charset "UTF-8";
.fcf-page-tabs .resp-tabs-list {
  *zoom: 1; }

.fcf-page-tabs .resp-tabs-list:after {
  content: '';
  display: table;
  clear: both; }

.fcf-page-tabs .resp-tabs-list {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Custom tabs styles ============================================= */
.fcf-page-tabs.tabs-2 .resp-tab-item {
  width: 50%; }

.fcf-page-tabs.tabs-3 .resp-tab-item {
  width: 33.3333%; }

.fcf-page-tabs.tabs-4 .resp-tab-item {
  width: 25%; }

.fcf-page-tabs .resp-accordion {
  position: relative;
  padding: 20px;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  border-bottom: 1px solid #e9e9e9;
  color: #656565;
  cursor: pointer; }
  .fcf-page-tabs .resp-accordion .resp-arrow {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    .fcf-page-tabs .resp-accordion .resp-arrow:before {
      content: "";
      font-family: "<%= fontName %>";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  .fcf-page-tabs .resp-accordion.resp-tab-active .resp-arrow:before {
    content: ""; }

.fcf-page-tabs .resp-tabs-list {
  display: none;
  width: 100%; }
  .fcf-page-tabs .resp-tabs-list .resp-tab-item {
    float: left;
    border: 1px solid transparent;
    border-top: none;
    border-bottom: 1px solid #e9e9e9;
    padding: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    color: #656565;
    background-color: #f1f2f4;
    cursor: pointer; }
    .fcf-page-tabs .resp-tabs-list .resp-tab-item:first-child {
      border-left: none; }
    .fcf-page-tabs .resp-tabs-list .resp-tab-item.resp-tab-active {
      border-color: #e9e9e9;
      border-bottom-color: #fff;
      background-color: #fff; }

@media screen and (min-width: 768px) {
  .fcf-page-tabs .resp-tabs-list {
    display: block; }
  .fcf-page-tabs .resp-accordion {
    display: none; } }

.fcf-page-tabs .resp-tab-content {
  display: none; }

.fcf-page-tabs .resp-content-active, .fcf-page-tabs .resp-accordion-active {
  display: block; }

/* Styles for tabs within daily alerts module */
.fcf-page-tabs.fl-report-feed-sidebar .resp-tabs-list .resp-tab-item {
  background-color: #fafafa; }
  .fcf-page-tabs.fl-report-feed-sidebar .resp-tabs-list .resp-tab-item.resp-tab-active {
    background-color: #fff; }
