.centers-list-shortcode {
    position: relative;
}
.panel-section {
    width: 100%;
}
.panel-wrapper {
    border-top: 1px solid #000;
    padding-bottom: 30px;
}
.panel-section .panel-wrapper {
    border: 0;
}
.panel-section.collapsible .panel-wrapper {
    padding: 0;
}
.panel-wrapper .panel-heading {
    padding: 14px 20px;
    display: flex;
}
.panel-wrapper .panel-heading h3 {
    font-size: 29px;
    text-transform: none;
    font-weight: 600;
    margin: 0;
    position: relative;
}
.panel-section.collapsible .panel-wrapper .panel-heading h3 {
    cursor: pointer;
}
.panel-wrapper .plus {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
}
.panel-wrapper .plus:before {
    content: '';
    width: 20px;
    height: 1px;
    border-top: 2px solid #000000;
    display: block;
    position: absolute;
    margin-top: 12px;
    margin-left: 4px;
}
.panel-wrapper .plus:after {
    content: '';
    width: 1px;
    height: 20px;
    border-right: 2px solid #000000;
    display: block;
    position: absolute;
    margin-top: 3px;
    margin-left: 12px;
}
.panel-wrapper[data-collapsed="false"] .plus:after {
    display: none;
}
.panel-section .panel-body {
    padding: 0 0 14px 0;
}
.panel-section.collapsible .panel-body.collapsed {
    height: 0;
    overflow: hidden;
    transition: 0.2s ease-out;
    padding: 0;
}
.panel-section .panel-body .elements-holder {
    margin: 0 0 30px;
}
.panel-section.two-columns .panel-body .elements-holder {
    display: inline-block;
}
.panel-section.three-columns .panel-body .elements-holder {
    width: 100%;
    display: table;
    table-layout: fixed;
    margin: 0;
}
.panel-section.two-columns .elements-holder .item-inner {
    width: 100%;
}
.panel-section .panel-body .elements-holder .item-inner {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}
.panel-section .panel-body .elements-holder .item-content .thumbnail-inner .bg-inner {
    background-size: 140%;
    min-height: 180px;
}

.panel-section .panel-body .elements-holder .item-content h4 {
    font-weight: 400;
    margin: 0 0 20px 0;
    font-size: 23px;
}
.panel-section .panel-body .elements-holder .item-content p {
    margin: 5px 0;
    color: #000;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
}
.panel-section .panel-body .elements-holder .item-content .thumbnail-inner {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.elements-holder .item-content .thumbnail-inner .bg-inner  {
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 120%;
    -webkit-transition: background .7s ease-out;
    -o-transition: background .7s ease-out;
    transition: background .7s ease-out;
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    min-height: 166px;
}
.panel-section .panel-body .elements-holder .item-content .thumbnail-inner .bg-inner.bg-unfold:hover {
    background-position: 90% center;
}
.panel-section .panel-body .elements-holder .item-content .thumbnail-inner .bg-inner img {
    z-index: -1;
    max-width: 80%;
    position: relative;
    display: block;
}
@font-face {
    font-family: 'Linearicons-Free';
    src: url('../svg/linearicons-free.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
.linear-icon {
    font-family: 'Linearicons-Free';
    /* speak: none; */
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.panel-section.two-columns .panel-body .elements-holder .item-content > .arrow-inner {
    margin-top: 20px;
}
.panel-section .elements-holder .item-content > .arrow-inner .text-border-button {
    border: 2px solid #000;
    padding: 6px 28px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 2em;
    letter-spacing: 2px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    box-sizing: border-box;
}
.panel-section .elements-holder .item-content > .arrow-inner .text-border-button.btn-outline:hover {
    background-color: #000;
    color: #fff;
    transform: translate3d(5px, 5px, 0);
    -webkit-transform: translate3d(5px, 5px, 0);
    transition: all .3s cubic-bezier(.78, .2, .21, .88), color 0s;
    -o-transition: all .3s cubic-bezier(.78, .2, .21, .88), color 0s; /* opera */
    -ms-transition: all .3s cubic-bezier(.78, .2, .21, .88), color 0s; /* IE 10 */
    -moz-transition: all .3s cubic-bezier(.78, .2, .21, .88), color 0s; /* Firefox */
    -webkit-transition: all .3s cubic-bezier(.78, .2, .21, .88), color 0s;
}
.panel-section .elements-holder .item-content span.arrow-right-alt:before {
    content: "\e87a";
    font-size: 4em;
}
.panel-section .elements-holder .item-content > .arrow-inner .text-border-button span.arrow-right-alt {
    margin-left: 25px;
    font-weight: 900;
}
.panel-section .elements-holder .item-content > .arrow-inner .text-border-button span.arrow-right-alt::before {
    font-size: inherit;
}
@media screen and (min-width: 782px) {
    .panel-wrapper .panel-body {
        padding: 0 0 14px 0;
    }
    .panel-section.two-columns .panel-body .elements-holder {
        display: flex;
    }
    .panel-section.three-columns .panel-body .elements-holder {
        margin: 0 0 30px 0;
    }
    .panel-section.three-columns .panel-body .elements-holder .item-inner {
        display: table-cell;
        vertical-align: middle;
        height: 100%;
        background-position: center;
        background-size: cover;
        width: 33.33333%;
    }
    .panel-section .panel-body .elements-holder .item-content {
        padding: 0 60px 0 0;
    }
    .panel-section .panel-body .elements-holder .item-content .thumbnail-inner .bg-inner {
        background-size: 150%;
        min-height: 123px;
    }
}
@media screen and (min-width: 1220px) {
    .panel-section .panel-body .elements-holder .item-content .thumbnail-inner .bg-inner {
        min-height: 180px;
    }
}