.employee_contacts_section {
    padding: 5.375em 0 10em;
    background-color: #2D3443;
    background-image: url(/assets/img/employee-contacts-section/bg.jpg);
    background-position: center;
    background-size: cover;
    color: #ffffff;
}
.employee_contacts_section .row1 {
    font-size: 3em;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 auto 0.67em;
}
.employee_contacts_section .row2.ui-widget.ui-widget-content {
    font-size: 1.5em;
    padding: 0;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    color: inherit;
    font-family: inherit;
}
.employee_contacts_section .row2 .ui-tabs-nav {
    padding: 0;
    font-size: inherit;
    border: none;
    border-radius: 0;
    background-color: transparent;
    color: inherit;
    display: flex;
    margin: -0.5em -0.5em 0.5em;
    font-family: inherit;
    position: relative;
    z-index: 1;
    flex-wrap: wrap;
}
.employee_contacts_section .row2 .ui-tabs-nav .ui-tabs-tab {
    margin: 0.5em;
    padding: 0;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    font-family: inherit;
    outline: none;
    border: none;
}
.employee_contacts_section .row2 .ui-tabs-nav .ui-tabs-tab .ui-tabs-anchor {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: 700;
    height: 2.4em;
    min-height: 2.5em;
    padding: 0.5em 1.5em;
    box-sizing: border-box;
    border: 0.05em solid #ffffff;
    transition: 0.3s;
    background-color: transparent;
    font-family: inherit;
    outline: none;
    width: 100%;
}
.employee_contacts_section .row2 .ui-tabs-nav .ui-tabs-tab.ui-tabs-active .ui-tabs-anchor,
.employee_contacts_section .row2 .ui-tabs-nav .ui-tabs-tab .ui-tabs-anchor:hover {
    background-color: #2D3443;
    color: #F15F22;
    border-color: #F15F22;
}
.employee_contacts_section .row2 .ui-tabs-panel {
    padding: 0;
}
.employee_contacts_section .row2 .ui-tabs-panel .sub_row1 {
    margin: 0 -1em;
    transition: 0.3s;
}
.employee_contacts_section .row2 .ui-tabs-panel .sub_row1.slider {
    opacity: 0;
}
.employee_contacts_section .row2 .ui-tabs-panel .sub_row1.slider.slick-initialized {
    opacity: 1;
}
.employee_contacts_section .row2 .ui-tabs-panel .sub_row1 .slick-arrow {
    font-size: 0.67em;
}
.employee_contacts_section .row2 .ui-tabs-panel .sub_row1 .slick-arrow:before {
    border-color: #ffffff;
}
.employee_contacts_section .row2 .ui-tabs-panel .sub_row1 .slick-arrow:hover:before {
    border-color: #F15F22;
}
.employee_contacts_section .row2 .ui-tabs-panel .sub_row1 .slick-list {
    margin: -2em calc(50% - 50vw);
    padding: 0 calc(50vw - 50%);
}
.employee_contacts_section .row2 .ui-tabs-panel .sub_row1 .slick-track {
    display: flex;
}
.employee_contacts_section .row2 .ui-tabs-panel .sub_row1 .slide {
    transition: 0.5s;
    background-color: #ffffff;
    margin: 2em 1em;
    box-sizing: border-box;
    border: 0.125em solid transparent;
    padding: 0.85em;
    display: flex;
    justify-content: space-between;
}
.employee_contacts_section .row2 .ui-tabs-panel .sub_row1 .slide:hover {
    border-color: #F15F22;
    box-shadow: 0px 20px 40px rgba(241, 95, 34, 0.2);
}
.employee_contacts_section .row2 .ui-tabs-panel .sub_row1.slider .slide {
    opacity: 0;
}
.employee_contacts_section .row2 .ui-tabs-panel .sub_row1.slider .slide.slick-active {
    opacity: 1;
}
.employee_contacts_section .row2 .ui-tabs-panel .sub_row1 .slide .column1 {
    width: 45%;
    background-size: cover;
    background-position: center;
}
.employee_contacts_section .row2 .ui-tabs-panel .sub_row1 .slide .column1 .image {
    max-width: 100%;
    display: block;
    box-sizing: border-box;
    border: 1px solid transparent;
    transition: 0.5s;
}
.employee_contacts_section .row2 .ui-tabs-panel .sub_row1 .slide:hover .column1 .image {
    border-color: #F15F22;
}
.employee_contacts_section .row2 .ui-tabs-panel .sub_row1 .slide .column2 {
    width: 51%;
    padding: 0.5em 0 0;
}
.employee_contacts_section .row2 .ui-tabs-panel .sub_row1 .slide .column2 .line1 {
    font-weight: 700;
}
.employee_contacts_section .row2 .ui-tabs-panel .sub_row1 .slide .column2 .line2 {
    margin: 0 auto 1em;
}
.employee_contacts_section .row2 .ui-tabs-panel .sub_row1 .slide .column2 .line3 {
    margin: 0 auto -1em;
    list-style-type: none;
    padding: 0;
}
.employee_contacts_section .row2 .ui-tabs-panel .sub_row1 .slide .column2 .line3 .item {
    margin: 0 auto 1em;
    padding: 0;
}
.employee_contacts_section .row2 .ui-tabs-panel .sub_row1 .slide .column2 .line3 .item .link {
    text-decoration: underline;
}
.employee_contacts_section .row2 .ui-tabs-panel .sub_row1 .slide .column2 .line3 .item .link:hover {
    text-decoration: none;
}
.employee_contacts_section .row2 .ui-tabs-panel .sub_row1 .slide .column2 .line3 .item .link .icon {
    display: inline-block;
    vertical-align: middle;
    max-width: 1em;
    max-height: 1em;
    margin: 0 0.3em 0 0;
}
@media(max-width: 1699px) {
    .employee_contacts_section {
        font-size: 0.94vw;
    }
}
@media(max-width: 1199px) {
    .employee_contacts_section {
        font-size: 1.5vw;
    }
    .employee_contacts_section .row2 .ui-tabs-nav .ui-tabs-tab {
        flex-grow: 1;
    }
}
@media(max-width: 767px) {
    .employee_contacts_section {
        font-size: inherit;
        padding: 3em 0;
    }
    .employee_contacts_section .row1 {
        font-size: 2em;
    }
    .employee_contacts_section .row2.ui-widget.ui-widget-content {
        font-size: 1em;
    }
    .employee_contacts_section .row2 .ui-tabs-nav {
        font-size: 0.875em;
    }
    .employee_contacts_section .row2 .ui-tabs-nav .ui-tabs-tab .ui-tabs-anchor {
        padding: 0.5em;
    }
    .employee_contacts_section .row2 .ui-tabs-panel .sub_row1 .slide {
        padding: 0.5em;
    }
    .employee_contacts_section .row2 .ui-tabs-panel .sub_row1.slider {
        padding: 0 1.5em;
    }
}