/*
 *  Copyright 2018 Adobe
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
.cmp-tabs__tablist {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
}
.cmp-tabs__tab {
  box-sizing: border-box;
  border-bottom: 1px solid transparent;
  padding: .5rem 1rem;
  cursor: pointer;
}
.cmp-tabs__tab--active {
  border-color: inherit;
}
.cmp-tabs__tabpanel {
  display: none;
}
.cmp-tabs__tabpanel--active {
  display: block;
}

/*** this is an autogenerated file 
 Do not make any edits here  ****/ 
.tabs{margin:0!important;width:100%!important}.tabs .cmp-tabs__tablist{justify-content:center}@media (min-width:320px) and (max-width:991px){.tabs .cmp-tabs__tablist{flex-wrap:nowrap;margin-bottom:20px}}.tabs .cmp-tabs__tablist .cmp-tabs__tab{font-size:20px;font-weight:400;line-height:28px;text-align:left;color:#75787b;text-transform:uppercase}@media (min-width:320px) and (max-width:991px){.tabs .cmp-tabs__tablist .cmp-tabs__tab{font-size:14px;font-weight:500;line-height:21px;padding:.5rem .75rem}}@media (min-width:320px) and (max-width:991px) and (min-width:381px) and (max-width:410px){.tabs .cmp-tabs__tablist .cmp-tabs__tab{padding:.5rem}}@media (min-width:320px) and (max-width:991px) and (max-width:380px){.tabs .cmp-tabs__tablist .cmp-tabs__tab{font-size:12px;padding:.5rem}}.tabs .cmp-tabs__tablist .cmp-tabs__tab.cmp-tabs__tab--active{font-weight:700;color:#2e2f32;border-bottom:3px solid #feb940}
