@charset "utf-8";
/* Responsive Video Embed */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videoDescription{
    background-color: #1B1B1B;
    padding: 10px;
    font-size: 14px;
    color: #FFF;
    border-top: 1px solid #474747;
}
/* END Responsive Video Embed */


.lawyerPage{
    margin-bottom: 125px;
}
.lawyerName h1{
    padding-bottom: 20px;
    border-bottom: 1px solid #c5c5c5;
    margin-bottom:20px;
}
.innerImage{
    margin-bottom: 26px;
}

.lineSep{
    background-color: #aaaaaa;
    height: 1px;
    margin-top: 23px;
    margin-bottom: 23px;
}

h1{
    margin-bottom: 10px;
}

.sideContent{
    margin-bottom: 44px;
}

.headerImage img{
    margin-bottom: 22px;
}




/*--------------------------  XS ( max 768 ) --------------------------*/
@media (max-width:768px){
    .sideContent{
        margin-bottom: 24px;
    }
}

/*--------------------------  max 480 --------------------------*/
@media (max-width:480px){
    
}