section[class|=module] .header { 
    height: inherit; 
}

section[class|=module] .header h2,
section[class|=module] .header h4 {
    text-align: left;
    text-transform: none;
    font-size: 3em;
    letter-spacing: 0.00833em;
    line-height: 1.125em;
}

/* for Contact Us */
.module-link_list_2_col .row tr {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .module-link_list_2_col .row tr {
        flex-direction: row;
        flex-wrap: nowrap;
        max-width: 750px;
    }
}

.module-link_list_2_col .row tr td {
    margin-top: 15px;
    font-size: 1.15em;
    font-family: Gibson;
    line-height: 1.1em;
    width: 33%;
    min-width: 230px;
}

@media (min-width: 768px) {
    .module-link_list_2_col .row tr td { margin-top: 0; }
}

iframe { width: 100%; }

@media (min-width: 810px) {
    iframe { width: 800px; }
}

.contact-title { font-weight: 600; }

#template-careers .page-content section.module-link_list_2_col .row,
#template-careers section.module-post_content .wrap>:first-child { 
    padding-top: 0; 
}

#template-careers .page-content section.module-post_content .row { 
    padding-bottom: 5.9375em;
}