/*-- Global --*/
strong,
b {
    font-weight: bold;
}

.textwithimage-in-container {
    padding-top: 1em;
}

/*-- Header --*/

.header .header-info {
    background: url(https://apihoard.webit.com/api/v1/Image/1E85E1A9133BA4030E170ED809BCD9D2/1E85E1A9133BA4030E170ED809BCD9D2.jpg?size=Original) no-repeat center center;
    background-size: cover;
    padding: 2em 0;
    border-bottom: 8px solid #5b8f9a;
}

.header-info-logo-img img {
    width: 260px;
    background: rgba(255, 255, 255, 0.8);
}

.header .cw-h1 {
    margin-top: 100px;
    border-top: 8px solid #5b8f9a;
    background: rgba(91, 143, 154, .6);
    line-height: 1;
}

.header a.header-business-phone {
    font-size: 2rem;
    color: #183e62;
    -webkit-text-shadow: 0 2px 7px rgb(255, 255, 255);
    -moz-text-shadow: 0 2px 7px rgb(255, 255, 255);
    text-shadow: 0 2px 7px rgb(255, 255, 255);
}

.header .header-info-business a:hover {
    color: #183e62;
}

/*-- Home ---*/

.page-home .header-info {
    padding: 2em 0 0;
}

.page-home .list {
    padding: 0;
}

.cw-cascade {
    margin: 0 auto;
    padding: 6em 0
}

.cw-cascade:before {
    overflow: hidden;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(24, 62, 98, 0.75)
}

.cw-cascadeText {
    z-index: 2;
}

@media(min-width: 768px) {
    .page-home .cw-cascade {
        padding: 9em 0
    }

    .header .cw-h1 {
        margin-top: 160px;
    }
}

@media(min-width: 1024px) {

    .header .cw-h1 {
        margin-top: 280px;
    }

    .page-home .header .header-info {
        background-position: center top
    }

    .page-home .title-heading {
        font-size: 2.75rem;
    }
}

/*-- Subpages --*/

section:not(.page-home) .header .cw-h1 {
    display: none;
}

/*-- footer --*/

footer.footer {
    border-top: 10px solid #faab5c;
}
