/*
 *  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__header {
  margin: 0;
}
.cmp-accordion__button {
  display: block;
  width: 100%;
  text-align: left;
}
.cmp-accordion__panel--hidden {
  display: none;
}
.cmp-accordion__panel--expanded {
  display: block;
}

.cmp-accordion__header {
  margin: 0;
  font-size:1.125rem;
  background: white;
}
.cmp-accordion__button {
  width: 100%;
  text-align: left;
}
 
.ctaDownloadLink  {
  width: inherit !important;
}
 
 .cmp-accordion__button,
span.cmp-accordion__title,
span.cmp-accordion__icon {
align-items:start!important;
}
 
 
span.cmp-accordion__icon {
padding-top:3px;
}
 
span.cmp-accordion__title,
.cmp-accordion__panel--expanded ul li,
.cmp-accordion__panel--expanded p {
font-size:1.125rem;
text-align:left;
line-height: 1.57;
 
}
 
 
 .cmp-accordion__button {
      display: flex !important;
      background-color: #fff;
      color: #000;
      padding: 0.7rem;
      border: 0;
      border-bottom: 1px solid #ddd !important;
      font-weight: 400 !important;
    }
 
.cmp-accordion__button:focus {
    border:0;
        }
.cmp-accordion__button--expanded {
 
  border-top : 0;
        .cmp-accordion__icon::before {
          transform: rotate(135deg);
           top: -0.2em;
        }
      }
 
.cmp-accordion__panel--expanded {
  padding: 20px;
  border-bottom: 1px solid #ddd;
  border-top :0;
  overflow:hidden;
}
.cmp-accordion__title {
  order: 2;
}
 .cmp-accordion__icon {
   order: 1;
   display: inline-block;
}
 
.cmp-accordion__icon::before {
    border-style: solid;
    border-color: #e90029;
    border-width: 2px 2px 0 0;
    content: "";
    display: inline-block;
    height: 0.8em;
    left: 0;
    position: relative;
    top: 0.3em;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    vertical-align: middle;
    width: 0.8em;
    margin-right: 0.8em;
    margin-left: 0.6em;
 
}
.cmp-accordion__panel--hidden {
  display: none;
}
.cmp-accordion__panel--expanded {
  display: block;
}
 


