.departments-page-sec {
    padding: 30px 0 25px 0;
    background: #F3F2F2
}
@media screen and (min-width:992px) {
    .departments-page-sec {
        padding: 80px 0 70px 0
    }
}

@media screen and (min-width:1200px) {
    .departments-page-sec {
        padding: 90px 0 75px 0
    }
}

.departments-page_row {
    margin-left: -10px;
    margin-right: -10px
}

.departments-page_row [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 15px;
    margin-bottom: 15px
}

.department-card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: white;
    min-height: 304px;
    padding: 30px 30px 50px 30px;
    border-radius: 10px;
    overflow:hidden
}

@media screen and (min-width:1200px) {
    .department-card {
        min-height: 356px;
        /*padding: 66px 30px 60px 30px;*/
        padding: 40px 30px 0px 30px;

        -webkit-transition: -webkit-box-shadow ease 0.5s;
        transition: -webkit-box-shadow ease 0.5s;
        transition: box-shadow ease 0.5s;
        transition: box-shadow ease 0.5s, -webkit-box-shadow ease 0.5s;
        -o-transition: box-shadow ease 0.5s;
        -webkit-transition: box-shadow ease 0.5s
    }

    .department-card:hover {
        -webkit-box-shadow: 0px 7px 14px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 7px 14px 0px rgba(0, 0, 0, 0.15)
    }
}

.department-card_title {
    margin-bottom: 16px;
    color: #3C3C3A;
    letter-spacing: -0.27px
}

@media screen and (min-width:1200px) {
    .department-card_title {
        margin-bottom: 20px;
        letter-spacing: -0.375px
    }
}

.department-card_content {
    color: #222222;
    line-height: 1.55555;
    margin-bottom: 0;
    display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (min-width:1200px) {
    .department-card_content {
        letter-spacing: -0.09px;
        max-width: 274px;
        margin-bottom: 20px
    }
}

@media screen and (max-width:767.98px) {
    .department-card_content {
        font-size: 14px;
        margin-bottom: 14px
    }
}

.department-card_content_wrap {
    -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
}

@media screen and (min-width:992px) {
    .department-card_content_wrap {
        -webkit-transform: translateY(58px);
        transform: translateY(58px);
        margin-top: 30px !important;
    }
}

.department-card .btn {
    opacity: 0;
    -webkit-transition: -webkit-transform ease 0.5s;
    transition: -webkit-transform ease 0.5s;
    transition: transform ease 0.5s;
    transition: transform ease 0.5s, -webkit-transform ease 0.5s;
    -webkit-transition: transform ease 0.5s;
    -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
}

@media screen and (max-width:991.98px) {
    .department-card .btn {
        opacity: 1
    }

    .department-card .btn .icon-arrow {
        display: inline;
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
}

@media screen and (min-width:1200px) {
    .department-card:hover .btn {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }

    .department-card:hover .department-card_content_wrap {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px)
    }
}

.departments-page-contact-sec {
    background-color: white;
    padding: 40px 0 50px 0
}

@media screen and (min-width:1200px) {
    .departments-page-contact-sec {
        padding: 100px 0
    }
}

.departments-page-contact .section-main-title {
    margin: auto;
    margin-bottom: 30px
}

@media screen and (min-width:768px) {
    .departments-page-contact .section-main-title {
        max-width: 600px
    }
}

@media screen and (min-width:1200px) {
    .departments-page-contact .section-main-title {
        max-width: 1010px
    }
}

.departments-page-contact .section-main-title .section-main-title_subhead {
    line-height: 1.41;
    letter-spacing: -0.36px
}

@media screen and (min-width:1200px) {
    .departments-page-contact .section-main-title .section-main-title_subhead {
        line-height: 60px;
        letter-spacing: -0.75px
    }
}

@media screen and (max-width:575.98px) {
    .departments-page-contact .section-main-title .section-main-title_subhead {
        font-size: 24px
    }
}

.departments-page-contact .text-italic {
    color: #216FC7
}

.departments-page-contact .btn {
    min-width: 128px
}

@media screen and (min-width:1200px) {
    .departments-page-contact .btn {
        min-width: 158px
    }
}

/*# sourceMappingURL=departments.css.map */