

.brief-partners .sec-listing {
    position: relative
}

.brief-partners .swiper-wrapper {
    width: 100%;
    height: 100%
}

.brief-partners .swiper-slide {
    width: 14.6412884334%;
    min-width: 200px;
    height: 160px;
    border: 1px solid #eee;
    text-decoration: none;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.brief-partners .swiper-nav-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    z-index: 9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    pointer-events: none
}

.brief-partners .swiper-button-disabled {
    opacity: 0.5 !important
}

.brief-partners .swiper-button-next, .brief-partners .swiper-button-prev {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ED1C24;
    opacity: 1;
    top: auto;
    bottom: auto;
    position: relative;
    right: auto;
    left: auto;
    padding: 7px;
    pointer-events: all
}

.brief-partners .swiper-button-next:before, .brief-partners .swiper-button-prev:before {
    content: "";
    display: block;
    background-color: #2e7226;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 100%
}

.brief-partners .swiper-button-next:after, .brief-partners .swiper-button-prev:after {
    content: "";
    display: block;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-right-short' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/></svg>");
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 25px;
    height: 25px
}

.brief-partners .swiper-button-next {
    margin-left: 15px
}

.brief-partners .swiper-button-prev:after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-left-short' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M12 8a.5.5 0 0 1-.5.5H5.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L5.707 7.5H11.5a.5.5 0 0 1 .5.5z'/></svg>")
}

.brief-partners .swiper-pagination {
    bottom: auto;
    right: auto;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.brief-partners .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 100%
}

.brief-partners .swiper-pagination-bullet-active {
    background-color: #ED1C24
}
.fc-day-grid-event .fc-content {
    white-space: normal;
    overflow: hidden;
}
.region-content th {
    background: #c55161;
    color: white;
    font-weight: bold;
}

.fc-day-grid-event {
    margin-top: 2px;
    background: #c55161 !important;
}
.fc-event {
    position: relative;
    display: block;
    font-size: .85em;
    line-height: 1.4;
    border-radius: 3px;
    border: 1px solid #c55161;
}

.fc-button-primary {
    color: #fff;
    background-color: #c55161;
    border-color: #c55161;
}
.fc-button-primary:not(:disabled).fc-button-active, .fc-button-primary:not(:disabled):active {
    color: #fff;
    background-color: #20421b;
    border-color: #20421b;
}

#organogram .img {
    overflow: auto;
    height: 80vh
}

@media (min-width:768px) {
    #organogram .img {
        height: auto
    }
}

#organogram .img img {
    min-width: 1000px
}

@media (min-width:768px) {
    #organogram .img img {
        min-width: none;
        display: block;
        width: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }
}

.region-footer-contact img{
	
	width: 70%;
    margin: 0 auto;
    display: block;
    height: auto;
}
.region-footer-contact p{
	
	font-size: 12px;
    display: block;
    line-height: 14px;
    padding-top: 10px;
    text-align: center;
}