body, p, a, h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto", sans-serif !important;
}
img {
    width: 100%;
}

.container-fluid{
    max-width: 1300px;
    box-shadow: 0px 0px 12px #cccccc;
}

.headerImg {
    max-width: 400px;
}

.center {
    text-align: center;
}

body h1 {
    font-family: "Roboto", sans-serif;
    color: #478A9E;
    font-size: 6rem;
    font-weight: 500;
}

p {
    color: #000;
    font-size: 2rem;
    line-height: 26px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.secHead {
    background-color: #478A9E;
    padding: 20px;
}

.tealBox {
    background-color: #478A9E;
    margin: 10px;
    min-height: 260px !important;
}

.tealBox .cityBG {
    background: url(https://www.llrpartners.com/wp-content/themes/llrpartners/assets/img/_vendor/cityBG.png) center center;
    background-size: cover;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.cityBG h3 {
    color: white;
    font-size: 3rem;
    text-align: center;
    margin: 0px;
    padding: 10px 0;
}

.tealBox p {
    color: white;
    font-size: 2.5rem;
    text-align: center;
    line-height: 3.5rem;
    padding: 20px 0 50px 0;
}

.exits p {
    vertical-align: top;
}

.exits .row {
    padding: 10px 0;
    min-height: 125px;
    max-height: 100px;
}

.cityBGgrey {
    background: url(https://www.llrpartners.com/wp-content/themes/llrpartners/assets/img/_vendor/cityBGgrey.png) center top no-repeat;
    background-size: cover;
    min-height: 300px;
    padding-bottom: 50px;
}

.cityBGgrey h3 {
    color: #478A9E;
    font-size: 3.5rem;
    line-height: 5rem;
    padding-top: 100px;
}

.greyBG {
        background-color: #F5F5F5;
    padding: 20px;
}

.greyBG img, .newInvestments img {
    max-width: 400px;
}

.newInvestments .row {
    margin: 30px 0;
}

.newInvestments p {
font-style: italic;
}

.subHead {
    background-color: #F5F5F5;
    padding: 0;
}

.secHead h1 {
    color: white;
    font-weight: 300;
    text-align: left;
}

.subHead h3{
    color: #000;
    text-transform: uppercase;
    padding: 0px;
    margin-left: 12%;
    margin-top: 25px;
    font-size: 3rem;
    font-weight: bold;
}

.subHead img {
    margin-left: -20px;
    height: 80px;
    width: 70px;
    float: left;
}

body h2 {
    font-size: 5rem;
    font-weight: 300;
    padding: 0px !important;
}

body h4 {
    font-size: 2.7rem;
    line-height: 3.5rem;
    font-weight: 300;
    padding: 0px !important;
}

h4 a {
    color: #478A9E;
    font-weight: 500;
    text-transform: uppercase;
}

.numBG {
    background: url(https://www.llrpartners.com/wp-content/themes/llrpartners/assets/img/_vendor/86.png) center center no-repeat;
    height: 300px;
    background-size: contain;
}

.mobileCenter {
    text-align: left;
}

.numMobile {
    padding-top: 70px !important;
}

.dotsR {
    border-right: 1px dashed #999;
}

.dotsB {
    border-bottom: 1px dashed #999;
    padding: 30px 0;
}

.tealNum {
    font-size: 15rem;
    font-weight: 900;
    text-align: center;
}

.numText {
    font-size: 3rem;
    line-height: 4rem;
    text-align: center;
}

.hires {
    padding: 10px 0;
}

.hires img {
    max-width: 150px;
}

.hires b {
    color: black;
    text-transform: capitalize;
    font-style: normal;
}

.hires b:nth-child(1) {
    color: #478A9E !important;
    text-transform: uppercase;
}

.hires p {
    font-style: italic;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.hires .col-md-2 {
    margin: 0 20px;
}

.greyTriBG {
    background: url(https://www.llrpartners.com/wp-content/themes/llrpartners/assets/img/_vendor/greyTriBG.png);
        
}

.tealBG {
    background-color: #478A9E;
    text-align: right;
}

.tealBG h1 {
    color: black;
}

.tealBG p {
    color: white;
}

.tealBG a {
    color: inherit;
    font-weight: bold;
    font-size: 2rem;
}

.tealBG a:hover {
    color: inherit;
}

@media screen and (max-width: 800px) {
    .mobileCenter {
        text-align: center;
    }
    
    .numMobile {
    padding-top: 100px;
    }
    
    .tealNum {
    font-size: 12.5rem;
    font-weight: 900;
    text-align: center;
    }
    
    .subHead h3 {
        margin-top: 0px !important;
        padding-top: 20px;
    }

    .tealBox {
        min-height: 290px !important;
    }
    .dotsR {
        border: none;
    }
}
@media screen and (max-width: 768px) {
    .finance {
        margin-top: -10px;
    }
    .collaborate {
        margin-bottom: 40px;
    }
    .greyBG .col-md-4 {
        text-align: center;
    }
    .exits .row {
        padding: 10px 0;
        min-height: 160px;
        max-height: 100px;
    }
}