/*
 *  Copyright 2019 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-accordion {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 52px;
  margin-bottom: 56px;
}
@media only screen and (max-width: 1025px) {
  .cmp-accordion {
    padding: 0 15px;
  }
}
.keyboard--focussed .cmp-accordion__button:focus {
  border: 2px solid #00A4B7 !important;
}
.icon-Subtract::before {
  width: 17px;
  height: 1px;
  display: block;
}
.icon-Add::before {
  width: 17px;
  height: 14px;
  display: block;
}
.cmp-accordion__title {
  width: 90%;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: normal;
  color: #000000;
}
.cmp-accordion__panel.cmp-accordion__panel--expanded p {
  font-size: 14px;
  font-weight: 300;
}
.cmp-accordion__item {
  border-top: solid 1px #979797;
}
.cmp-accordion__item:last-child {
  border-bottom: solid 1px #979797;
}
.cmp-accordion__header {
  font-family: Santral W01;
  font-size: 14px;
  width: 100%;
  padding: 0;
  display: block;
  background: #0000;
  border: none;
}
.cmp-accordion__icon {
  width: 17px;
  height: 14px;
}
@media only screen and (min-width: 1025px) {
  .cmp-accordion__icon {
    margin-left: 8%;
  }
}
@media only screen and (max-width: 1025px) {
  .cmp-accordion__icon {
    margin-left: 4%;
  }
}
.cmp-accordion__button {
  display: block;
  width: 100%;
  font-family: Santral W01;
  text-align: left;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1025px) {
  .cmp-accordion__button {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
@media only screen and (max-width: 1025px) {
  .cmp-accordion__button {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.cmp-accordion__panel {
  font-family: Santral W01;
  font-family: Santral;
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  width: 95%;
  padding-bottom: 24px;
}
.cmp-accordion__panel b {
  font-weight: bold;
}
.cmp-accordion__panel i {
  font-style: italic;
}
.cmp-accordion__panel ul {
  list-style: initial;
  padding-left: 1em;
  margin: 1em;
}
.cmp-accordion__panel ul li {
  font-size: 14px;
}
.cmp-accordion__panel ol {
  padding-left: 1em;
  margin: 1em;
}
.cmp-accordion__panel ol li {
  font-size: 14px;
}
.cmp-accordion__panel blockquote {
  background: #f9f9f9;
  border-left: 10px solid #00A4B7;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  font-family: Santral W01;
  font-size: 1rem;
  line-height: 1.5;
}
.cmp-accordion__panel pre {
  font-family: monospace;
  white-space: pre;
}
.cmp-accordion__panel a {
  border-bottom: 1px solid #000;
  line-height: 1.71;
  display: inline-block;
  font-family: Santral W01;
}
.cmp-accordion__panel--hidden {
  display: none;
}
.cmp-accordion__panel--expanded {
  display: block;
}
