/**/

.contact-us-header {
    background: #000;
    position: relative;
    margin-top: -170px;
    padding-top: 190px;
    z-index: 2;
    width: 100%;
    padding-bottom: 100px;
}

.contact-us-title {
    font-size: 80px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.19;
    letter-spacing: normal;
    color: #ffffff;
}

.contact-us-header:before {
    position: absolute;
    content: '';
    width: 9%;
    height: 3px;
    background: #da322f;
    left: -30px;
    top: 60%;
}
.author-row {
    padding-top: 80px;
    padding-bottom: 80px;
    border-bottom: solid 1px rgba(151, 151, 151, .4);
}
.author-row:last-child{
    margin-bottom: 100px;
    border-bottom: none;
}
.author-name {
    font-size: 32px;
    font-weight: bold;
    letter-spacing: -1.14px;
    color: #000000;
    margin-bottom: 20px;
}
.author-bio p {
    font-family: NotoSans;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.86;
    letter-spacing: -0.18px;
    color: #000000;
    padding-left: 50px;
    width: 83%;
}
.author-bio a {
    position: absolute;
    left: 0;
    top: 5px;
}
.linkedin-link{
    background: url(../png/linkedin-logo%402x.png) no-repeat;
    width: 34px;
    height: 34px;
    background-size: 100%;
}
.linkedin-link:hover {
    background: url(../png/linkedin-logo-selected%402x.png) no-repeat;
    width: 34px;
    height: 34px;
    background-size: 100%;
}
.author-bio {
    position: relative;
}

@media screen and (max-width:768px){
    .contact-us-title {
        font-size: 50px;
        margin-left: 40px;
    }
    .contact-us-header:before {
        width: 18%;
        height: 5px;
        top: 70%;
    }
    .contact-us-header {
        padding-bottom: 50px;
    }
    .author-row:first-child{
        margin-top: 80px;
    }
    .author-row {
        padding-top: 0;
        padding-bottom: 0;
        border-bottom: none;
    }
    .author-bio p {
        width: 95%;
    }
    .author-row .col-lg-6 {
        margin-bottom: 30px;
    }
    .author-bio p {
        width: 95%;
    }

}


