.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-third img{
	
	width: 70%;
    margin: 0 auto;
    display: block;
}
.region-footer-third p{
	
	font-size: 12px;
    display: block;
    line-height: 14px;
    padding-top: 10px;
    text-align: center;
}