table td {
    vertical-align: top;
    padding: 0 10px;
    line-height: 1.5;
}

table td b {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 1.2;
}

.hero_int {
    height: 422px;
    display: flex;
    align-items: center;
}

.hero_int.hero_int--staticheader {
    height: 342px;
}

@media screen and (max-width: 768px) {
    .hero_int {
        height: 522px;
    }
    .hero_int.hero_int--staticheader {
        height: 442px;
    }
}

@media screen and (max-width: 670px) {
    .hero_int {
        height: 180px;
    }
    .hero_int.hero_int--staticheader {
        height: 130px;
    }
}

.hero_int_title {
    font-size: 46px;
    color: #fff;
    margin-bottom: 30px;
    line-height: 1.5;
    font-weight: 400;
    margin-top: 0;
}

.hero_int_text {
    color: #fff;
    line-height: 2.5;
}

.hero_int--light .hero_int_title {
    color: #138BC6;
}

.hero_int--light .hero_int_text {
    color: #333;
}

@media screen and (max-width: 670px) {
    .hero_int_title {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 0;
        margin-top: 20px;
    }
    .hero_int.hero_int--staticheader .hero_int_title {
        margin-top: 0;
    }
    .hero_int_text {
        display: none;
    }
}

.container_int.container_int-mb-50 {
    margin-bottom: 50px;
}

.container_int.container_int-mb-20 {
    margin-bottom: 20px;
}

.container_int_text_table {
    margin-top: 25px;
}

.container_int--job {
    margin-bottom: 30px;
}

.container_int_pretitle {
    color: #666;
    font-weight: 400;
    margin: 0;
    font-size: 21px;
}

.container_int_title {
    color: #138BC6;
    font-size: 21px;
    line-height: 40px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 10px;
}

.container_int_title.container_int_title--dark {
    color: #333;
}

.container_int_text--video iframe {
    margin-bottom: 30px;
    width: 100%;
}

.container_int_text--video .row-fluid .span6:nth-child(1) {
    padding-right: 20px;
}

.container_int_text--video .row-fluid .span6:nth-child(2) {
    padding-left: 20px;
}

@media screen and (max-width: 768px) {
    .container_int_text--video iframe {
        width: 100%;
    }
    .container_int_text--video .row-fluid .span6:nth-child(1) {
        padding-right: 0;
    }
    .container_int_text--video .row-fluid .span6:nth-child(2) {
        padding-left: 0;
    }
}

@media screen and (max-width: 670px) {
    .container_int_text--video iframe {
        height: 200px;
    }
}

.container_int_text, .container_int_text li {
    line-height: 40px;
}

.container_int_ulist {
    padding-left: 30px;
    margin: 20px 0;
}

.container_int_ulist li {
    line-height: 2;
}

.container_int_text-mb {
    margin-bottom: 100px;
}

.container_int_buttons {
    margin-top: 30px;
}

.container_int_buttons .button:nth-child(1) {
    margin-right: 10px;
}

.container_full_image {
    margin: 60px 0;
}

.container_int_top_image {
    margin-bottom: 10px;
}

.container_center_image {
    text-align: center;
    margin-bottom: 30px;
}

.container_center_image img {
    margin: 0 auto;
    display: block;
}

.video_title {
    font-size: 21px;
    color: #138BC6;
    font-weight: 400;
    margin: 0 0 15px 0;
}

.download_list {
    margin-top: 30px;
}

.download_list .details {
    line-height: 1;
}

.download_list .caption {
    line-height: 1.5;
    margin-bottom: 25px;
}

.download_list_item {
    border-bottom: 1px solid #efefef;
    margin-bottom: 20px;
}

.container_int_map {
    margin: 40px 0;
}

.container_int_map iframe {
    width: 100%;
    height: 400px;
}

#contact_form {
    margin-top: 50px;
}

.contact_form_left, .contact_form_right {
    float: left;
    width: 50%;
}

.contact_form_left {
    padding-right: 20px;
}

.contact_form_right {
    padding-left: 20px;
}

.checkboxes {
    margin-top: 20px;
}

.checkbox_container {
    float: left;
    width: 50%;
    margin-bottom: 10px;
    line-height: 1;
}

.checkbox_container input {
    display: inline-block;
    width: 15px;
    vertical-align: top;
}

.checkbox_container label {
    display: inline-block;
    width: calc(100% - 20px);
    padding-right: 20px;
    vertical-align: top;
}

.contact_content {
    margin-bottom: 20px;
}

.contacts_title {
    color: #138BC6;
    font-size: 18px;
}

.contact_content_title {
    color: #666;
    font-size: 16px;
}

.contact_content a {
    font-size: 14px;
}

.tab_header {
    border-bottom: 1px solid #efefef;
}

.tab_single {
    display: inline-block;
    padding: 20px 30px;
    margin-bottom: -1.5px;
    border-bottom: 3px solid transparent;
    font-size: 20px;
    color: #999;
    cursor: pointer;
}

.tab_single.tab_single--active {
    border-bottom: 3px solid #138BC6;
    color: #333;
}

.tab_content {
    padding: 30px;
}

.member {
    margin-bottom: 30px;
}

.member_name.container_int_title {
    margin-bottom: 0;
}

.member_role {
    margin-bottom: 15px;
    color: #666;
}

.member_role a {
    font-size: 14px;
}

.member_text {
    font-size: 14px;
    line-height: 1.5;
}

@media screen and (max-width: 768px) {
    .container_full_image {
        margin: 60px 0 30px;
    }
    .container_int_top_image {
        margin-top: 25px;
    }
}

@media screen and (max-width: 670px) {
    .container_int_title {
        font-size: 18px;
        line-height: 2;
        margin-bottom: 10px;
    }
    .container_int_text {
        line-height: 2;
    }
    .container_full_image {
        margin: 30px 0 0 0;
    }
    .container_int_top_image {
        margin-bottom: 10px;
    }
    .contact_form_left, .contact_form_right {
        float: none;
        width: 100%;
    }
    .contact_form_left {
        padding-right: 0;
        margin-bottom: 30px;
    }
    .contact_form_right {
        padding-left: 0;
    }
}

.customers_single {
    margin-bottom: 40px;
}

.customers_single_title {
    font-weight: bold;
}

.customers_single_image {
    margin-bottom: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.customers_single_top {
    margin-bottom: 10px;
    display: block;
}

.customers_single_text {
    line-height: 1.5;
}