
.jumbotron {
    background-image: url("/Portals/0/Images/interior-header-fpo.jpg");
    color:#fff;
    margin-bottom:60px;
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
}

.jumbotron .contentRow{
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
}

.jumbotron h1{
    padding: 150px 20px;
    vertical-align:middle;
    text-align:left;
    text-transform:none;
    font-weight:400;
    font-size: 65px;

}

.grey {
    background-color:#ececec;
}

.darkgrey {
    background-color:#2c2c2c;
}

.main .DnnModule-DNN_HTML {
    color: #fff;
    padding: 10px 0;
    text-align: left;
}

/*h2 {
    font-family: 'Montserrat', sans-serif;    
    font-size: 42px;
    line-height: 44px;
    font-weight: 700;
    color: #126939;
    text-transform:none;
    text-align:left;
}*/

h3 img {
    width: 32px;
    vertical-align: middle;
}

h3 {
    font-size: 19px;
}

.QuoteBar {
    background-color: #2c2c2c;
}
.QuoteBar .c-form {
    padding:25px 0 20px 0;
}
.QuoteBar .field-container  {
    margin:0;
    padding:5px 15px;
}
    .QuoteBar .field-container input, 
    .QuoteBar .field-container select
    {
        height:40px;
    }

    .QuoteBar .clearfix {
        display:none;
    }

@media (max-width: 768px) {
    #dnn_headerLogo {
        display: none;
    }
    .jumbotron h1{
        text-align:center;
        font-size:34px;
        line-height: 37px
    }

    .jumbotron {
        margin-bottom: 30px;
    }
}

.standard .post .heading, 
.standard .post .heading a{
    color: #12a7e9 !important;
    font-size:22px !important;
    font-weight:bold !important;
    line-height:normal !important;
    font-family: 'Open Sans', serif !important;
}

.post-content {
    font-size:16px;
    line-height: 24px;
}

.post a {
    color: #12a7e9 !important;
}