.type-accordion .accordion-list {
    position: relative
}
.type-accordion .accordion-title .accordion-btn {
    transition: all 0.2s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    color: #231f20;
    text-align: left;
    font-size: 100%;
    border: none;
    border-radius: 4px;
    background-color: #e0e4f5;
    font-weight: 700;
    width: 100%;
    cursor: pointer;
    outline: none;
    padding: 2rem 3rem;
    margin-bottom: 1rem
}
.type-accordion .accordion-title .accordion-btn:after {
    transition: all 0.2s ease-in-out;
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    content: "\F004";
    display: block;
    font-size: 120%;
    line-height: 12px;
    color: #231f20;
    backface-visibility: hidden;
    transform: translateZ(0) scale(1, 1);
    padding: 0.5rem
}
.type-accordion .accordion-title .accordion-btn:hover, .type-accordion .accordion-title .accordion-btn:focus {
    color: white;
    background-color: #2d449c;
    opacity: 1
}
.type-accordion .accordion-title .accordion-btn:hover:after, .type-accordion .accordion-title .accordion-btn:focus:after {
    color: white
}
.type-accordion .accordion-title.open-accordion .accordion-btn:after {
    transform: rotate(180deg)
}
.type-accordion .accordion-content-wrapper {
    display: none;
    padding-bottom: 1.2rem
}
.type-accordion .accordion-content-wrapper p:first-of-type {
    margin-top: 0 !important
}
@font-face {
    font-family: 'fontello';
    src: url("../fonts/fontello.eot?75220472");
    src: url("../fonts/fontello.eot?75220472#iefix") format("embedded-opentype"), url("../fonts/fontello.woff?75220472") format("woff"), url("../fonts/fontello.ttf?75220472") format("truetype"), url("../fonts/fontello.svg?75220472#fontello") format("svg");
    font-weight: normal;
    font-style: normal
}