section[id*=landing-] p:last-child {
    margin-bottom: 0
}

section[id*=landing-] h2 {
    font-size: 1.786em;
    position: relative;
    margin-bottom: 0
}

section[id*=landing-] h3 {
    font-size: 1.786em;
    line-height: 1.25em
}

section[id*=landing-] hr {
    margin: 20px 0
}

@media (min-width:1020px) {
    section[id*=landing-] hr {
        margin: 30px 0
    }
}

section[id*=landing-] hr.white-line {
    border-color: #fff
}

#landing-hero {
    position: relative;
    background-image: url("images/Hero-Image.jpg");
    background-position: top center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 40px 0;
    margin: 0
}

@media (min-width:1020px) {
    #landing-hero {
        padding: 90px 0
    }
}

#landing-hero h1 {
    color: #fff;
    z-index: 1;
    position: relative;
    max-width: 51.375rem;
    text-align: center;
    padding: 0 1rem;
    margin-bottom: 0;
    font-weight: 300;
    font-size: 1.75rem
}

@media (min-width:1020px) {
    #landing-hero h1 {
        font-size: 3.18rem
    }
}

#landing-intro {
    margin-bottom: 0;
    padding: 40px 0
}

@media (min-width:1020px) {
    #landing-intro {
        padding: 5pc 0
    }
}

@media (min-width:1020px) {
    #landing-intro .col-md-12 {
        max-width: 954px;
        display: block;
        margin: 0 auto;
        float: none
    }
}

#landing-split {
    background-color: #d83833;
    color: #fff;
    position: relative;
    padding: 40px 0;
    margin-bottom: 180px
}

@media (min-width:768px) {
    #landing-split {
        margin-bottom: 0
    }
}

@media (min-width:1020px) {
    #landing-split {
        padding: 5pc 0
    }
}

@media (min-width:768px) {
    #landing-split .col-md-6 {
        max-width: 540px;
        padding-right: 30px
    }
}

@media (min-width:1020px) {
    #landing-split h3 {
        margin-bottom: 20px
    }
}

#landing-split .side-image {
    background-image: url("images/Service-Image.jpg");
    background-size: cover;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 180px;
    right: 0;
    bottom: -180px
}

@media (min-width:768px) {
    #landing-split .side-image {
        width: 50%;
        height: 100%;
        top: 0;
        bottom: auto
    }
}

#landing-features {
    background-color: #3d3d3d;
    color: #fff;
    margin-bottom: 0;
    padding: 40px 0
}

@media (min-width:1020px) {
    #landing-features {
        padding: 5pc 0
    }
}

#landing-features h3 {
    text-align: center
}

#landing-features ul {
    margin-bottom: 0
}

    #landing-features ul li {
        font-size: 1pc;
        font-style: italic;
        margin-bottom: 8px
    }

        #landing-features ul li:last-child {
            margin-bottom: 0
        }

@media (min-width:1020px) {
    #landing-features .col-md-12 {
        max-width: 70pc;
        display: block;
        margin: 0 auto;
        float: none
    }
}

#landing-portal {
    position: relative;
    margin-bottom: 0;
    padding: 40px 0
}

@media (min-width:1020px) {
    #landing-portal {
        padding: 5pc 0
    }
}

@media (min-width:1199px) {
    #landing-portal {
        padding: 90pt 0
    }
}

#landing-portal h2 {
    color: #d83833;
    font-weight: 300
}

@media (min-width:1020px) {
    #landing-portal h2 {
        font-size: 1.875rem
    }
}

#landing-portal img {
    width: 100%;
    height: auto;
    margin: 1pc 0 0;
    max-width: 25pc;
    float: right
}

@media (min-width:768px) {
    #landing-portal img {
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 35%;
        max-width: 580px;
        margin: 0
    }
}

@media (min-width:1020px) {
    #landing-portal img {
        width: 50%
    }
}

@media (min-width:1199px) {
    #landing-portal img {
        max-width: 650px
    }
}

#landing-portal li {
    font-size: 1pc;
    font-style: italic;
    margin-bottom: 8px
}

    #landing-portal li:last-child {
        margin-bottom: 0
    }

#landing-expect {
    background-color: #f5f5f5;
    margin-bottom: 0;
    padding: 40px 0
}

@media (min-width:1020px) {
    #landing-expect {
        padding: 5pc 0
    }
}

@media (min-width:1020px) {
    #landing-expect .col-md-12 {
        max-width: 55pc;
        display: block;
        margin: 0 auto;
        float: none
    }
}

@media (min-width:1020px) {
    #landing-expect h3 {
        margin-bottom: 20px
    }
}