body
{
    font-family: 'Source Sans Pro', sans-serif;
    overflow-x: hidden;
}
body > section:nth-of-type(1) {
    margin-top: 63px;
}
.navbar-brand span {
    color: #234990;
}
.fa_header .navbar-brand span {
    font-size: 16px;
    font-weight: 600;
    padding: 0 0 0 10px;
    margin: 0 0 0 10px;
    border-left: 1px solid #020F1B;
}
.fa_header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1030;
    transition: 0.35s ease-in-out;
    background-color: #ffff;
    padding: 25px 0;
    max-height: 80px;
}

.send_me_case_study {
    background-color: #51BFE2;
    padding: 8px 12px;
    border: none;
    color: #ffffff;
    border-radius: 4px;
    text-decoration: none;
}
.mortgage_case_study_banner {
    background-color: #234990;
/*    background-image: url(../images/mortage_banner_bg.png);*/
/*    background-position: 46% bottom;*/
    background-size: 350px;
/*    background-repeat: no-repeat;*/
}
.mortgage_case_study_banner .title b {
    color: #fec07e;
    text-shadow: 1px 1px 3px #112344;
    font-size: 46px;
    line-height: normal;
    text-indent: -1px;
    margin-bottom: 3px;
    display: inline-block;
}
.case_study_banner {
    height: 420px;
    display: block;
    position: relative;
    z-index: 1000;
    }
.di_banner_section .title {
    font-size: 40px;
    color: #ffffff;
    text-shadow: 0px 3px 2px rgba(0,0,0,0.15);
}
.list-unstyled {
    margin-bottom: 0;
}
.case_study ul li {
    font-size: 18px;
    padding: 6px 20px 6px 30px;
    color: #464b4c;
    position: relative;
}
.case_study ul li:before {
    content: '';
    position: absolute;
    top: 14px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #fdbd29;
}

@media (max-width: 991px){
.fa_header {
    padding: 16px 0;
}
.case_study_banner {
    background-image: none !important;
}
.di_banner_section {
    height: auto;
    background-position: right bottom;
    background-size: contain;
}
.case_study ul li:before
{
    left: 9px;
}
}

@media (max-width: 768px){
.fa_header .navbar-brand span {
    display: block;
    margin: 0;
    padding: 0;
    border: none;
}
}