.office-single-block {
    margin: 50px 0;
}

.office-single-block .office-single-hero-area {
    display: flex;
    position: relative;
    min-height: 50vh;
    padding: 150px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.office-single-block .office-single-hero-area-text {
    align-self: center;
    text-align: center;
}

.office-single-block .image-wrapper {
    position: relative;
}

.office-single-block .image-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px 20px;
    background: rgba(0,0,0,0.7);
    color: #ffffff;
    text-align: left;
}

.office-single-block .categories {
    margin-bottom: 10px;
}

.office-single-block .category:after {
    content: '/';
    padding: 0 5px;
}

.office-single-block .text-content {
    padding: 25px 0;
}

.office-single-block .first-name, 
.office-single-block .last-name {
    display: inline-block;
    font-weight: 600;
    font-size: 1.1rem;
}

.office-single-block .description {
    margin-bottom: 15px;
}

.office-single-block .contact-info {
    margin-bottom: 15px;
}

.office-single-block .some-wrapper {
    overflow: hidden;
    margin-bottom: 20px;
}

.office-single-block .some-wrapper i {
    font-size: 2rem;
    margin-right: 12px;
    display: inline-block;
    float: left;
}

.office-single-block .category:last-child:after {
    content: none;
}

.office-single-block .image-text p {
    margin-bottom: 0;
}

.office-single-block .info,
.office-single-block iframe,
.office-single-block .content,
.office-single-block .social-share-content,
.office-single-block .custom-list,
.office-single-block .tags,
.office-single-block .attachments,
.office-single-block .carousel-wrapper {
    margin-bottom: 50px;
}

.office-single-block .content a,
.office-single-block .info a {
    text-decoration: underline;
}

.office-single-block iframe {
    max-width: 100%;
}

.office-single-block .footer {
    margin-top: 30px;
    margin-bottom: 15px;
}

.office-single-block .attachments a {
    text-decoration: none;
}

.office-single-block .attachments ul {
    list-style-type: none;
    padding-left: 0;
}

.office-single-block .attachments li {
    display: inline-block;
    float: left;
    width: 25%;
    text-align: center;
    margin-bottom: 30px;
    padding-right: 30px;
}

.office-single-block .attachments span {
    display: block;
}

.office-single-block .attachments i {
    font-size: 11.5rem;
    margin-bottom: 20px;
}

.office-single-block .attachments img {
    margin-bottom: 20px;
}

.office-single-block .office-video-carousel iframe {
    display: block;
    border: none;
    margin-bottom: 0;
}

.office-single-block .social-share-content i {
    font-size: 2rem;
    margin-right: 30px;
    margin-top: 10px;
}

.office-single-block .carousel-text,
.office-single-block .video-carousel-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px 20px 5px 20px;
    background: rgba(0,0,0,0.7);
    color: #ffffff;
    word-break: break-word;
}

.office-single-block .office-slider-next,
.office-single-block .office-slider-prev {
    position: absolute;
    display: block;
    z-index: 3;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    font-size: 2.5rem;
    color: #ffffff;
    opacity: 1;
    border: none;
    outline: none;
    background: #222222;
    width: 52px;
    height: 52px;
    padding: 5px 0;
    text-align: center;
}

.office-single-block .office-slider-next {
    right: 0;  
}

.office-single-block .office-slider-prev {
    left: 0;
}

.office-single-block .staff img {
    margin-bottom: 30px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

    .office-single-block .office-single-hero-area {
        height: 100vh;
    }

}

@media screen and (max-width:991px) {

    .office-single-block .carousel-text,
    .office-single-block .image-text,
    .office-single-block .video-carousel-text {
        position: relative;
        background: rgba(0,0,0,1);
    }

}

@media screen and (max-width:767px) {

    .office-single-block h1 {
        max-width: 100%;
    }

    .office-single-block .footer {
        margin-top: 15px;
        margin-bottom: 0;
    }
    
    .office-single-block .attachments li {
        width: 100%;
    }

}

@media screen and (max-width:425px) {

    .office-single-block {
        margin-top: 15px;
    }

}
