.fes-collapsable-item-title {
    /*font-weight: bold;*/
}

.fes-modal {
    display: none;
}

.fes-modal.open {
    display: flex;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.35);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    justify-content: center;
    align-items: center;
}

.fes-modal.open .fes-modal-content-wrapper {
    background: white;
    width: 100%;
    max-width: 1000px;
    height: 80%;
    overflow: auto;
    border-radius: 3px;
    box-shadow: 5px 5px 50px rgba(0, 0, 0, 0.1);
}

.fes-modal.open .fes-modal-title {
    border-bottom: 1px solid rgba(128, 128, 128, 0.30);
    font-size: 1.8em;
    line-height: 2em;
    padding: 0 1.2rem;
    margin: 0;
}

.fes-modal.open .fes-modal-content {
    padding: 1.2rem;
}

.fes-modal-close {
    font-family: sans-serif;
    color: white;
    position: fixed;
    right: 3rem;
    top: 5rem;
    font-size: 2.5rem;
    transition: color .25s;
    cursor: pointer;
}

.fes-modal-close:hover {
    color: red;
}

.fes-modal h1 {
    color: #79c142;
}

.fes-collapsable > .fes-collapsable-items-wrapper {
    height: 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s;
    max-width: 100%;
    flex-wrap: wrap;
}

.fes-collapsable.open > .fes-collapsable-items-wrapper {
    transition: max-height 0.2s;
    max-height: 100vh;
}

.fes-collapsable .fes-collapsable-item-title {
    cursor: pointer;
    background-color: #ffffff;
    height: 3rem;
    line-height: 3rem;
    padding-left: 1rem;
    border-bottom: 1px solid #eaeaea;
    font-size: 1.1em;
    /*font-weight: bold;*/
}

.fes-collapsable .fes-collapsable-item-title:after {
    content: '\f107';
    display: inline-flex;
    font: normal normal normal 14px/1 FontAwesome;
    color: darkgray;
    font-weight: bold;
    margin-left: 0.5em;
    transition: all 0.25s;
    font-size: 1.3em;
    vertical-align: middle;
}

.fes-collapsable.open .fes-collapsable-item-title {
    color: #79C142;
    border-bottom: 2px solid #79C142;
}

.fes-collapsable.open .fes-collapsable-item-title:after {
    content: '\f107';
    transform: rotate(180deg);
    color: #79C142;
}

.fes-case-study-title:hover {
    background-color: #f2f2f2;
}

.fes-case-study-title {
    transition: background-color 0.25s;
    cursor: pointer;
    background-color: #ffffff;
    width: 100%;
    text-align: left;
    line-height: 2.3em;
    font-size: 1em;
    padding: 0.5em 0.2em;
    height: 50px;
    vertical-align: middle;
}

#fes-case-studies .w-tabs-section {
    padding-left: 0 !important;
    background-color: #fcfcfc;
}

.fes-collapsable-items-wrapper {
    display: flex;
}

.fes-collapsable-item {
    width: 100%;
    margin: 0;
    background: #ffffff;
    border-bottom: 1px solid #f7f7f7;
    transition: all 0.25s;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.fes-collapsable-item:hover {
    border-bottom: 1px solid #79c142;
    background: #fafafa;
}

.fa.fes-case-study-icon {
    text-align: center;
    font-size: 1em;
    margin: 0 10px;
}

/*
s
.random-background:nth-of-type(1n) .fes-case-study-title {
    background: #EE028B;
}

.random-background:nth-of-type(2n) .fes-case-study-title {
    background: #00A6E2;
}

.random-background:nth-of-type(3n) .fes-case-study-title {
    background: #C1D62F;
}

.random-background:nth-of-type(4n) .fes-case-study-title {
    background: #F79727;
}

.random-background:nth-of-type(5n) .fes-case-study-title {
    background: #ACDFF0;
}

.random-background:nth-of-type(6n) .fes-case-study-title {
    background: #79C142;
}

.random-background:nth-of-type(7n) .fes-case-study-title {
    background: #EF3121;
}*/
