.contact_wrapper {
    margin-top: 25px;
}
@media only screen and (min-width: 768px) {
    .contact_wrapper {
        margin-top: 54px;
        padding-top: 54px;
        border-top: 1px solid #CCCCCC;
    }
}

.contact_wrapper .inner {
    padding: 0 20px;
}
@media only screen and (min-width: 768px) {
    .contact_wrapper .inner {
        width: 1040px;
        padding: 0 15px;
        margin: 0 auto;
    }
}

.contact_wrapper .top_title {
    font-family: Lato, sans-serif !important;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    color: #444;
    letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
    .contact_wrapper .top_title {
        font-size: 36px;
    }
}

.contact_wrapper .top_title span {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0;
    padding-top: 5px;
}
@media only screen and (min-width: 768px) {
    .contact_wrapper .top_title span {
        font-size: 16px;
    }
}

.contact_text {
    margin-top: 48px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
}
@media only screen and (min-width: 768px) {
    .contact_text {
        margin-top: 45px;
    }
}

.contact_table {
    padding: 27px 0 71px;
    font-weight: 500;
    font-size: 0.937rem;
    color: #444;
    margin-top: 20px;
    background-color: #F5F5F5;
}
@media only screen and (min-width: 768px) {
    .contact_table {
        padding: 74px 0 103px;
        font-weight: 500;
        font-size: 0.937rem;
        color: #444;
        margin-top: 20px;
        background-color: #F5F5F5;
        display: flex;
        justify-content: space-between;
    }
}

.contact_table_row + .contact_table_row {
    border-top: 1px solid rgb(112, 112, 112,.2);
    margin-top: 26px;
    padding-top: 26px;
}
@media only screen and (min-width: 768px) {
    .contact_table_row + .contact_table_row {
        border-top: none;
        margin-top: 50px;
        padding-top: 0;
    }
}

@media only screen and (min-width: 768px) {
    .contact_table_row {
        display: flex;
        align-items: center;
    }

    .contact_table_row.content {
        align-items: flex-start;
    }
}

.contact_table_row_head {
    font-weight: 500;
    font-size: 14px;
    display: flex;
    align-items: center;
}
@media only screen and (min-width: 768px) {
    .contact_table_row_head {
        width: 23%;
        font-size: 15px;
        justify-content: space-between;
        margin-right: 3.2%;
    }
}

.contact_table_row_head span + span {
    margin-left: 7px;
}
@media only screen and (min-width: 768px) {
    .contact_table_row_head span + span {
        margin-left: 0;
    }
}

.contact_table_row_head span:nth-child(2) {
    background-color: #444444;
    color: #fff;
    line-height: 18px;
    padding: 0 6px;
    font-size: 12px;
}
@media only screen and (min-width: 768px) {
    .contact_table_row_head span:nth-child(2) {
        line-height: 21px;
        padding: 0 7px;
        font-size: 15px;
    }
}

.contact_table_row_desc {
    margin-top: 6px;
    font-weight: 500;
    font-size: 14px;
}
@media only screen and (min-width: 768px) {
    .contact_table_row_desc {
        width: 74%;
        margin-top: 0;
        font-size: 15px;
    }
}

.contact_table_row_desc.name {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media only screen and (min-width: 768px) {
    .contact_table_row_desc.name {
        justify-content: flex-start;
        width: 600px;
    }
}

.contact_table_row_desc.name label {
    width: 50%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media only screen and (min-width: 768px) {
    .contact_table_row_desc.name label {
        justify-content: flex-start;
    }
}

.contact_table_row_desc.name .head {
    width: 56px;
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .contact_table_row_desc.name .head {
        width: 60px;
    }
}

.contact_table_row_desc input {
    border-radius: 0;
    line-height: 38px;
    padding: 0 5px;
}

.contact_table_row_desc.name input {
    width: 64%;
    flex-grow: 1;
}
@media only screen and (min-width: 768px) {
    .contact_table_row_desc.name input {
        width: auto;
    }
}

@media only screen and (min-width: 768px) {
    .contact_table_row_desc.email input {
        width: 600px;
    }
}

.contact_table_row_desc textarea {
    border-radius: 0;
}

.contact_table_submit {
    margin-top: 36px;
}
@media only screen and (min-width: 768px) {
    .contact_table_submit {
        margin: 77px auto 0;
        display: table;
    }
}

.contact_table_submit input[type="submit"] {
    width: 100%;
    background-color: #444444;
    color: #fff;
    display: block;
    line-height: 50px;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    border: none;
    cursor: pointer;
}
@media only screen and (min-width: 768px) {
    .contact_table_submit input[type="submit"] {
        line-height: 60px;
        width: 335px;
        font-size: 18px;
    }
}